correct InstallDir

This commit is contained in:
Mario Fetka 2013-08-19 07:10:06 +02:00
parent f9d081c2d1
commit aa6bd01448
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"