Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
295 views

Read app.config file in Installscript

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 ...
1
vote
1answer
272 views

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 ...
1
vote
0answers
120 views

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 ...
1
vote
1answer
759 views

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 ...
0
votes
0answers
14 views

Creating registry entries same as a 64 bit installer using a 32 bit installer on Windows 2008 R2

I am creating an installer XYZ.exe using InstallShield on a 32 bit machine. Installation of this XYZ.exe on a 32 bit platform creates registry entries in HKEY_LOCAL_MACHINE\SOFTWARE\XYZ Installation ...
0
votes
1answer
52 views

how to change checkbox property in installscript?

ive made dialog that shows two checkboxes. i made the dialog with AskOptions function, like this : "nResult = AskOptions(NONEXCLUSIVE,szProduct , "Install Client", Client, ...
0
votes
1answer
115 views

Make an existing Installshield 2008 package msi that runs on xp 32bits run on windows7 64 bit?

I want to make an existing Installshield 2008 package msi that runs on xp 32bits run on windows7 64 bit??? Can anyone tell me how I can do so cause this is the first time for me to use InstallShield ...
0
votes
2answers
576 views

“Msiexec REINSTALL=ALL REINSTALLMODE=vamus” is not cleaning old entries

I created an installer "test.msi" . It is version-1. test.msi contains 2 components "comp1", "comp2" comp1 contains 2 files "comp1_file1", "comp1_file2" In version 2 of test.msi , --> a new ...
0
votes
1answer
224 views

How to prevent Installshield from removing files?

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 ...
0
votes
1answer
611 views

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). ...
0
votes
1answer
735 views

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.
0
votes
2answers
2k views

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 ...