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

@@ -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$
; ----------------------------------------------------------------