Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   deinstall - Help (http://forums.winamp.com/showthread.php?t=252561)

OsmanY22 3rd August 2006 13:44

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

OsmanY22 3rd August 2006 13:47

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

Afrow UK 3rd August 2006 15:20

Make sure you use ExecWait ;)

-Stu


All times are GMT. The time now is 05:10.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.