dtf
DTF is included with new WIX releases - looking for an example of this for VS2010
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[详细]
2023-04-01 21:49 分类:问答Programmatically installing MSI packages
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[详细]
2023-02-28 01:36 分类:问答wix save feature state to property or get feature state in custom action
Can i save feature state and action into property value? Like <Property id=\"prop\" Value=开发者_如何学运维[!MyFeature]\" />[详细]
2023-02-22 12:29 分类:问答Get feature installation cost prior to installation
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[详细]
2023-02-06 15:18 分类:问答Accessing InstallShield "Support Files" from DTF (Managed Custom Action)
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[详细]
2023-02-04 07:35 分类:问答MakeSfxCA.exe and DLL compiled with Framework 4.0
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[详细]
2023-01-19 17:35 分类:问答WIX c# CustomAction, what am I doing wrong?
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\'[详细]
2023-01-05 08:09 分类:问答Update MSI table using MSI programming API
I need to update an 开发者_StackOverflowAttributes column in an MSI file. Unfortunately, I am unable to find any documentation (esp. for C++).[详细]
2023-01-04 11:17 分类:问答WiX custom action with DTF... quite confused
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.[详细]
2023-01-01 15:38 分类:问答DTF Custom Action reference in WiX not a valid WiX reference
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:[详细]
2023-01-01 07:32 分类:问答