silly question? maybe I have missed a tutorial somewhere on here? but I want to create an installer for an application. How would I go about this?
J
Printable View
silly question? maybe I have missed a tutorial somewhere on here? but I want to create an installer for an application. How would I go about this?
J
VB6 has its own Package & Deloyment Wizard - it's quite simple to use; just follow bunch of on-screen instructions.
and where would I find this deployment wizard? also will it pack files inside a folder into the installation exe?
Start > Programs > ...
or
from VB6 IDE go to Add-In manager and activate it.
I will take a look and see if I can find such items... thanks
Err, I would suggest you to use Inno Setup instead. Nothing against the P&D. It's just that it will give you an error if your package tries to put a dll in your system which is older than the already present dll...
Rhino, since you are saying this I will give it a serious thought but I have experienced these error in the past. Probably I am doing something wrong?
P&D has errors on XP - it does the old "have to update system" users wont wanna go to MSDN to fix an installer, will just download an alternate version, everyone to their own, but i agree with koolsid on the inno,. and ISTool is a must to accompany inno for beginners :) IMHO :)
My personal preference is the official replacement for P&DW, which is Visual Studio Installer. It does things in the 'right' way (according to the current MS specifications), and doesn't have the quirks that P&DW has.
There are links for it (and other things, like P&DW documentation) in our Application Deployment FAQ.
Moved.
cool, thanks guys, and sorry Marty, Didnt think about putting it into app deployment! im a fool! unless anyone wants to discuss P&D further, im happy to close this thread :)