Search found 93 matches

Go to advanced search

by ChrisGue
Wed Feb 04, 2009 12:55 pm
Forum: Common Problems
Topic: how to check if the uninstallation has been called with...
Replies: 1
Views: 4164
 
Jump to post

how to check if the uninstallation has been called with...

Hi ,
I want to have a custom action that is not called when the user uninstalls with the option
/passive
or
/quiet
How can I check in the execution condition if one of these command line parameters have been applied?

Thanks,
Chris
by ChrisGue
Wed Feb 04, 2009 1:38 am
Forum: Common Problems
Topic: How to schedule an action at the end of uninstallation
Replies: 2
Views: 4754
 
Jump to post

Re: How to schedule an action at the end of uninstallation

My custom action is now only called when the condition
REMOVE="ALL" AND NOT (UPGRADINGPRODUCTCODE)
is true
This seems to work.
by ChrisGue
Tue Feb 03, 2009 7:30 pm
Forum: Common Problems
Topic: How to schedule an action at the end of uninstallation
Replies: 2
Views: 4754
 
Jump to post

How to schedule an action at the end of uninstallation

Hi,
I want to schedule an action at the end of the uninstallation, to remove some files and some registry keys.
Where is this best to schedule? after 'RemoveFolders' or 'RemoveFiles?

And how to avoid that this is called during an upgrade?

Thanks,
chris

Go to advanced search