how to validate serial number during Installation using Install shield 2008
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23465246.html
Will an Installshield 10.5 MSI project effortless migrate to Installshield 2008?
I have search the installshield site and forum for documentation on this topic, but every time I think I have found...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23467182.html
We have an in-house software program that we distribute to our customers.
The setup package is created in Installshield 2008 Express, and also sets permissions on 2 certain files within.
These pe...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23546370.html
I am creating a installation package that has feature A, B and C. When Complete installation type is selected feature A, not B nor C, should to be installed. When Custom installation type is select...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23593523.html
I'm attempting to allow my user's to a add a desktop shortcut for my exe using a checkbox that's displayed on my SetupCompleteSuccess dialog.
If the checkbox is clicked, the shortcut should be a...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23858874.html
Were using Interop.WindowsInstaller.dll.
We make a call to:
Installer.get_RelatedProducts (upgradeCode);
Which, dollars-to-donuts, has to do the exact same thing as the FindRelatedProducts ...
http://www.experts-exchange.com/Programming/Installation/MSI/Q_23534774.html
Hi, i'm currently developing an installer for a product that will have to connect to a remote database. During installation i'm using the SQLServerSelectLogin2() dialog to retrieve connection infor...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23404268.html
Since I'm using Installshield 2008 and I need .NET 2.0, I have to include it using the release wizard. The only problem is, when it detects that the machine does not have it installed, it prompts ...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23417372.html
I am developing 2 application and have created 2 setup programs using Installshield 2008, install script. These 2 programs should not be installed on the same computer. What I want to do is check...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23596771.html
I have a VB6 applcation and use Installshield 2008 to distribute this aplication. On Vista machines the install proceeds fine but when installed program is started users get the message 'the .exe h...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23365314.html