I have own installation procedure InstallInit.exe. I need to include it intoMSI installer, so the windows-installer will:
There is a very bad error telling you that another application is installing, when theres no such installation going on actually, and this error keeps coming after restart.
I have a .NET 2.0 project winforms app. I have another setup installer project. I\'ve added a custom installer class to the winforms app, that I want to pull some app configuration values to display/
My scenario is really straight forward: I have a windows application with several files that lands in a \"Program files...\" folder. These files are divided into components depending on what kind of
I am using WIX to generate an MSI to install an application. I want the application to be installed in a subfolder of a previously installed application. The issue is that the path for this previously
I\'ve been using Orca to manually add property \"REINSTALLMODE\" value \"amus\" into the msi property table every time I build it.
Is it possible/recommended to use the InstallService element to install a Windows service written in managed code (C#)? (I tried it and it does install the service开发者_如何学编程, but the service wo
If I right click the setup project and go to \"User Interface\". We will see \"Start\". if I right click and choose \"Add Dialog\"
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
I\'m using XML System Search and XML File Changes in an InstallShield project. In a previous installation a user selected a hostname and port for a server. When the user installs again it would be ide