When I create a Windows Installer package (say using WiX) and I install the application App.exe as well as the App.exe.config should the config file have its own component or should it be a companion
Thanks to StackOverf开发者_Python百科low I found out yesterday how to add a custom action to the Visual Studio Installer to start my program after an update. The problem I now face is that at the end
This is probably a stupid question and my Googling just is not functioning today. I have an application I added a Visual Studio Installer > Setup Wizard project to. I am wondering how to add a butt
Is it possible to mix 32bit and 64bit components with different languages in a single MSI? I need to Mix 32bit English,32bit German 64bit English,64bit German components in a single MSI. I am able t
I have a Visual C++ Setup which I created using Visual Studio Setup Wizard. I\'m trying to give the user option of selecting to install for himself only or everyone. How do I do t开发者_开发知识库his?
If I create a .msi installer and install at the command line with: msiexec /i foo.msi ALLUSERS=1 I\'ve installed foo for all users. If I then create a new user on the system
I\'m trying to apply a transform to my msi file. I\'ve created the transform using Orca (new transform->generate transform) and when I run it with MsiTrans I get Error 110. Err开发者_开发百科or Openin
In the WiX help documentation, Using Purely WiX for patching, the sample patch includes this section:
Can I reliably create a merge module 开发者_Go百科from a regular MSI package like MySQL to merge it with my own installation?
I have an msi installer (VS2008 set-up project).What I would like to happen, is for the installer to initially detect if the software is already installed on the machine.If it is, then to uninstall th