15 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Custom action call problem
You have no inner text set for your CustomActions so they will always
execute whenever the MSI is run (install, repair/upgrade & uninstall).
Use Installed AND NOT REINSTALL to
make
You have no inner text set for your CustomActions so they will always
execute whenever the MSI is run (install, repair/upgrade & uninstall).
Use Installed AND NOT REINSTALL to
make it run only during uninstallation. If you only had 'Installed' in
the inner text it would also run during repair/upgr
2 matches
Mail list logo