2,424 questions
92
votes
5
answers
66k
views
What installation product to use? InstallShield, WiX, Wise, Advanced Installer, etc [closed]
I'm currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to something that will handle things like Windows Vista, Windows 7 ...
69
votes
8
answers
315k
views
Extract MSI from EXE
I want to extract the MSI of an EXE setup to publish over a network.
For example, using Universal Extractor, but it doesn't work for Java Runtime Environment.
45
votes
21
answers
262k
views
The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception
I am deploying a desktop application to my clients that uses the Crystal Reports API to display and print forms. I am building my installer using InstallShield 2012. I have also included the .NET 4.0 ...
33
votes
6
answers
53k
views
Visual Studio 2017 setup project missing
Anyone know where the elusive setup project template went to for Visual Studio 2017?
Trying to update VS2015 setup projects, but their setup projects are not supported and MS has no information I can ...
31
votes
4
answers
60k
views
What is the purpose of administrative installation initiated using msiexec /a?
Windows Installer technology supports administrative installation. The command line for initiating administrative installation is: 'msiexec /a setup.msi'. I want to understand the purpose of this type ...
28
votes
2
answers
34k
views
Update an existing installation using InstallShield LE
We've got a a quite simple WinForms application. I've created an installation using InstallShield LE which works fine on the first install. I'd like that users will be able to run the installation ...
21
votes
4
answers
28k
views
Is there a good alternative to Install Shield?
I am looking for suggestions to an alternative setup application from Install Shield.
We are currently using Install Shield and I have never been impressed with it. It's way too bulky and the ...
19
votes
2
answers
29k
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 ...
19
votes
3
answers
9k
views
Installer capabilities, WIX vs InstallShield Express
Programmers that actually promote their products to production need an installer. (pre-emptive "programming related" justificaton.)
For deploying a new suite of internal corporate apps and services, ...
17
votes
2
answers
2k
views
Are Visual Studio Setup projects suitable for complex setups?
Are "Visual Studio Setup" projects suitable for complex setups in different versions?
The application is rather large (> 500,000 lines of code) and is under continuous development. Every ...
16
votes
3
answers
313
views
InstallShield battery level warning
Is there any way to display an warning message if the user tries to install my app when the battery level is under 5%? I'm using InstallShield.
14
votes
9
answers
6k
views
Install Sheild LE -4340 Internal Build Error Visual Studio 2012
I have an issue with building an MSI with Install Shield LE in Visual Studio. The error says "-4340: Internal Build Error", but the link to Flexera is worthless. I tried the suggestion in another ...
13
votes
4
answers
14k
views
Programmatically enable (install) IIS
Sometimes there is a PC that doesn't have IIS. Either it disabled or either it not installed. In this case I need to enable it myself according to those steps.
I'm trying to create application that ...
13
votes
1
answer
35k
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? (apparently this has worked ...
12
votes
1
answer
5k
views
Choosing an InstallShield project type
I am about to start a new InstallShield project. There are three choices for the project type:
Basic MSI
InstallScript
InstallScript-MSI
What are the merits and demerits of each? Which one should I ...
12
votes
4
answers
5k
views
Where do you store the private key for your code signing certificate?
I recently acquired a code signing certificate for my employer, but I am not the InstallShield developer who will sign the binaries before distribution. I know I can export the certificate along with ...
11
votes
4
answers
13k
views
HowTo create InstallShield MSI with no files needed locally?
Hello everyone and good day!
Question: I had create a Basic InstallShield Project in my MSVC2010, added some files and primary outputs and press build. Project compiled normally: there was created ...
11
votes
3
answers
14k
views
How to log and compare Windows Registry data before and after any program installation?
I need to compare the windows registry data before and after install a program ?
10
votes
3
answers
8k
views
InstallShield doesn't create one big Setup-file [duplicate]
I have created a project in Visual Studio Ultimate 2012 and I have activated Installshield so that I can create a setup-file for my project. The deal is that InstallShield doesn't create one big setup-...
10
votes
5
answers
17k
views
VersionNT MSI property on Windows 10
I'm finding that when I update the manifest for my bootstrapper to support Windows 10 compatability, the InstallUISequence of the MSI will correctly set VersionNT=1000, but the InstallExecuteSequence ...
10
votes
2
answers
12k
views
Register assemblies to GAC using InstallShield
I have to register multiple assemblies to GAC using InstallSheild and also I need the assemblies to be copied on the INSTALLDIR also. What's the best way to do it? Also I need to call regasm.exe for ...
9
votes
7
answers
112k
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:
"...
9
votes
2
answers
7k
views
Installshield - Uninstall not removing service
We're having a weird issue with Installshield.
I'm using the Installshield to install a windows service on our DEV and QUAL environment (same machine). The configuration files are identical (.isl, ....
9
votes
4
answers
7k
views
chained msi's/Bootstrapper/prerequisite?
I have a few component MSI packages that need to installed together to form the end application.
The problem is: the components that make up the package can be updated and the component relaunched ...
8
votes
4
answers
9k
views
Installshield LE Spring 2012 Can't find setup prerequisites
Here's the situation:
I have an InstallShield LE setup project (a couple actually) which have been working well for the last year.
Recently I configured a new laptop, thus reinstalled Visual Studio ...