carlldev wrote:
> It would have been better if I could tell what mode the installer is in
> whether it be install, uninstall or repair so that this code isn't tied to a
> specific feature or component.
It's possible to mix and match actions at a feature and component level
so there isn't a packa
Thanks Bob,
I could use
This will work because I don't have a change mode or any options to choose
any features (there is only 1 feature and 1 component inside it). It is
important to note that this code relies on the ROOTFEATURE feature to be
there as well as a component called CommonCompone
carlldev wrote:
> The above works as advertised for installing and uninstalling, but if I
> click repair, then the RemoveImported part is run as well, which it
> shouldn't do because of the InstallMode = "Repair" condition.
>
> So I played around with it and found that the InstallMode property is n
Using Wix 3.0.2925.0 on Windows 2003.
I have an installation that uses custom actions. Let’s forget what the
custom actions do for the purpose of this message. They work fine.
Here is the code I am using in my product.wxs file:
The above works as advertised for installing and uninstalling, b
4 matches
Mail list logo