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
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
First off, I know that there are similar questions on SO, but I have yet to see any answer that fits my issue.
In want to suppress warning message generated while installing application through In开发者_StackOverflowstallshield Environment.
I think I found a bug with multi-line comments and SQL scripts in InstallShield 2010. To reproduce the bug, create a basic MSI project. Go to Installation Designer -> SQL Scripts, create a SQL connec
Setting binary registry values in installshield needs binary string values, However usually binary values in installscript is presented in hexadecimal forms.
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
I am using Install Shield 2009 for creating myapplication deployement. I added the uninstall.exe along with the deployement. But During uninstall my application is not closed automatically and the rel
I have created an InstallShield single-executabl开发者_运维技巧e install which includes some merge modules for VS2005 dependencies which go in the WinSxS, such as VC80.CRT.I work remotely, and when ou
I am releasing a new version of my product (minor upgrade), which I\'m planning to package as a patch. This is a Basic MSI project in InstallShield 2009.