Jump to content


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.
Photo

Detecting the uninstall is executed from ARP


2 replies to this topic

ConfigControl

ConfigControl
  • Full Members
  • 34 posts

Posted 25 March 2002 - 22:57

Is there a way to tell that the Uninstall is launched from Add/Remove Programs? I use the _IsMaintenance = Remove property if the user goes into maintenance mode and selects Remove but I need to know if the Remove is executed from the Control Panel - Add/ Remove Programs. Is there a property I can check.

Thanks,
Config Control
ConfigControl

KiwiGeek

KiwiGeek
  • Members
  • 19 posts

Posted 26 March 2002 - 06:06

I use the condition
Code Sample
REMOVE~<>"ALL"

and have had no problems with it.
Jamie
The geek shall inherit the earth

Ian Blake

Ian Blake
  • Members
  • 483 posts

Posted 26 March 2002 - 10:00

There is a property SECONDSEQUENCE that is defined in the execute sequence if the user sequence has been run.

Ideally your installation should be able to install and uninstall without any user sequence.  I appreciate this is not always possible.  However this is greatly appreciated by system admins who need to configure many machines.
Ian Blake
(Currently Unemployed)