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.
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.
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
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
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)
I regularly develop .net applications and use deployment projects to install them on diffe开发者_运维技巧rent servers.
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
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
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
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