How to programmatically read the propert开发者_Go百科ies inside an MSI file? Looking for VS2010 example I can test and learn with.Here is an example DTF Managed Custom Action to list the available we
I would like to install a given .msi package programmatically from my C# .NET application, preferably with the installation parameters that my application specifies开发者_高级运维 (like the installati
Can i save feature state and action into property value? Like <Property id=\"prop\" Value=开发者_如何学运维[!MyFeature]\" />
We\'re making a custom boostrapper / external UI for our installation. We want to provide a \"Custom Installation\" dialog (like in MSI) to allow the user to choose feature(s) they want to install or
I have a bunch of .SQL scripts placed in the \"Support Files\" view of InstallShield. I want to access those S开发者_如何学CQL scripts in my custom action (via DTF). How can I do that?InstallShield h
I have a dll file compiled with Microsoft .NET Framework 4.0 开发者_如何学Go When I am using MakeSfxCA.exe file and passing the dll as one of the parameter to command line it gives me following error
I\'m using VS2010 and WIX 3.5. 1) I created WIX Setup Project. 2) Then I added to the solution C# custom action project and called it \'CustomActions\'
I need to update an 开发者_StackOverflowAttributes column in an MSI file. Unfortunately, I am unable to find any documentation (esp. for C++).
Okay, I have decided the only way I can do what I want to do with WiX (thanks to an old installer I didn\'t write that I now have to upgrade) is with some CUSTOM ACTIONS.
I can build a managed custom action just fine using the DTF tools (I.E MakeSfxCA.exe) My post build event command line looks li开发者_Go百科ke this: