Click here to Skip to main content
15,902,447 members

Survey Results

What do you use for authoring installations?   [Edit]

Survey period: 23 Feb 2004 to 29 Feb 2004

Writing the application is sometimes only half the battle. (Sent in by Gavin Greig)

OptionVotes% 
InstallShield (scripted)1239.99
InstallShield (MSI)17814.46
Wise (scripted)504.06
Wise (MSI)534.31
Visual Studio (MSI)29423.88
Installer VISE70.57
InnoSetup17514.22
NSIS13510.97
XCopy383.09
We don't need no steenkin' installers12910.48

View optional text answers (66 answers)


 
GeneralControl or magic Pin
Anonymous18-Mar-04 3:05
Anonymous18-Mar-04 3:05 
GeneralInstallation woes (InstallShield *does* suck) Pin
Daniel Olivier5-Mar-04 20:43
Daniel Olivier5-Mar-04 20:43 
GeneralMy own installer Pin
Galo Vinueza S.26-Feb-04 5:23
Galo Vinueza S.26-Feb-04 5:23 
GeneralRe: My own installer Pin
heXor27-Feb-04 6:53
heXor27-Feb-04 6:53 
GeneralDepends if the end user has admin rights Pin
Stephane Rodriguez.25-Feb-04 9:54
Stephane Rodriguez.25-Feb-04 9:54 
GeneralBest general purpose answer thus far Pin
Gary Wheeler25-Feb-04 6:31
Gary Wheeler25-Feb-04 6:31 
GeneralRe: Best general purpose answer thus far Pin
WillemM27-Feb-04 3:29
WillemM27-Feb-04 3:29 
GeneralWinZip self extractor Pin
Ravi Bhavnani25-Feb-04 5:34
professionalRavi Bhavnani25-Feb-04 5:34 
GeneralAny other way to install ? Pin
Bamaco225-Feb-04 5:27
Bamaco225-Feb-04 5:27 
GeneralMSI Pin
Michael P Butler24-Feb-04 23:18
Michael P Butler24-Feb-04 23:18 
GeneralRe: MSI Pin
Marc Scheuner25-Feb-04 2:17
professionalMarc Scheuner25-Feb-04 2:17 
GeneralRe: MSI Pin
Navin25-Feb-04 2:44
Navin25-Feb-04 2:44 
Generalwhat's wrong with .zip files? Pin
.dan.g.24-Feb-04 18:54
professional.dan.g.24-Feb-04 18:54 
GeneralRe: what's wrong with .zip files? Pin
Navin25-Feb-04 2:42
Navin25-Feb-04 2:42 
GeneralRe: what's wrong with .zip files? Pin
Daniel 'Tak' M.29-Feb-04 11:07
Daniel 'Tak' M.29-Feb-04 11:07 
GeneralWrote our own.. Pin
Navin24-Feb-04 10:03
Navin24-Feb-04 10:03 
GeneralRe: Wrote our own.. Pin
Gary Wheeler25-Feb-04 6:25
Gary Wheeler25-Feb-04 6:25 
GeneralRe: Wrote our own.. Pin
Navin25-Feb-04 6:51
Navin25-Feb-04 6:51 
GeneralWhy InnoSetup? Pin
Joshua Quick24-Feb-04 7:42
Joshua Quick24-Feb-04 7:42 
GeneralRe: Why InnoSetup? Pin
Kippesoep24-Feb-04 9:17
Kippesoep24-Feb-04 9:17 
GeneralRe: Why InnoSetup? Pin
Marc Scheuner25-Feb-04 2:14
professionalMarc Scheuner25-Feb-04 2:14 
GeneralRe: Why InnoSetup? Pin
Joshua Quick25-Feb-04 8:41
Joshua Quick25-Feb-04 8:41 
GeneralSuper PIMPin' Pin
Shog925-Feb-04 12:57
sitebuilderShog925-Feb-04 12:57 
GeneralRe: Super PIMPin' Pin
Gavin Greig25-Feb-04 23:08
Gavin Greig25-Feb-04 23:08 
Shog9 wrote:
There the flexibility of something like NSIS comes into play. A small program written to generate an install script based on changes between the two installations, plus four custom macros, and the installer can be built with the push of a button as single file redistributable for any system from Win95 to Win2k3.

Mind you, if you were using InstallShield to build your MSI you wouldn't have to bother with writing the small program or the custom macros. Modify your existing installation project to create a new compiled version of your full install, and tell it which older compiled versions you want to be able to upgrade from. Then decide which configurations you want to supply a patch for, tell InstallShield where the compiled versions are so that it can work out the differences and compile the patch, or patches, that you want.

The result: the same sort of optimised patch you're getting from NSIS, but without the programming requirement, and with the sysadmin-friendliness of Windows Installer. The only advantage I see left for NSIS is the price, which is usually not a large part of the final project cost.

Gavin Greig

"Haw, you're no deid," girned Charon. "Get aff ma boat or ah'll report ye."
Matthew Fitt - The Hoose O Haivers: The Twelve Trauchles O Heracles.

GeneralRe: Super PIMPin' Pin
heXor26-Feb-04 0:18
heXor26-Feb-04 0:18 

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.