update the Install patch and bump to teh new main version 8

This commit is contained in:
Mario Fetka
2013-03-14 17:20:29 +01:00
parent db9eb4d1b0
commit 70a4dec19c
3 changed files with 9 additions and 9 deletions

View File

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