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 want create own SetupTypeDlg using wix default dialogs to show the disk costs for Typical/Complete installation depending on features to install in that section.
I am using WiX 3.0.I am trying to preseve all my registry settings when doing upgrade. I found the following link
i want to use a Feature state like inner text in a Publish element. this is my code: <Feature Id=\"Complete\" Title=\"App\"
Hi i\'m having a problem with UIRef in Visual S开发者_开发知识库tudio when i try to add a wxs file.
I want to know how to replace a message error for a pop up window on Wix. I\'ve a Installer that have two different Features and when I don\'t select any option an error message appears:
I have an installer which installs about 40 files and two directories. This installer is based on WixUI_InstallDir \"template\", but I\'ve included some of the UI definition within my WXS project.
I want to create an installer using Wix that copies a certain file to the folder \"C:\\Users\\Your User\\Documents\\Visual Studio 2010\\Addins\\\"
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
How I can perform showing message, that\'ll tell to user >>This version has already installed<< or some another warning message, when user try to run 开发者_C百科the same installer twice?Best pr