|
-
January 23rd, 2003, 06:37 AM
#1
Package and Deployment Wizard...
really sucks... 
When I look for other "Setup and installation" - programs there seem to be many out there...
Have anyone here lookt a little more closely on them and can recommend a FREE one?
VB6 SP5 ACCESS MSSQL mySQL CR
-
January 23rd, 2003, 09:38 AM
#2
deploy
whats wrong with the package deployment that comes with VB6.?
why u need to look for more.
-
January 23rd, 2003, 01:34 PM
#3
You can try the Microsoft Visual Studio Installer uses the Windows Installer technology.
It is on disc 1 of the VS 6.0 Plus Pack. There is a learning curve to it, but if you are familiar with the pdw then you should be able to figure it out quickly.
We are now using InstallShield, which also takes some time to master and is definitely not free.
Cheers,
Laurent
-
January 23rd, 2003, 08:53 PM
#4
I'll also vote for Visual Studio Installer...I've managed to convert every developer here over to it and we all agree its the ducks nuts of FREE installation programs!
There should be a link on the forum somewhere in the FAQ to a powerpoint presentation on the installer that I wrote. If you find it, pay more attention to the notes for each slide (for developers) than the actual presentation (that's for management types)
-
January 24th, 2003, 08:18 AM
#5
Yah...Visual Studio Installer is quite helpful and ofcourse it is free,
but it has some of its limitations...
like...
You can't place any dynamic data in registry like AppPath ,cause registry values in VSI can only be hard coded....
You can try Inno Setup to create a single exe set up program,it is free...but this requires some coding ......
Good Luck
-
February 1st, 2003, 09:25 AM
#6
Hi ...
Just wondering, during package and deployment of a vb program, is it possible if we set a specific directory for it to be installed? What I mean, when a user install the program, the setup process will not asked the user which directory the program need to be install. Instead, the setup will automatically install the program to the specific directory that I had set before. Anyone?!
-
February 2nd, 2003, 11:28 PM
#7
OPen the "Setup.vbp" being supplied with Vb...
Customized it as per your requirement....
but do keep a back of the project before customizing.... 
You can do all this stuff through Inno Setup.....
Try it once......
this is avery cool and handy tool for creating setup program...
http://www.jrsoftware.org/isinfo.php
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
|