I'm looking for a walkthrough on distributing VBA 6.4 using Installshield 12 (Basic MSI installation). I have read through the discussion in the SDK help file, but it is not clear to me how to get...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_22901693.html
I'm using Installshield 12 for an InstallScript MSI project.
I need to be able to detect if a SQL Server exists and that the login credentials are valid but without having to run a scrip to get ...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23059220.html
I'm creating a Basic MSI file with InstallShield but cannot see a way of doing the following:
1. Find out where Excel is installed (I know what key it is in the registry to determine this)
2. I...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23181662.html
I have a custom action .exe file that I need to run as part of my installation. How do I specify to installshield where to find this .exe file. So, I run the setup.exe file created by installshield...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23391022.html
Zones:
InstallShieldDate Answered: 05/19/2008 Grade: A Views: 110
I added .net framework to prerequisites of Installshield 12 and I checked it for my application because my application is written in c#. The problem is that when I want to install my program, .net ...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23672378.html
Zones:
InstallShieldDate Answered: 08/23/2008 Grade: A Views: 103
I use DevExpress components in my .net application and for registering it' dlls I found a way using
gacutil and sn. Here is the bat file I use:
sn -Vr DevExpress.Utils.v7.2.dll
gacutil /if De...
http://www.experts-exchange.com/Programming/Installation/Q_23769281.html
Hi All.
I have a custom dialog screen that allows a user to select files/folders for backup (copy) to a chosen backup folder (the backup folder is not under the INSTALLDIR).
This process is w...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23359398.html
Hi there..
I have a sample Install Shield project that I have been working with.
I have it so that a major upgrades are being done as the project version number increases:
- each version h...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23347648.html
I have an installscript project created in Installshield 12. I recently upgraded my vb6 application to use CR11.5 instead of the previous CR10. To keep the installer up to date I removed the CR10 ...
http://www.experts-exchange.com/Programming/Installation/InstallShield/Q_23598417.html