Uninstallation of nested MSI's not happening
I have 4 vendor msi's....which I installed using nested Installation concept in main msi
Uninstalling of the 4 msi's is not hapenning...(uninstalling individual msi)
used msiexec /x{product code}..log shows successfull but folders not removed
tried uninstalling from Add Remove Programs..but not uninstalling
I didnt put any concept of uninstalling in main msi
Uninstalling of the 4 msi's is not hapenning...(uninstalling individual msi)
used msiexec /x{product code}..log shows successfull but folders not removed
tried uninstalling from Add Remove Programs..but not uninstalling
I didnt put any concept of uninstalling in main msi
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
pjgeutjens
13 years ago
I didnt put any concept of uninstalling in main msi
... then, to give you a short answer, they will not uninstall. If you want to continue with nested MSIs you'll have to add custom actions for uninstall as well.
This is one of the reasons why, in general, nested MSI installs are considered to be a BAD idea. Another example being, what if one of the 4 msi's needs to change? You'll need to remake the main MSI...
Better to create some other deployment mechanism (VBS or some other script / executable) to string the (un)installations together.
PJ
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.