The installshield-2009 tag has no wiki summary.
0
votes
0answers
96 views
Installshield to change app.config dynamically while creating MSI
I am trying to create msi using installshield2009.
As compared to windows msi builder which automatically updates my app.config to current directory path(i.e path inside program files) installshield ...
0
votes
0answers
72 views
prevent overwriting file if already exists using installshield2009
While installing application i want to prevent overwriting my DB file if it already exists at specified location.
As i am new to using installshield could any please guide.
Tried setting Never ...
0
votes
1answer
33 views
How to change installshield name at the end of sdLicense dilogue
At the left corner of SdLicense Dilogue one masked text will come as "InstallShield" how to change the text from where it is rendered
0
votes
1answer
146 views
How to Configure InstallShield to Remove a file that has already been removed
So basically we released a Recovery image that had a file deleted that was installed as part of our installshield installer.
Now that we have a software update when we go to install on top of the ...
0
votes
0answers
42 views
file linking with Checkbox control in installshield
I am creating a msi with installshield. I added a dialog with 5 checkboxes as I want the user to select of the features available, whatever he needs. I want to know if user checks a checkbox how the ...
0
votes
1answer
190 views
Setting multiple IIS Custom HTTP error messages on InstallShield 2009
How do I set the HTTP custom error messages on a website installed by InstallShield 2009?
It does look deceptively simple. There is an Internet Information Services view, where we can create website ...
1
vote
1answer
535 views
Installer package targeting Windows Installer 3.1 fails when Windows Installer 4.5 has been installed
We have an installer package authored with InstallShield 2009, targeting Windows Installer 3.1.
Recently, we started to notice that sometime, when installing on some Windows 2003 R2 x86 based hosts, ...
2
votes
2answers
213 views
How can I retrieve the value of a MSI property on the time of Uninstallation?
I have an Installer for an application, which I use some customactions in that.
At the time of installation I have been using some Custom MSI properties like
DBHOST etc. to determine the database ...
0
votes
1answer
1k views
How to set msi properties from CommandLine when installer is running in silent mode?
I have an application which recieves some settings at the time of installations
the recieved settings are stored in some files for the proper working of the application.
These are done by the custom ...
0
votes
0answers
385 views
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 ...
3
votes
5answers
502 views
How to pack a installation (framework + application) in one executable?
I'd like to create a file 'setup.exe' that contains one application that I developed in C#, and the setup of .Net framework 4.0.
The idea is: When I execute the 'setup.exe' this one will check if ...
0
votes
2answers
933 views
How to make an automatically updating installation using InstallShield?
I'm using InstallShield 2009 to create an installation package for a C# program that is to be deployed on many client sites, each with hundreds of workstations. When we release a patch, I simply ...
0
votes
1answer
2k views
How can I make the installer Run as admin
My application has an installer built in installshield.
But for proper working of installation process in vista Win 7 etc. the installer should be run as administrator. (Even though the user has ...
1
vote
1answer
1k views
How to make an Exe Run as admin
I have a small application whose exe has to be worked in windows server 2008.
But in Win Server 2k8 it works properly only if the Option Run as administrator is selected, even if the user have admin ...
2
votes
1answer
919 views
InstallShield how to never overwrite a file
I have one file in my filestructure (a FireBird database) that, once it is installed the first time, should never be overwritten again. This seems like an easy enough task, but I've wasted an ...
0
votes
2answers
554 views
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 ...
0
votes
1answer
127 views
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 ...
2
votes
2answers
318 views
How to update assemblies in existing MSI?
We have existing MSI created using InstallShield 9.0. This MSI installs some .NET assemblies in target installation directory.
We have changed some functionality of application and so a few ...
1
vote
2answers
341 views
Terminating a program when Installer, built with InstallShield, runs
When InstallShield executes, we have it launch a separate installer (before it's installation phase) that installs a small SQL server that's crucial to the program. FYI, the SQL server is Firebird ...
2
votes
1answer
861 views
How to configure an InstallShield 2009 project to run on 32- and 64-bit systems
I have a 32-bit application that I'm packaging with InstallShield 2009 Premier. I would like to be able to install it on 32- and 64-bit machines, but the InstallShield installer doesn't seem to be ...
2
votes
1answer
1k views
InstallShield removing a file using VBScript & CustomAction fails when there's no file
When uninstalling a previous installation (that I'd built using InstallShield 2009), I wanted to delete the entire folder that the program was in at the end of the uninstall. I couldn't figure out how ...
1
vote
1answer
862 views
InstallShield remove file not originally installed on uninstall using RemoveFile
First off, I know that there are similar questions on SO, but I have yet to see any answer that fits my issue.
InstallShield 2009 installs my program, and my program creates an ini file. When the ...
0
votes
1answer
154 views
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 ...
0
votes
1answer
49 views
.NET3.5 installed automatically with InstallShield2009
how .NET3.5 installed automatically with InstallShield2009
Is it possible?
0
votes
1answer
423 views
InstallShield 2010 SQL Script multi line comment bug?
I think I found a bug with multi-line comments and SQL scripts in InstallShield 2010.
To reproduce the bug, create a basic MSI project. Go to Installation Designer -> SQL Scripts, create a SQL ...
1
vote
1answer
337 views
Converting a Hexadecimal string to a Binary Value in installshield 2009
Setting binary registry values in installshield needs binary string values, However usually binary values in installscript is presented in hexadecimal forms.
So following code is not correct if you ...
1
vote
0answers
343 views
Creating an Install Project with InstallShield 2009
Can this please count as one question? I know it is quite long, however it all pertains to building an installation project with the desired functionality. I have been a programmer/developer for some ...
0
votes
1answer
231 views
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 ...
0
votes
1answer
188 views
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 ...
0
votes
2answers
113 views
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 ...
0
votes
2answers
2k views
Silent install parameter ignored, InstallShield 2009
I've just inherited an InstallShield 2009 project from a guy who left (oh joy) and am trying to get the setup.exe to run in silent mode. The project is a Basic MSI project and according to the ...
0
votes
2answers
574 views
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 ...
2
votes
2answers
716 views
Best way to install .NET Service in MSI so that it is updatable?
I have a MSI install built with InstallShield 2009 which installs a .NET service by setting the ".NET Installer Class" to Yes on the component which contains the service exe.
This base install which ...
1
vote
0answers
197 views
InstallShield: Handle password with special characters
I have an installer (InstallShield/ InstallScript) and during the installation process it verifies username/ password, using external simple C# application which calls Windows advapi32.dll LogonUser ...
0
votes
1answer
362 views
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 ...
0
votes
2answers
189 views
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 ...
1
vote
1answer
823 views
Handle CheckBox Checked Event in Interior Dialog in Basic MSI Project
Tools: InstallShield 2009 Premier, Basic MSI Project
I have added an interior dialog, and in that dialog I added a checkbox.
Now if the checkbox is checked I want to exit the setup (or, show a ...
1
vote
3answers
3k views
Can one edit an InstallShield setup.exe's manifest file?
I'm running into the Windows Vista/7 Program Compatibility Assistant problem described here:
...
0
votes
1answer
86 views
Problem with InstallShield 2009
In InstallShield 2009
how add MSI file to "after install my mproject" Install it
1
vote
1answer
846 views
Using installshield to replace a same-versioned DLL in the GAC
We recently put out an update of one of our apps with a "test" DLL from a third party. The third party does not update their assembly versions on the dll's, only the file versions, so multiple apps ...
1
vote
2answers
2k views
InstallShield-2009: Basic MSI: How to run a custom action after user cancels uninstall (rollback)
InstallShield-2009 Premier: Basic msi project:
What to do when I want a custom action to run when user clicks cancel button during uninstall?
I put a custom action (a C# exe which would just show a ...
2
votes
0answers
413 views
InstallShield 2009: Remove a dll (being used by explorer.exe for context menu) during uninstall without any warning message
Install Shield Premier 2009: Basic MSI Project
I have a dll that is supposed to be removed during uninstall.
But this dll is being used by explorer.exe, it is used for generating windows explorer ...
2
votes
1answer
2k views
How to force restart after uninstall for a Basic MSI Project in InstallShield 2009 Premier
InstallShield 2009 Premier, Basic MSI Project:
After uninstall completes, I want to force restart the computer. How?
Googling found, i have to set 'REBOOTPROMPT' TO 'S' or 'R' and the "Reboot" ...
0
votes
1answer
615 views
Reusing InstallShield prerequisites
I'm looking to have a release layout with multiple installers but with a single source for prerequisites, in the following structure:
\Product1\setup.exe
\Product2\setup.exe
\Product3\setup.exe
...
0
votes
1answer
155 views
Installshield 2009 installer refuses to onfigure for a second user (did work until recently)
Since years we use installshield to deliver our software. Since the last Version of our software the following happens:
After installing the program for "all users", when a restricted user logs in, ...
0
votes
2answers
1k views
Installshield 2009 Multiple Serial Keys
I have been playing around with Installshield 2009 and C# to create a setup project that validates a serial key (the algorithm written in .NET) before installation. It works great.
However I have ...
1
vote
1answer
545 views
How to determine version of FLASH with InstallShield 2009
I am currently using InstallShield 2009 and one of the required components that needs to be installed in Adobe Flash Player. However, we only want to install it IF it is below a certain version.
For ...
1
vote
1answer
666 views
Prepare a 64bit setup.exe from basic msi project Installshield 2009 premier
I'm deploying 64bit dlls, exes by setting each component's 64bit component = yes and setting "General Information->Summary INformation Stream->Template Summary = x64;1033". All things are ok, but the ...
0
votes
3answers
2k views
Why won't InstallShield 2009 detect .NET 3.5 SP 1?
On Windows Server 2003 Standard Edition, a customer installed .NET 3.5 SP 1. Whenever we run our installer built with InstallShield 2009, the installer complains that the target machine does not have ...
0
votes
1answer
616 views
InstallShield 2009 different shortcut icon for different releases
I have an InstallShield 2009 MSI project with a couple of shortcuts. I would like to change which icon is used for these shortcuts depending on the release. Each release is for a separate country ...
