Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installation Program Recommendation

Status
Not open for further replies.

mans

Programmer
Joined
Mar 18, 2000
Messages
136
Location
AU
Hello,

I have been using PDW in VB6 up until now and I am now looking at purchasing specific packaging and installation software. I understand that Installshield and Wise are quite popular, can I please have opinions about which is the best (or more reliable) to buy and why. Your opinions do not have to be restricted to the two packages previously mentioned.

Do you find that these installation programs avoid the variety of annoying errors that are associated with PDW in VB6.

Thank You
 
Download Visual Installer 1.0 From MSDN and it is freeware,works perfect with VB6.0 Eric De Decker
vbg.be@vbgroup.nl

Licence And Copy Protection AxtiveX
Source CodeBook for the programmer
 
I've used VS Installer and have had some success. If your installations are straight forward, it may work for you. For instance, I wanted to create Start menu icons for All Users on Windows NT. To do this, I had to edit the install script directly using Orca (from the Windows Installer (WI) SDK); no easy task, if you have to learn WI first. On top of this, you have to make available the WI install engine if target machine doesn't have WI.

For third-party installers, I use Wise InstallMaker 8.1. It costs <$150 and makes installations fairly easy.

Craig Boland
cboland@sark.com

 
You can it do it with MI ,its check the target machine and is the engine not on teh target is install MI or MI NT

Eric De Decker
vbg.be@vbgroup.nl

Licence And Copy Protection AxtiveX
Source CodeBook for the programmer
 
You can it do it with MI ,its check the target machine and is the engine not on teh target it install MI or MI NT

Eric De Decker
vbg.be@vbgroup.nl

Licence And Copy Protection AxtiveX
Source CodeBook for the programmer
 
I've used InstallBuilder/Wise since version 4, and I've been very happy with it. Used it to distribute 4 commercial VB apps, and one non-VB app which ended up being 192MB!

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top