Top "Advanced-installer" questions

Advanced Installer is a setup authoring tool which is primarily used to creates Windows Installer MSI packages.

Silent installation of a MSI package

I have a MSI package that I need to install if the package is not already installed. Also I need …

wix installation windows-installer advanced-installer
What installation product to use? InstallShield, WiX, Wise, Advanced Installer, etc

I'm currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to …

wix installation windows-installer installshield advanced-installer
Windows Error 2356

A client is having some problems installing my software on their machine. The exact error code they get is "The …

windows-installer advanced-installer
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 …

wix windows-installer installation installshield advanced-installer
How to create own MSI package with Open Source Software?

does anyone know an Open Source Software for creating own MSI packages? I wanna create an MSI file for installing …

wix package windows-installer installshield advanced-installer
How can I compare the content of two (or more) MSI files?

How can I do a "content compare" of two (or more) MSI files and see what is actually different inside …

wix windows-installer advanced-installer orca
What are ProductCode & UpgradeCode & GUID? How to detect if certain application/library is already installed on the user machine?

I've already gone through: Check if the application is already installed Detecting if a program is already installed with NSIS …

.net installation windows-installer nsis advanced-installer
How to bypass/disable UAC in setup Installation

Folk, I need to bypass UAC, through my Installer. Please note I am using InnoSetup/NSIS/Advanced Installer. I have …

inno-setup nsis advanced-installer