Tagged Questions

1
vote
1answer
184 views

WiX Conditional Feature/Component Orphaned on Uninstall

Edit: Quoting myself because I summarized the issue much better in one of the comments below… I have a condition that is true when the package is installed, but not true when it is removed. I ...
0
votes
1answer
1k views

Wix - Dynamically Register Assemblies to GAC

I am writing a Wix installer to install .NET assemblies to the GAC. Easy... My question is: is it possible to future proof this scenario so that I can pull ANY assemblies found in an existing network ...