custom-action
How do I fix 'Setup project with custom action file not found' exception?
I am trying to create a setup project for a Windows Service. I\'ve followed the directions at http://support.microsoft.com/kb/816169 to create the setup project with no trouble.[详细]
2023-02-01 09:55 分类:问答c# msi setup - Custom Validation before installation
The custom UI calls a web service. If the Web Servic开发者_StackOverflow中文版e approves the installation continues, else some message is displayed to the user that the setup cannot continue.[详细]
2023-01-29 18:59 分类:问答Logging service for a visual studio C# custom action
To help isolate problems that may occur when users try to use my installer, I have decided to开发者_高级运维 log installation progress, states, errors, and warnings in a log file from my custom action[详细]
2023-01-29 07:12 分类:问答Register a COM dll in the GAC with WiX
Greetings all, I\'m wo开发者_如何学Gorking on a WiX installation script for my program.I need to install a C# dll to the GAC and then register it.So, I mark the file with Assembly=\".net\" so that Wi[详细]
2023-01-28 18:28 分类:问答Wix: Conditional deferred custom action
We have a custom action that we want to run ONLY on a major upgrade. Trouble is, the CA is deferred because it needs access to system files (it removes the old version of the program from an INI file)[详细]
2023-01-27 21:19 分类:问答Custom Actions installer
I regularly develop .net applications and use deployment projects to install them on diffe开发者_运维技巧rent servers.[详细]
2023-01-27 00:15 分类:问答VisualStudio Setup Project: Deploy a Project with Database through a CustomAction BadImageFormatException
I have a Solution with a Project which uses a MSSQL Database and generated for this a VisualStudio setup projekt. Then i have made another project with an installer class that should deploy my databas[详细]
2023-01-26 21:22 分类:问答MapPath or equivalent to use in an installation application
I need to check a .config file in an installation application (iis custom action in a WIX project). The user picks a website and enters a virtual directory name. I can\'t do a http read to retrieve th[详细]
2023-01-26 11:05 分类:问答Uninstalling a previous component before installing a new one using VS 2005 Setup Project
I have a Custom Action that should execute during the Install portion of an .msi setup.I have a previous version that was installed using InstallShield (which was overkill) and wanted to move to the s[详细]
2023-01-25 20:30 分类:问答How to use a property that was set in a custom action?
I want to set a property in a custom action and开发者_开发技巧 use it in the standard custom action \"util:User\" afterwards. But no matter where I put the property in my wxs-file, I always get \"erro[详细]
2023-01-25 11:06 分类:问答