I am new to Installshield and having some problems. My Questions are : How Can I use OnIstalling Event of a specific feature to reset the progress bar for the installation of this feature (In this f
I have a C# application which is built for both x86 (32 bit) and x64 (64 bit) platforms. My build system currently outputs two MSI installers, one for each platform. In case it makes a difference, my
I have a MSI install built with InstallShield 2009 which installs a .NET service by setting the \".NET Installer Class\" to Yes on the component which contains the service exe.
What I want to do is install program X with patches silently. Program X has an installer that is an MSI package. Program X has quite a few MSP file patches (8+)that have been released that I also want
Does anyone know of a complete, downloadable/copyable example of a WiX installer that allows the user to select an existing website when installing a web application?
I\'ve got a vanilla .net class library which contains some types which are [ComVisible] and the assembly itself is marked \"Register for COM Interop\". I\'m trying to build a WIX installer for the app
We have built an ASP.NET application in 4.0 (we can change it to 3.5 if necessary) with a SQL Server database.
I\'ve encountered a problem regarding the Windows Installer program. I am using one of the popular install wizard programs, which use the MSI installation engine. It provides the 开发者_如何学Godiffer
I have an activex control. I want my users to be able to remove it. This MS article implies that you can remove controls if you installed them yourself:
I have an msi built using WiX. Part of the installer collects some settings that will be entered into the app.config file of the installed app.