Archive: deinstall - Help


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


;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}"


Make sure you use ExecWait ;)

-Stu