correct installdir

This commit is contained in:
Mario Fetka 2015-08-20 20:16:52 +02:00
parent 625062f4dd
commit cd731d0541
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; no white space use '-' as a seperator
Set $MinimumSpace$ = "20 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\bluegriffon"
Set $InstallDir$ = "%ProgramFiles32Dir%BlueGriffon"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"

View File

@ -33,7 +33,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir$ = "%ProgramFiles32Dir%\bluegriffon"
Set $InstallDir$ = "%ProgramFiles32Dir%\BlueGriffon"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"