Click here to Skip to main content
15,910,981 members

Survey Results

Install creators: What do you use and what do you prefer?   [Edit]

Survey period: 5 Mar 2007 to 11 Mar 2007

What we use and what we prefer are often two different things. (Suggested by Bert)

Q1. Which installers do you use?

OptionVotes% 
Ghost Installer292.91
Inno Setup22322.39
InstallAware202.01
InstallShield36136.24
Nullsoft Scriptable Install System18118.17
Setup Factory292.91
Wise747.43
Windows Installer XML (WiX) 11211.24
Visual Studio41741.87
XCopy14314.36
Respondents were allowed to choose more than one answer; totals may not add up to 100%

Q2. Which installer do you recommend?

OptionVotes% 
Ghost Installer191.91
Inno Setup17617.67
InstallAware121.20
InstallShield25525.60
Nullsoft Scriptable Install System13513.55
Setup Factory161.61
Wise525.22
Windows Installer XML (WiX) 747.43
Visual Studio19219.28
XCopy656.53



 
GeneralRe: InstallShield and NSIS Pin
sps-itsec467-Mar-07 0:37
sps-itsec467-Mar-07 0:37 
GeneralRe: InstallShield and NSIS Pin
Furty7-Mar-07 12:16
Furty7-Mar-07 12:16 
GeneralInstallShield Pin
John M. Drescher5-Mar-07 7:17
John M. Drescher5-Mar-07 7:17 
GeneralNeed an "Other" option Pin
Ravi Bhavnani5-Mar-07 4:08
professionalRavi Bhavnani5-Mar-07 4:08 
GeneralRe: Need an "Other" option Pin
jpoggio5-Mar-07 21:00
jpoggio5-Mar-07 21:00 
GeneralClickOnce Pin
Madhu Kampurath5-Mar-07 2:51
Madhu Kampurath5-Mar-07 2:51 
GeneralRe: ClickOnce Pin
kryzchek6-Mar-07 5:42
kryzchek6-Mar-07 5:42 
GeneralWhat About HomeGrown Solutions? [modified] Pin
W Balboos, GHB5-Mar-07 2:03
W Balboos, GHB5-Mar-07 2:03 
My installer of choice is a home-grown C++ command-line application. It is for use over a networked system, where a commonly accessible server contains the application components.

It uses a simple ASCII textfile argument list, and works as both an updater and installer, and includes the ability to update its own install list and reexecute it. A few other bells and whistles.

Given an install list, files are copied if they don't exist or over-written if a newer version exists. All the obvious features: del, md, rd, and behaviour variations if errors are detected (source file existance validation) . . . and best of all, lots of default behaviours that make sense (to me).

The update/installer includes ability to spawn another process: typically, the application it installs.

Typical use is to have the icon (also installable by the installer if precreated) call the installer with the appropriate list-file argument. This does its thing and then spawns the actual application the user wanted (with command line args if desired) and it closes. If the arg list file is modified, it reruns itself, instead.

Upsides: Installs and keeps application continiously updated from a selected repository. All items in its instuction list may be modified and rerun allowing simple-through-complex scenarios to handle application changes. Can be called recursively by simply changing the arg-file, which allows for complex re-setup (and cleanup) of an application already installed on a desktop. Very easy setup setup, even for new user.

Downside: I don't do any registry-entries. This may appear, maybe, after some soul-searching. It also feeds my compulsion to build software tools and keeps screaming out for some feature creep.

Some (where I work) have abandoned the commercial installers (like VS) in favor of this one.

Balboos


"The difference between genius and stupidity is that genius has its limits." - Albert Einstein

GeneralInstallAware (rant, not my vote) Pin
Anton Afanasyev4-Mar-07 22:43
Anton Afanasyev4-Mar-07 22:43 
GeneralRe: InstallAware (rant, not my vote) Pin
Anna-Jayne Metcalfe5-Mar-07 0:47
Anna-Jayne Metcalfe5-Mar-07 0:47 
GeneralInstallers... Pin
Phil.Benson4-Mar-07 21:16
professionalPhil.Benson4-Mar-07 21:16 
GeneralRe: Installers... Pin
Reanalyse7-Mar-07 14:34
Reanalyse7-Mar-07 14:34 
GeneralSame answer? Pin
SHaroz4-Mar-07 18:29
SHaroz4-Mar-07 18:29 
GeneralRe: Same answer? Pin
John M. Drescher5-Mar-07 7:36
John M. Drescher5-Mar-07 7:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.