wix3
WiX unresolved reference error
I\'m using Wix version 3.0.5419.0.I have two .wxs files, one which is a fragment, and another which uses the fragment to create the .msi file.[详细]
2023-01-01 04:46 分类:问答How do I do a silent install and uninstall with WiX and MSI?
How can a silent installer be开发者_JAVA百科 created in WiX that does not display any UI dialogs to the user and installs, upgrades and uninstalls with default settings?Windows Installer (MSI) uses th[详细]
2022-12-31 16:37 分类:问答How can I remove .NET isolated storage setting folders during WiX uninstallation?
I would like to remove the isolated storage folders that are created by a .NET application when using My.Settings etc.The setting files are 开发者_运维技巧stored in a location like[详细]
2022-12-31 06:53 分类:问答WiX 3.0 Merge Module: meaning of Source attribute
What is the purpose of the Source attribute? Have a look at this snippet: <Component Id=\"MyComponent\" Guid=\"123456789-abcd-defa-1234-DCEA-01234567890A\">[详细]
2022-12-31 02:06 分类:问答Retrieve COM ProgID from exe without registering it
Background: I would like to extract the COM data from a VB6 application so I can register it correctly (according to Microsoft best practice) the application.I am using WiX 3.0 and heat.exe will not[详细]
2022-12-29 18:40 分类:问答How do I share a WiX fragment in two WiX projects?
We have a WiX fragment in a file SomeDialog.wxs that prompts the user for some information.It\'s referenced in another fragment in InstallerUI.wxs file that controls the dialog order.Of course, Produc[详细]
2022-12-29 07:41 分类:问答How to conditionally exclude features from "FeaturesDlg" in WiX 3.0 from a managed Custom Action (DTF)
I am trying to put together an installer using WiX 3.0 and I\'m unsure about one thing. I would like to use the FeaturesDlg dialog to allow the users to select features to install, but I need to be ab[详细]
2022-12-29 04:42 分类:问答Using wix3 SqlScript to run generated temporary sql-script files
I am starting to write an installer which will use the SqlScript-element. That takes a referen开发者_JS百科ce to the Binary-table what script to run.[详细]
2022-12-28 05:08 分类:问答WiX - How do I prevent ComPlusAssembly being unregistered during uninstall?
As part of my Installer, I am adding files to an开发者_如何学Python existing COM+ package.I have defined a ComPlusApplication underneath my Product element, which has the name set to a property - I th[详细]
2022-12-27 13:21 分类:问答WIX - Run custom action on installation cancellation
I\'m wirintg an installer using WIX and I need to execute a custom action when a user press the \"cancel\" button.[详细]
2022-12-27 12:09 分类:问答