installshield-2008

Installshield doesn't display the correct language

I am using InstallShield 2008 Premier Edition and I have created a multilanguage setup. When i install the setup in language other than English (e.g. in French) it clearly shows all labels and messages correctly. The problem starts when I run the generated setup.exe file again. It should show the Modify/Repair page in the language that ...

Preventing Installation of Lower Version over Higher Version

Greetings Friends, Coming straight to point; we have developed the project using InstallScript MSI Project in Installshield 2008 Premier Edition. In the project we have added a condition so that the older version should not be installed on Higher version and i got this info form the below link http://helpnet.acresso.com/robo/proj...Dow...

Control Order of SQL Scripts in Install Shield

How do you control the order to run SQL scripts in Install Shield 2008? I moved the one I want to run first on the script list, but it seems to not be running. ...

Location of files from extracted installshield setup.exe

I have a Installshield Basic MSI project. This project uses Installshield's bootstrapper to install several setup prerequisites. Everything is bundled and compressed inside a single exe (Setup.exe). I have one prerequisite that needs to know the the full path of the file to execute. Is there a property available to find this path? Or a...

Read app.config file in Installscript

Hi friends I wan to know that how to read connection string from app.config using installshield es, though there is an option to import the app.config file XML structure but the problem is the section of the connection is being updated at runtime. During Upgrade i need to fetch the the app.config file's connection string section is the...

Can't find IISROOTFOLDER on Windows Server 2008

I'm using installshield to install my website to IIS, it works fine on windows server 2003, but while running on windows server 2008, it raise an error saying: Error 1606. Could not access network location {IISROOTFOLDER}. How can I fix this problem? ...

X64 installer using Won64 node registry

I am using InstallShield 2008 premium edition. I created one basicMSI project only to target x64 platforms. I changed summary property to "x64". But this installer is writing registry entries in "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\CompanyName\ProductName" . I am using both installshield script and vc++ DLL for custom actions. Why...

How do you set color for a dialog in InstallShield 12?

How can I set color for a dialog in InstallShield 12? I don't want to use a bitmap file, is there any function or attributes that I can use? ...

How to prevent Installshield from removing files??

Hi Friends I am developing an package using Installshield 2008 Primer Edition and Project type is Installscript MSI project. The problem i am facing is during installation i am installing some of the file to the following location "C:\Program Files\Company\SystemFiles" from this location i am copying and adding the set of files into Sy...