Tagged Questions
0
votes
0answers
33 views
How to change uninstaller directory of an InstallShield Install Script project.
I am creating an Installer using InstallShield Install Script project. I have changed TARGETDIR to user's directory. After changing TARGETDIR, my components are copied in user's directory which is ...
0
votes
3answers
59 views
Product won't uninstall from windows when uninstalling previous product during its installation
I have an Installshield Basic MSI installer that I have created that installs the new version of our product. If the user is still on the old version (installed by an Installscript installer), the ...
1
vote
1answer
107 views
Uninstall from command-line using installshield
Is there any way of being able to force through an uninstall rather than an upgrade on InstallSheild?
I currently have a Setup.exe and a MSI file
but everyime I attemp the uninstall using the ...
0
votes
1answer
89 views
Running Custom Actions On Uninstallation of Patch
I have a .msi that performs custom actions during installation and uninstallation.
Based on the msi, I created the patch that is not uninstallable unless you uninstall the patched application.
The ...
2
votes
1answer
49 views
Upgrading one product but not the other when both products have the same upgrade code
I have two products installed. They have the same version number and upgrade code, but different product code. I would like to do a major upgrade on one of these products, but the upgrade exe that I ...
1
vote
1answer
80 views
reading data from zip file in install shield
I am creating installer for my data files,The data files are present inside the zip folder,I want that whenever user clicks on installer the data files inside the zip should be extracted to specified ...
3
votes
0answers
172 views
Why is InstallShield wizard not displaying last uninstall page?
I have a trial version of the InstallSheild. It works perfectly fine on my Windows 7 machine. However uninstalling on other machine it fails to display the Final complete page(The last uninstall page)
...
1
vote
1answer
289 views
How to get the process running in the task manager using Install Shield
I am very new to Installsheild and it is programming. We have an application which run using MMC.exe. during uninstallation we need to check whther the app is running if yes then need to close the ...
0
votes
1answer
345 views
How to do major upgrade conditionally in installshield
Here's my scenario:
I need to have the ability to have different versions of the same product coexist on my machine. So, I need to have a different product key. Cool, no problem. The thing is, I also ...
0
votes
0answers
163 views
How to force uninstall sequence within install sequence in InstallShield
I want my installer to prompt the user to uninstall an existing installation before installing the new one if an installation already exists at the selected install directory.
Right now I'm trying ...
3
votes
1answer
1k views
How to make InstallShield uninstall previous versions?
I've followed the instructions outlined here, but it doesn't work exactly as I need.:
How to get InstallShield LE to uninstall the existing installation automatically?
The result of these ...
1
vote
1answer
399 views
Need to uninstall unrelated application before installation Installshield 2010
apologies in advance, I am still an Installshield newbie!
I am currently using installsheild 2010 for an isntall packed for my application (ds2). My trouble is I need to remove a previous ...
0
votes
2answers
4k views
Installshield Silent Uninstall not working at Command Line
We have an older app from 2006 we'd like to uninstall at the command line using group policy, but I can't get a silent uninstall to work.
This works. Of course I need to click Next to uninstall:
...
0
votes
1answer
323 views
create Uninstaller with Installshield
I have created an installer with installshield and it is work. but I don't uninstall it.
How I can create an uninstaller for my project?
0
votes
1answer
2k views
Installshield execute uninstall custom action
How do I execute a Custom Action when performing an uninstall?
The Custom Action is within a Basic MSI project and I am using Install Shield 2010 Premier.
I have tried setting the Install UI Sequence ...
1
vote
0answers
279 views
Installshield suite uninstaller doesn't uninstall every feature
I have an Installshield suite project(setup.exe) containing 2 features(msi packages) you can choose to install (lets say A and B). I also have an upgrade option that should uninstall old package and ...
0
votes
1answer
674 views
InstallShield 2010 doesn't uninstall a feature
I'm having an issue with an MSI created with InstallShield 2010 uninstalling correctly. My InstallShield project contains 5 different features all of which installed correctly, according to the logs.
...
2
votes
0answers
717 views
Error 1730 (needs admin rights) when uninstalling chained msi on Vista/Win 7
I have created an installation using basic MSI in Installshield 2012.
I am using the chained MSI technology (supported in Windows installer 4.5 and onwards).
My installation is structured with a ...
2
votes
2answers
382 views
How do I modify a registry value during uninstall (Basic MSI project)
I have a registry value that I set to 1 during installation. What I want to achieve is that during uninstall this value should be set to 0 instead of being removed.
How do I get about doing this?
I ...
1
vote
2answers
793 views
Error Custom Action in Uninstalling
I have created a Custom Action named UninstallDokan,which Dokan is driver for my software.I encounter the errorwhen I uninstall my program:
Error 1721:
There is a problem with this Windows Installer ...
0
votes
1answer
406 views
InstallShield display uninstall user interface
I have an application that can be uninstalled via a shortcut, which executes msiexec.exe /x {ProductCode}. When I click the shortcut it launches the Execute phase of the uninstall, however, it skips ...
0
votes
1answer
421 views
Problem when uninstall my application in vista and win7, but not in XP
I have a problem when uninstall my application in vista and win7, but not in XP. The error message is
" The following error occured on the file 'C:\Windows\system32\mfc40.dll"
Access is denied.
(0x5)
...
0
votes
1answer
942 views
Use Innosetup to delete another appliction not installed with Innosetup during installation
I have an old VB6 application that is deployed using a very old 16 bit version of InstallShield. I have created a new installer with Innosetup to be 64 bit friendly for my VB6 application with ...
0
votes
2answers
3k views
Error 1310. Error writing to file: C:\Config.Msi\997da2c.rbf
I am facing a peculiar problem; I am creating a setup.exe in Installshield 2008 Primer Edition and install the setup in a laptop which has the Operating System Windows XP Professional.
The setup runs ...
0
votes
2answers
2k views
Install Shield 2009 Premier, Uninstall doesn't close the process/gui
My application (developed using C#.net) is open now i uninstall, InstallShield gives message stating the application is already open and whether really want to close the application. Selection ...
1
vote
2answers
6k views
Forcing Installshield to uninstall before an install
I have an InstallShield 12 installscript. I want to uninstall the old version before installing the new version. I will keep the name of the package unchanged. How can I do this?
1
vote
1answer
2k views
Privilege elevation on MSI uninstall with Installshield and user dialog
I need to achieve the following:
The uninstallation of an MSI should present a user dialog based on which Windows Installer knows how exactly to remove the software (in this case: The user must choose ...

