diff --git a/CLIENT_DATA/delsub.ins b/CLIENT_DATA/delsub.ins index f00a52b..52535b7 100644 --- a/CLIENT_DATA/delsub.ins +++ b/CLIENT_DATA/delsub.ins @@ -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..." diff --git a/builder-product.cfg b/builder-product.cfg index b926cbd..83251ee 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -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"