We have a custom action in our installer.We upgraded our projects to the .NET 4.0 framework, and when it applies the custom act开发者_高级运维ion, the installer throws a 1001 error that says the versi
I have an application written in C# which depends on sqlite managed provider. The sqlite provider is platform dependent (there are two dlls for 32 and 64 bit applications with the same name). The appl
I\'ve got a DLL from an old WiSE installer that i\'m trying to get working in WiX, so i\'m pretty sure the DLL works with MSI-based installers.
I\'m wirintg an installer using WIX and I need to execute a custom action when a user press the \"cancel\" button.
I am trying to create a WiX custom action which will allow me to shutdown and clear down a COM+ package as part of an upgrade installation, or create and configure a new COM+ package as part of the in
I am writing a WIX installer and I have a following requirement: During installation, I need to 开发者_如何学运维pass an absolute path to a file (lets call it A) included in my installer to a COM comp
How do I get Wix to include a CustomTable with no rows in the final MSI? If I simply define the table like this
I\'m trying to create a custom action for my Wix install, and it\'s just not working, and I\'m unsure why.
We recently had an MSI go out the door with a bad bug in a custom action. I was able to create a transform for the MSI binary table and this did work but I think I was lucky. I altered the custom acti
I have installed WIX 2.0 (and Votive). I need to create user defined custom actions using the Custom action project. I found the custom action project template in VS2008 when WIX 3.0 is installed. Now