add uversion

This commit is contained in:
Mario Fetka 2012-02-15 12:44:24 +01:00
parent 0653dba461
commit 2299ff8444
2 changed files with 6 additions and 4 deletions

View File

@ -5,10 +5,10 @@
Set $MsiId32$ = '{XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXXXXXXX}'
Set $UninstallProgram32$ = $InstallDir32$ + "\UVERSION\uninstall.exe"
Set $UninstallProgram32$ = $InstallDir32$ + "\" + $uVersion$ + "\uninstall.exe"
Set $MsiId64$ = '{XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXXXXXXX}'
Set $UninstallProgram32$ = $InstallDir64$ + "\UVERSION\uninstall.exe"
Set $UninstallProgram32$ = $InstallDir64$ + "\" + $uVersion$ + "\uninstall.exe"
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
Message "Uninstalling " + $ProductId$ + " 32 Bit..."

View File

@ -19,13 +19,15 @@ DL_SOURCE[0]="http://www.shareasale.com/images/IMPLogo_full_aspect_medium.jpg"
DL_FILE[1]="protect-en-us-${VERSION}-32-tcp.exe"
DL_SOURCE[1]="http://download.immunet.com/binaries/immunet/bin/protect-en-us-${VERSION}-32-tcp.exe"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=itWESS
DL_WINST_NAME[1]=Install32Exe
DL_FILE[2]="protect-en-us-${VERSION}-64-tcp.exe"
DL_SOURCE[2]="http://download.immunet.com/binaries/immunet/bin/protect-en-us-${VERSION}-64-tcp.exe"
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=itWESS64
DL_WINST_NAME[2]=Install64Exe
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
WINST_NAME[1]="uVersion"
WINST_VALUE[1]="3.0.5"