add 64bit closewindow

This commit is contained in:
Mario Fetka 2013-02-26 14:07:46 +01:00
parent ecfc08cc01
commit 4e57660f52
3 changed files with 7 additions and 3 deletions

Binary file not shown.

View File

@ -36,7 +36,7 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif
endif
comment "Disables the pop-up browser window"
Winbatch_killtasks
Winbatch_killtasks_32
comment "Delete files"
Files_uninstall_32 /32Bit
@ -68,7 +68,7 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
endif
comment "Disables the pop-up browser window"
Winbatch_killtasks
Winbatch_killtasks_64
comment "Delete files"
Files_uninstall_64 /64Bit
@ -89,9 +89,12 @@ LinkFolder_uninstall
; "$UninstallProgram32$" /silent /norestart /SUPPRESSMSGBOXES
[Winbatch_killtasks]
[Winbatch_killtasks_32]
%ScriptPath%\X86\closewindow.exe "Before you go" ""
[Winbatch_killtasks_64]
%ScriptPath%\X86_64\closewindow.exe "Before you go" ""
[Winbatch_uninstall_msi_old_32]
msiexec /x $MsiIdOld32$ /qb! REBOOT=ReallySuppress

1
nitroreader3.5.txt Normal file
View File

@ -0,0 +1 @@
ProductCode, {7B0BEA94-65C0-4A12-A702-6AC18B95A067}