Click here to Skip to main content
16,009,112 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)


 
GeneralRe: Why InnoSetup? Pin
John M. Drescher25-Feb-04 4:05
John M. Drescher25-Feb-04 4:05 
GeneralRe: Why InnoSetup? Pin
Paul Talbot25-Feb-04 4:08
Paul Talbot25-Feb-04 4:08 
GeneralRe: Why InnoSetup? Pin
Zenpt25-Feb-04 5:07
Zenpt25-Feb-04 5:07 
GeneralRe: Why InnoSetup? Pin
heXor25-Feb-04 8:03
heXor25-Feb-04 8:03 
GeneralRe: Why InnoSetup? Pin
Giles25-Feb-04 9:32
Giles25-Feb-04 9:32 
GeneralRe: Why InnoSetup? Pin
Joshua Quick25-Feb-04 10:06
Joshua Quick25-Feb-04 10:06 
GeneralRe: Why InnoSetup? Pin
Jim Crafton25-Feb-04 16:03
Jim Crafton25-Feb-04 16:03 
GeneralRe: Why InnoSetup? Pin
heXor25-Feb-04 10:14
heXor25-Feb-04 10:14 
If you want to have easier access to the Win32 APIs and still want to use one of the freeware installation systems I suggest you look at NSIS.

NSIS is also fast and doesn't add so much overhead to your installation. The overhead is just ~35kb. Compared to Inno Setup you have more choices (except one thing: the diskspanning thing supported by Inno which does not exist in NSIS) but otherwise NSIS is much more powerfull than Inno.

NSIS supports plugins and for system calls there is one official plugin called System.dll. With this plugin, you can do whatever you'd like to do. You can allocate memory, create structures, call Win32 APIs and much more. You can even create windows and program in the same way as you program in C.
I might also add that it's a good idea if you use the "logiclib.nsh" which provides all the if/else/while ... statements.

Sincerelly, you should look at NSIS - just for curiosity if not for something else. If you have questions about it, try to send me an email - I might answer it if it's about NSIS Smile | :) [paul.edfeldt@strusoft.com].
GeneralSuper PIMP? Pin
Joshua Quick25-Feb-04 11:35
Joshua Quick25-Feb-04 11:35 
GeneralRe: Super PIMP? Pin
heXor25-Feb-04 20:39
heXor25-Feb-04 20:39 
GeneralRe: Why InnoSetup? Pin
Kandjar26-Feb-04 5:17
Kandjar26-Feb-04 5:17 
GeneralRe: Why InnoSetup? Pin
petrp2-Mar-04 3:55
petrp2-Mar-04 3:55 
GeneralRe: Why InnoSetup? Pin
asegal9-Mar-04 1:40
asegal9-Mar-04 1:40 
GeneralThe problem is... Pin
Marc Clifton24-Feb-04 1:31
mvaMarc Clifton24-Feb-04 1:31 
Generalinstall shileld Pin
K@LPESH23-Feb-04 20:02
K@LPESH23-Feb-04 20:02 
GeneralRe: install shileld Pin
heXor24-Feb-04 0:16
heXor24-Feb-04 0:16 
GeneralRe: install shileld Pin
Tom Clement24-Feb-04 19:52
professionalTom Clement24-Feb-04 19:52 
GeneralRe: install shileld Pin
John M. Drescher25-Feb-04 4:06
John M. Drescher25-Feb-04 4:06 
GeneralInstall == EVIL! Pin
Michael Dunn23-Feb-04 10:32
sitebuilderMichael Dunn23-Feb-04 10:32 
GeneralRe: Install == EVIL! Pin
Ian Darling23-Feb-04 13:00
Ian Darling23-Feb-04 13:00 
GeneralRe: Install == EVIL! Pin
Jon Sagara23-Feb-04 21:34
Jon Sagara23-Feb-04 21:34 
GeneralRe: Install == EVIL! Pin
Ed Preston24-Feb-04 18:07
Ed Preston24-Feb-04 18:07 
GeneralRe: Install == EVIL! Pin
perlbot25-Feb-04 7:01
perlbot25-Feb-04 7:01 
GeneralRe: Install == EVIL! Pin
Ed Preston24-Feb-04 19:01
Ed Preston24-Feb-04 19:01 
GeneralRe: Install == EVIL! Pin
Don Kackman25-Feb-04 4:30
Don Kackman25-Feb-04 4:30 

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.