I have made installer using InstallShield Developer 7 and i want to check if user has executed the same setup.exe again or uninstalling from Add/Remove Programs. I have not given maintenance dialog in uninstaller, direct uninstallation. So if i'm trying in OnBegin() function like that
if(Maintenance) then
//do this
else
//do that
then it's not working.
Also i had tried with CMDLINE, but still no luck.
Can anyone please tell me the solution? i need urgent help.
With Thanks & Best Regards,
Amit.
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

How to check -> uninstallation from ARP or Setup?
Started by
amitprs2003
, Jul 16 2005 17:12
2 replies to this topic
Posted 18 July 2005 - 20:44
Moving question to the correct forum
Stefan Krüger
InstallSite.org twitter facebook
Posted 18 July 2005 - 20:47
Does this KB article help:
HOWTO: Detecting If a MSI Setup Is Running from the Add/Remove Programs
http://support.insta...ticleid=Q105949
HOWTO: Detecting If a MSI Setup Is Running from the Add/Remove Programs
http://support.insta...ticleid=Q105949
Stefan Krüger
InstallSite.org twitter facebook