Questions tagged [installshield]

InstallShield (not including limited edition) is a software tool for creating MSI installers or software packages. InstallShield is primarily used for making an installer (MSI) for Microsoft Windows desktop and server platforms, but it can also be used to manage software applications and packages on a variety of handheld and mobile devices.

InstallShield is a software tool for creating installers or software packages.

InstallShield is primarily used for installing software for Microsoft Windows desktop and server platforms, but it can also be used to manage software applications and packages on a variety of handheld and mobile devices.

2423 questions
7
votes
1 answer

InstallShield: Uninstalling program not removing all folders

I am using Installshield 2010. I made a basic MSI setup, and I am having a problem with uninstalling. Uninstalling does not remove all folders. After a complete install, I then uninstall only to find that there is still a path leftover. For example,…
Kyle Sprick
  • 103
  • 1
  • 1
  • 7
7
votes
1 answer

Bootstrappers that download packages over the web from Microsoft

What are the best practices for creating internet download bootstrappers that reference Microsoft packages? For example InstallShield has a Setup Prerequisite that can download vstor40_x86.exe from Microsoft.com through a go.microsoft.com/fwlink…
Christopher Painter
  • 54,556
  • 6
  • 63
  • 100
7
votes
1 answer

InstallShield - Need to run custom action .exe in admin mode

Using a custom action in InstallShield, I'm trying to run a .exe file during the installation to register a third party service. The .exe needs to run in admin mode. This will need to run in either UI mode or silent mode. This is a set of third…
doobop
  • 4,465
  • 2
  • 28
  • 39
7
votes
5 answers

MSIEXEC not installing an MSI setup if /QUIET parameter is used to suppress the UI

I have an MSI installer that was created using Install Shield Limited Edition, I can install it normally by directly running it. I can also install it using MSIEXEC if I do not use the /QUIET parameter, but if I use the /QUIET parameter, the…
teenup
  • 7,459
  • 13
  • 63
  • 122
7
votes
2 answers

Installshield not replacing files during minor upgrade

I have an installshield installer for my application. Now I create a minor upgrade for the application and some of the files in some of my components are changed. Unfortunately after the minor upgrade the files are not replaced but are left with…
Ivaylo Strandjev
  • 69,226
  • 18
  • 123
  • 176
7
votes
2 answers

Turning MSI logging on from an InstallShield .EXE?

I have a software update that is giving me an error dialog, and no way to see the error logs. The executable that I run to install the update is identified as InstallShield in the file's Product Name. I get past all the InstallSheild wizards and…
leeand00
  • 25,510
  • 39
  • 140
  • 297
7
votes
3 answers

what is difference between installshield and windowsinstaller

Installshield will create software packages which can be in msi or rpm etc.. Will Windows installer also create msi and rpm files? or is this a tool embedded in Windows operating system which is required to run msi file, is that correct? What i am…
vettori
  • 731
  • 8
  • 17
  • 26
7
votes
0 answers

Uninstall doesn't delete files within INSTALLDIR - Basic MSI - InstallShield 2012

I am creating a Basic MSI Installer using InstallShield 2012 Spring Professional. Here I create a folder structure in application files as C:\Program files\Test Setup\Productname, Test Setup is the INSTALLDIR, and within this I have subdirectories…
Arun
  • 584
  • 1
  • 6
  • 19
6
votes
2 answers

Show message "Setup requires a 64Bit processor" from InstallShield in basic MSI project

I am using InstallShield 11 and creating a basic MSI project for a 64 Bit machine. When I run my setup on a 32 Bit machine, the Windows installer shows a message that This installation package is not supported by the processor Now the problem is…
jiten
  • 5,128
  • 4
  • 44
  • 73
6
votes
5 answers

How to initialize checkbox value in installshield

How to set initial value of a check box (Checked/NotChecked) in InstallShield 2010. I added CheckBox to the Form, during adding I let for creation of custom property (I named it ISCHECKED). I set Value to 1, so when checbox is checked then this…
Darqer
  • 2,847
  • 9
  • 45
  • 65
6
votes
1 answer

JavaScript cannot be run in InstallShield Express?

I am using InstallShield Express to create a setup project. I try to add a custom action for Uninstallation, before "System Changes". The custom action is a JavaScript which will open a window, as below: window.open("https://www.example.com/",…
alancc
  • 487
  • 2
  • 24
  • 68
6
votes
3 answers

Is it possible to have release specific support files in an InstallShield installation?

One of our partners/resellers is a device manufacturer who has a specific installer of our application that also installs utilities and drivers for their hardware. Up until now we had put the driver/utility into the "Support Files" section of…
Alex
  • 343
  • 1
  • 5
  • 13
6
votes
2 answers

Find InstallShield version used for creating an ISM file

I have an old ism file that I am trying to open. But I don't know what version of Installshield was used for creating the ISM project. Is there a way to tell this from the ISM file? I'm seeing some issues when I upgrade the ISM file.
Omi
  • 976
  • 2
  • 20
  • 35
6
votes
1 answer

Font file is being held by system process

In my environment, a TTF file(font file) is being held by system.exe process. I can't understand why it's happening. I've tried to unregister(uninstall) the font and still the system process is holding it. My problem is when when i update the…
liorafar
  • 2,264
  • 4
  • 19
  • 39
6
votes
3 answers

WPF and Console Application EXEs in same solution

I have a WPF application that is going to be installed on several client PCs. I'm using InstallShield Express Edition as the deployment tool for that. I've created a different project(DLL) to keep track of the software installations. Basically is a…
David
  • 261
  • 1
  • 17