In my MSI package, I have a SQL Login dialog with a dropdownlist for SQL servers and a Browse button.
I have created an excel add-in in VS2010. I am trying to create an installation using Installshield. I do not want to use the publish setup.exe that VS2010 will create. The reason is that I need to pl
I get the following error when I tried to uninstall a software. I tried with mul开发者_JS百科tiple uninstallers, but nothing worked.
I have a 32-bit application that I\'m packaging with InstallShield 2009 Premier.I would like to be able to install it on 32- and 64-bit machines, but the InstallShield installer doesn\'t seem to be ab
How to manage InstallScript differential upgrades and releases. For every version I ship, do I need t开发者_如何学运维o keep two releases? One for existing customers - for upgrade and one for new cus
I am attempting to write a short install script to update a value in an XML file (myplatforinfo.config).
When uninstalling a previous installation (that I\'d built using InstallShield 2009), I wanted to delete the entire folder that the program was in at the end of the uninstall. I couldn\'t figure out h
I\'m already familiar with prebuild steps such as updating XML or using the automation interface to update a project.I\'m looking for a far more simplistic approach to the following situation.
Using InstallShield - InstallScript project: I made a custom dialog for brow开发者_开发问答sing for a file.
First off, I know that there are similar questions on SO, but I have yet to see any answer that fits my issue.