|
|
#1 |
|
Junior Member
Join Date: Aug 2006
Posts: 20
|
deinstall - Help
Hi...
i have done a installer with 3 setups! Now i want to deinstall all of this, but with Options to choose, what i want to uninstall! To install: Section "Java 1.5.0.02" SecJava ExecWait "$INSTDIR\java.exe" Sectionend Section "OpenOffice" SecOpenOffice ExeWait "$INSTDIR\OO.exe" Sectionend ..... ..... ..... so i install those setups ... but i want to uninstall all of them. can somebody help me??? thx |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Aug 2006
Posts: 20
|
;The functionto uninstall Java
Exec "MsiExec.exe /I{32A3A4F4-B792-11D6-A78A-00B0D0150020}" ;The function to uninstall OpenOffice Exec "MsiExec.exe /I{33D6723B-DE6B-4E86-A6BC-CD1F3E42DD26}" |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
Make sure you use ExecWait
![]() -Stu |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|