wix3
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 分类:问答How to calculate disk cost for a specific Feature in wix UI?
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.[详细]
2023-01-30 22:11 分类:问答Preserve registry settings when upgrade
I am using WiX 3.0.I am trying to preseve all my registry settings when doing upgrade. I found the following link[详细]
2023-01-29 15:35 分类:问答how can i use a Feature name like a inner text condition in a <UI> </UI> frame?
i want to use a Feature state like inner text in a Publish element. this is my code: <Feature Id=\"Complete\" Title=\"App\"[详细]
2023-01-28 14:53 分类:问答problem with UIRef in visual Studio
Hi i\'m having a problem with UIRef in Visual S开发者_开发知识库tudio when i try to add a wxs file.[详细]
2023-01-27 20:39 分类:问答how to replace a error message (2753) with an pop up window (WIX)
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:[详细]
2023-01-26 22:24 分类:问答Should the Template string in the ActionText for InstallFiles be overridden to match the installer's content
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.[详细]
2023-01-25 02:24 分类:问答Wix - Keep Folders after uninstall
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\\\"[详细]
2023-01-24 07:34 分类:问答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 分类:问答Warning, when you run same installer twice (WIX)
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[详细]
2023-01-23 06:16 分类:问答