I built a Visual Studio 2008 setup Project wich depends on .NET 3.5. I added Prerequisites like: .NET 3.5, Microsoft office interoperability, VS tools for office System 3.0 Run time, .etc. After that
I\'m using Innosetup as a bootstrapper for my msi setup. It packs the main mis file and other prerequisites. It works fine when we use full UI. Now i want to install the whole setup in silentmode. For
I am trying to modify the userSettings section (Properties.MyApp.Default) in the MyApp.exe.config file during the installatio of my WPF application using an MSI installer.
Are "Visual Studio Setup" projects suitable for complex setups in different versions? The application is rather large (> 500,000 lines of code) and is under continuous development. Every
I\'m writing installer for my program using Windows Installer (not wix). In some cases i want cancel installation proccess开发者_开发知识库 from my custom action. Beside, i want show an error message
I\'m trying to convert a project in Visual Studio 2008 from static linking of the CRT to dynamic linking. This was easy enough, and I added the CRT MSM and policy MSM to my Wix file with no problems.
I\'m using WiX to create a windows installer. Unfortunately my installer overwrites a config file on every update.
Is it possible to do nested instllations of msi\'s in Visual 开发者_JS百科studio 2008 setup project?No, only one MSI can execute at a time.
We are developing customized installer using visual studio 2008 installer project.The requirement which we are trying to adress is; suppose user starts installation andif already older version is avai
I have a Basic MSI project. I need to remove another MSI product on installation that is now integrated into our main application. I tried to use the upgrade scenarios and treat it as a major upgrade.