correct opsi scriots for nitro 8

This commit is contained in:
Mario Fetka
2013-10-08 23:18:38 +02:00
parent 800a74b97c
commit 7131ae14d8
2 changed files with 5 additions and 5 deletions

View File

@@ -49,8 +49,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; no white space use '-' as a seperator
Set $MinimumSpace$ = "800 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 8"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 8"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 9"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 9"
Set $LicenseRequired$ = "true"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------
@@ -144,7 +144,7 @@ copy "$IniCfgFile$" "$InstallDir64$"
[Registry_install]
; Example of setting some values of an registry key:
;
openkey [HKEY_LOCAL_MACHINE\Software\Nitro\Pro\8.0]
openkey [HKEY_LOCAL_MACHINE\Software\Nitro\Pro\9.0]
set "SerialNumber" = "$LicenseKey$"
[LinkFolder_install]

View File

@@ -42,8 +42,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 8"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 8"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Pro 9"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Pro 9"
Set $LicenseRequired$ = "true"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------