correct opsi scriots for nitro 8
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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$
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user