Tagged Questions

0
votes
1answer
311 views

WIX Installer Custom Actions (CA) which require an external library can't find it

I have a WIX installer that calls two C# custom actions. The first runs a routine to load the WIX session with default values into GUI prompts for application settings. The GUI then prompts the user ...
0
votes
2answers
791 views

WIX installer with Custom Actions: “built by a runtime newer than the currently loaded runtime and cannot be loaded.”

I have a WIX installer that executes Custom Actions over the course of install. When I run the WIX installer, and it encounters its first Custom Action, the installer fails out, and I receive an error ...