Relating to the 2010 version of the InstallShield software that helps install software on Windows.
Questions tagged [installshield-2010]
106 questions
0
votes
1 answer
Custom installation installing empty folder.
i'm new to installshield and am learning how to use it on the fly, I have an installshiled 2011 project that upon a custom installation when i deselect a component from being installed, it is not installing the files, but the folder for those files…

Biryukov Pavel
- 397
- 4
- 18
0
votes
1 answer
InstallShield 2010 Basic MSI Project -Adding a dialog to execute sequence
How to add a custom dialog to the execute sequence of a Basic MSI project in InstallShield 2010?
I want this dialog to be shown when installer is run directly as a .EXE file or
from the command line MSIEXEC.EXE with basic ui command line argument
Is…

Raghunathan Sundarrajan
- 13
- 2
- 6
0
votes
1 answer
Need Help with InstallShield
I'm using to Install Shield 2010 limited edition to create a installer of my application. I have never used it before. But now I need to create a installer and verify it by using Windows 7 client software logo toolkit. I have tested a .msi file…

Johnny
- 1,555
- 3
- 14
- 23
0
votes
3 answers
Adding license agreement for Installshield prerequisites
Can any one tell me how add License agreement for before installing prerequisites in installshield 2010.

Vinay MS
- 550
- 3
- 6
- 21
0
votes
1 answer
Deploying SqlLocalDb 2012 using Installshield
I've made a simple application using windows forms that uses SqlLocalDb 2012, I want to create an installation file using InstallShield that should check wether SqlLocalDb 2012 is installed or not, if not I want to silent-install it to the client…

Laith Imad Qotom
- 80
- 4
0
votes
1 answer
Installshield limited edition Shortcut looking for installer every reboot
I have Visual Studio 2013 ultimate and have created a project with Installshield limited edition.
I've added a shortcut to the result of a project in the same solution.
Once we are on production environments, we install the product with a user with…

MetalGeorge
- 321
- 6
- 16
0
votes
3 answers
Adding Prerequisites using InstallShield 2010
I am very new to Installshield 2010. I have created a basic MSI setup for my application.
I need to check a few prerequisites for my application those are as below.
Microsoft frame work 3.5 with SP1.
Sql Express 2005.
Visual C++ redistributable…

Vinay MS
- 550
- 3
- 6
- 21
0
votes
1 answer
Installshield 2010 Clean Uninstall
During Install I create a Folder (Covers) in {INSTALLDIR} that ends up with a few images. On uninstall I would like to Delete this folder and [ALLCONTENT].
After 2 days I managed to Delete (DeleteDir) a folder if I have the exact…

cablehead
- 151
- 2
- 10
0
votes
2 answers
Remove InstallShield prerequisites if installation cancelled
We use InstallShield 2010 to install our software using the InstallScript approach. There are some prerequisites that may be installed as necessary. In the OnBegin callback, we execute some logic to validate the system before continuing with the…

Matt Davis
- 45,297
- 16
- 93
- 124
0
votes
0 answers
Call a method of a class of my dll with installshield
Maybe duplicate with
Call a dll function from InstallAware or InstallShield
How can i call a method of a class of my dll at the end of the setup in installshield?
I have wrote something like the following code at the end of the Setup.Rul in my…

M_Mogharrabi
- 1,369
- 5
- 29
- 57
0
votes
1 answer
Create setup with InstallShield
I want to create setup for my winform .net application with installshield 2010.I know the steps and i have created a setup with it which works fine.
But my application need several resources to run successfully and i want to know if there is any…

M_Mogharrabi
- 1,369
- 5
- 29
- 57
0
votes
1 answer
InstallShield closes after installing VS2012 redistributable
I am using InstallShield 2010.
Due to recent application update we have to ship and install Visual Studio 2012 Redistributable package to the clients.
I've done many setups with prerequisites, some of then had redistributables, some not, but its the…

user1651105
- 1,727
- 4
- 25
- 45
0
votes
0 answers
InstallShield 2010 causes exception in Wintrust.dll while code signing on Windows 8
I recently upgraded my dev computer from Windows 7 to Windows 8 (new box). Since the upgrade, InstallShield 2010 causes an exception towards the end of the build cycle, which seems to be caused by an unhandled exception in Wintrust.dll at the point…

nspire
- 1,567
- 23
- 26
0
votes
1 answer
Installshield minor upgrade component
We are doing a minor upgrade for our product and wanted to confirm below thing related to components handling in minor upgrade:
I do not want some components installed on system after minor upgrade. So, I have removed those components from “Setup…

user3056944
- 1
- 2
0
votes
1 answer
InstallShield 2010 InstallScript MSI Project - Manage Dialogs
Anyone knows why is so difficult to remove a dialog from an InstallScript MSI project in InstallShield 2010? And how can i do this, e.g. remove the dialog asking for the Destination Path to install.
Thank you in advance.

George Taskos
- 8,324
- 18
- 82
- 147