In visual studio 2010 I have setup a Project \"Visual Studio Installer\" it includes a custom action.
I am looking at what the best options for creating patches for our clients. They don\'t want a full blown installer when doing minor patches (from 1.0 to 1.1) since they will need to do a full regress
I\'m using script at Run exe after msi installation? to add a \"run application\" window at the end of my install. However, i wo开发者_开发百科uld like to pass a commandargument to the application, ho
I am installing some certificates into localStore and for some strange reason all those certs are suffixed with \"_wixCert_0\" or \"_wixCert_1\". I\'ve tried to manually remove all the certificates pr
I have a WIX installer that executes Custom Actions over the course of install. When I run the WIX installer, and it encounters its first Custom Action, the installer fails out, and I receive an error
Is there a simple way to add one or more content files path\'s to the registry under the manufacturers\'s program file path for the current user?I was able to do this for the executable file but not f
I created an MSI setup via Visual Studio 2008 for my application, and added a registry key to windows\\run for automatic startup, but also implemented a function in my application to disable automatic
I am trying to build an MSI project, and during installation I am installing a Windows Service. If that service fails to be installed, I want to initiate rollback and cancel the installation.
I\'m creating a custom action that executes a script on a database. The problem is that the connectios uses intergrated security, so when I try to open the connection i get the error: Login Failed for
I\'m creating a Basic MSI package using Install开发者_如何学C Shield and I want to Set minimum disk space check for the installer and if the requirement doesn\'t meet it should block the installation.