|
-
Sep 2nd, 2006, 03:01 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] installer recommendation?
Hi,
Just would like to know which installer is good for deploy the vb6 application other than use the build-in package wizard, since I would like the install can create some folder for me if those folder is not exist.
Preferred FREEWARE one and will reg the ocx, dll files while doing the installation.
Thanks!
-
Sep 2nd, 2006, 03:09 PM
#2
Re: installer recommendation?
the most popular one is probably Inno Setup
-
Sep 2nd, 2006, 03:52 PM
#3
Lively Member
Re: installer recommendation?
I use NSIS for my application.
Nsis.sourceforge.net
It has a tough scripting system. You can use an auto script generator and see what it brings up, and then edit it to customise. HM NIS editor is one I believe, but beware if you add dlls, you have to register them, so you need to use a different function of nsis. See the help I think it's apendix B or D (it's DLL and TLB installation). That's the only catch I found about the auto editor.
Last edited by solinent; Sep 2nd, 2006 at 04:19 PM.
-
Sep 2nd, 2006, 04:00 PM
#4
Addicted Member
Re: installer recommendation?
-
Sep 2nd, 2006, 04:13 PM
#5
Re: installer recommendation?
I believe Inno Setup has the most support from Inno Setup and third party applications.
http://jrsoftware.org
http://www.jrsoftware.org/is3rdparty.php
-
Sep 2nd, 2006, 04:21 PM
#6
Lively Member
Re: installer recommendation?
There's a wiki on NSIS, and that's about it. They did provide support on the forums, but it was extremley slow. The one advantage from NSIS is customizeability, and small overhead (34kb).
-
Sep 2nd, 2006, 06:10 PM
#7
Re: installer recommendation?
-
Sep 2nd, 2006, 06:37 PM
#8
Re: installer recommendation?
 Originally Posted by mapperkids
...I would like the install can create some folder for me if those folder is not exist...
You can do that using Package & Deployment Wizard with no effort...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|