correct InstallDir
This commit is contained in:
parent
f9d081c2d1
commit
aa6bd01448
@ -48,8 +48,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; no white space use '-' as a seperator
|
||||
Set $MinimumSpace$ = "1 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\TortoiseGit"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\TortoiseGit"
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\TortoiseSVN"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\TortoiseSVN"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
|
||||
|
@ -42,8 +42,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\TortoiseGit"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\TortoiseGit"
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\TortoiseSVN"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\TortoiseSVN"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
|
||||
|
Loading…
Reference in New Issue
Block a user