wix-extension
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 分类:问答Wix and MSMQ: MSMQ Detection
I have to create a message queue if MSMQ is installed. If MSMQ is not installed then move forward without doing anything.[详细]
2023-02-16 01:20 分类:问答WIX Feature Tree with Checkbox selection
I am in need to add a Features tree with checkbox selection to my msi. Can any one point me to some sample as how to achieve this please?[详细]
2023-02-08 09:46 分类:问答Messagequeue left behind after uninstallation
I use MsmqExtension to create a private message queue. But during uninstall the queue is left behind without any rights and can\'t be deleted manually.[详细]
2023-01-31 16:41 分类:问答Wix: How to set permissions for folder and all sub folders
I know how to set the permissions for a folder: <DirectoryRef Id=\"ProgramFilesFolder\"开发者_如何学JAVA>[详细]
2023-01-27 08:13 分类:问答Including modified FilesInUse dialog in WIX project
I have a modified FilesInUse dialog. Just including it in project and changing reference in UI does not help - I get \"ICE20: Standard Dialog: \'FilesInUse\' not found in Dialog table\" error when bui[详细]
2023-01-25 03:01 分类:问答WiX3 - util:XmlFile element executes again when new user first uses a per-machine installation
i created WiX installer project for deploying my .net winform app on a customer machine. The app only scans documents and saves the images to database on a server. The scanner is quite specific and on[详细]
2023-01-23 15:38 分类:问答How to prevent a Windows user from being removed and created during a patch
I have a project that uses the WiX extension WixUtilExtension to create a user for our Windows services. When I patch the installation (using an .msp), the custom actions RemoveUser and CreateUser are[详细]
2023-01-03 19:36 分类:问答building wix managed Custom Actions in .net 4.0
We just recently upgraded all our code base to .net 4.0, and are trying to build custom actions in开发者_如何学C our installer using .net 4.0.[详细]
2023-01-02 23:29 分类:问答I'm referencing an WiX extension in a WiX library project -- how do I avoid having to reference this extension in other projects that use this wixlib?
I\'m referencing a WiX extension in a WiX library project. This WiX library project is itself referenced by my main WiX MSI project. Why does the main project have to also reference the WiX extension,[详细]
2022-12-28 04:44 分类:问答