Can i save feature state and action into property value? Like <Property id=\"prop\" Value=开发者_如何学运维[!MyFeature]\" />
I have to create a message queue if MSMQ is installed. If MSMQ is not installed then move forward without doing anything.
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?
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.
I know how to set the permissions for a folder: <DirectoryRef Id=\"ProgramFilesFolder\"开发者_如何学JAVA>
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
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
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
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.
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,