Old 3rd August 2006, 13:44   #1
OsmanY22
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
OsmanY22 is offline   Reply With Quote
Old 3rd August 2006, 13:47   #2
OsmanY22
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}"
OsmanY22 is offline   Reply With Quote
Old 3rd August 2006, 15:20   #3
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
Make sure you use ExecWait

-Stu
Afrow UK is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump