The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages - More
> Other Programming Languages
|
Good alternatives to installshield?
Discuss Good alternatives to installshield? in the Other Programming Languages forum on Dev Shed. Good alternatives to installshield? A place for discussing programming languages not covered in specific forums such as Assembler, COBOL, etc. - you get the idea.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

June 27th, 2006, 11:19 AM
|
|
Contributing User
|
|
Join Date: Oct 2005
Posts: 73
Time spent in forums: 21 h 2 m 2 sec
Reputation Power: 8
|
|
|
Good alternatives to installshield?
We need to deploy a small Visual C++ application (< 1Mbyte) to our client's PC. We need installation functions such as registry key adding and future software update notification for client. It appears InstallShield Express is a good candidate since it can support both functions. However, Installshield's pricetag is a bit on the high side with price ranges from $500-$5000.
Are there any good alternatives for InstallShield that you guys can recommand? Thanks for help,
|

June 27th, 2006, 12:25 PM
|
 |
fork while true;
|
|
Join Date: May 2005
Location: England, UK
|
|
|
NSIS is the best, but you will have to learn the scripting language. It's free, however. There are some GUIs out there that provide a convenient wrapper to NSIS that you could look for.
|

June 27th, 2006, 03:23 PM
|
|
Contributing User
|
|
Join Date: Feb 2004
Location: London, England
|
|
Inno Setup. Like NSIS it is free and there are also graphical front ends to it that make life easier.
|

June 28th, 2006, 03:35 AM
|
 |
Periodically energetic Perler
|
|
Join Date: May 2005
Location: Dublin, Ireland
|
|
Heres a link to a list of free install makers.
Displeaser
__________________
Vi Veri Veniversum Vivus Vici.
|

June 28th, 2006, 01:41 PM
|
|
Contributing User
|
|
Join Date: Oct 2005
Posts: 73
Time spent in forums: 21 h 2 m 2 sec
Reputation Power: 8
|
|
|
I looked at Inno Setup and NSIS, they look good but don't seem to support upgrade notification to clients (it's on the request feature list for NSIS).
Just curious, would it be possible to implement this function into the script?
thanks again!
|

June 28th, 2006, 02:17 PM
|
 |
fork while true;
|
|
Join Date: May 2005
Location: England, UK
|
|
|
You'd have to look at the things you can do with the scripting language, i haven't explored it fully, having moved to linux development. If there are functions for connecting to the internet etc. or pluggin in a DLL, i don't see why not.
|

November 3rd, 2011, 02:02 PM
|
|
Registered User
|
|
Join Date: Nov 2011
Posts: 1
Time spent in forums: 10 m 30 sec
Reputation Power: 0
|
|
|
I know this thread is old, but I thought my finding may help others.
I was searching for a cheaper or free alternative to InstallShield. If found this thread an tried all suggested tools. I also tried WiX but found it too complicated.
In the end I found Advanced Installer . It's mostly oriented towards usability, so there are a lot of wizards and built-in stuff.
So if you're looking for an easy solution, you can try it. It even has a free version.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|