Questions tagged [installshield-2009]

InstallShield® is a well known and used Windows installation development solution. InstallShield is designed to enable development teams to be more agile, collaborative and flexible when building reliable InstallScript and Windows Installer (MSI) installations for PCs, servers, Web and virtual applications. Version released in 2009

57 questions
0
votes
0 answers

Driver Installation Issue with Installshield

I am just trying to install using Installshield 2009 a demo driver written by me. I wrote a demo inf file. I also wrote a simple console application in VC++. Then I wanted to install the application along with the drivers and so I created Basic MSI…
RKum
  • 758
  • 2
  • 12
  • 33
0
votes
2 answers

Display additional dialog when application is in upgrade mode

I created a setup file which is working awesome. Now whenever I rebuild an application without changing anything but Package Code is changed and then while I am going to install this version then a dialog will come "Upgrade Dialog" which ask me for…
0
votes
1 answer

InstallScript String replace fails in windows server 2008

I am now facing a problem with the installer that i have created with InstallSheild 2009. There are some configuration files which need the installation path of the application. and this is done by the installer through an installscript. On building…
0
votes
1 answer

How to suppress warning message showing unable to register ocx in Installshield?

In want to suppress warning message generated while installing application through Installshield Environment. Is there some kind of CONDITION that can be put in the Installshield Application builder while creating Installation file ?
bharat1
  • 103
  • 1
  • 13
0
votes
1 answer

.NET3.5 installed automatically with InstallShield2009

how .NET3.5 installed automatically with InstallShield2009 Is it possible?
0
votes
1 answer

How to modify the skin color and background of the installer generated using Install-shield

I am new to Install Shield. Trying to modify the new installer background and the color of the installer panel. How to customize the skin, background color or add background image for the new installer generated using Installshield 2010. I tried to…
0
votes
1 answer

How to use a namespace in the XPath expression in the ISXmlLocator table?

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 ideal if the previous settings are shown. The idea is…
Christo
  • 1,802
  • 4
  • 20
  • 31
0
votes
1 answer

Uninstall not working for myapp created with install shield 2009

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 related dll and exe files are left back undeleted by…
Sudhi
  • 1
0
votes
2 answers

Testing an install on VMWare

I have created an InstallShield single-executable install which includes some merge modules for VS2005 dependencies which go in the WinSxS, such as VC80.CRT. I work remotely, and when our tester runs the install on an XP machine, it works fine. …
user191582
  • 23
  • 1
  • 6
0
votes
1 answer

Installshield 2009 and Microsoft Visual C++ Redistributable Package

Having just upgraded my application to .net 4.5 and VS 2015, I also need to update my installer (in Installshield 2009). I managed to get my hands on the prq file for the Microsoft Visual C++ Redistributable Package from the latest Installshield…
Shaggs
  • 111
  • 3
  • 11
0
votes
2 answers

Files in RemoveFile table don't get removed during Patch

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. The installer creates some shortcuts on the desktop and in the All Program menu, this shortcuts…
0
votes
1 answer

InstallShield 2009 Basic MSI: File Not Replaced After Upgrade with New Setups(1 file replaced)

InstallShield 2009 Premier, Basic MSI project I have installed the setup, its installed. I replaced a dll with a newer one and again prepared the setups(didn't change product code or any other code) Now running the new setups, it asks for…
0
votes
2 answers

InstallShield 2009: detect system CSV separator and update INI value

OK as you may know the CSV separator in French is not , it's ;. We need to deploy an application to both French and English systems. What I would like to do is that InstallShield would detect the system CSV separator and then save this value in an…
AlexV
  • 22,658
  • 18
  • 85
  • 122
0
votes
1 answer

Problem with InstallShield 2009

In InstallShield 2009 how add MSI file to "after install my mproject" Install it
saman
  • 455
  • 2
  • 6
  • 12
0
votes
1 answer

Create a new website under Default website of IIS in installshield 2009 pro

I'm using InstallShield2009 pro to create my website installer. I want to create a new Website under DefaultWebsite in IIS. I haven't found any option to do that in Installshield 2009. Do you have some solution to accomplish this task?
Bac Clunky
  • 353
  • 3
  • 6
  • 18