
aj_forum1.5524908116892625E12 asked a question.
Uninstall Problems, Please Help
Hi,
i dont know what to do ...
I have the problem with Vista and XP.
I have a MSI BASE Installation, with some Scripting, and multiple instances
My script action has the condition not REMOVE="ALL"
But during uninstall, the Installation calls this action ... :mad:
After the 'Remove', the Menu Shortcut still exists and in 'Add or Remove Program' The Product is still in the List .... :eek:
I don't get the Product removed ...
Some Ideas ?:confused:
Andreas
I too faced a similar problem with migration from IS12 to IS2009.
My issue was resolved by moving the following statement from OnFirstUIAfter to OnFirstUIBefore
UNINSTALLSTRING = <product name>
try this.....
But 'OnFirstUIAfter / OnFirstUIBefore' is not BASE MSI Installation
So it wasnt the fault.
I solved a part of my Problem.
REMOVE="ALL" wasnt set at the time my CA was called.
At this point my script function canceld the deinstallation ... :mad:
So my Question:
:confused: At what time is REMOVE="ALL" be set ?
Thx
Andreas