Click to See Complete Forum and Search --> : [RESOLVED] Creating a setup.exe
JayCR
Sep 8th, 2009, 09:05 AM
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
RhinoBull
Sep 8th, 2009, 09:40 AM
VB6 has its own Package & Deloyment Wizard - it's quite simple to use; just follow bunch of on-screen instructions.
JayCR
Sep 8th, 2009, 09:42 AM
and where would I find this deployment wizard? also will it pack files inside a folder into the installation exe?
RhinoBull
Sep 8th, 2009, 09:45 AM
Start > Programs > ...
or
from VB6 IDE go to Add-In manager and activate it.
JayCR
Sep 8th, 2009, 09:55 AM
I will take a look and see if I can find such items... thanks
koolsid
Sep 8th, 2009, 10:13 AM
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...
RhinoBull
Sep 8th, 2009, 10:17 AM
Er... 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...
No it won't. Build package for each platform individually (for XP on XP, for Vista on Vista, and so on...).
koolsid
Sep 8th, 2009, 10:20 AM
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?
wpearsall
Sep 8th, 2009, 10:56 AM
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 :)
si_the_geek
Sep 9th, 2009, 09:49 AM
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.
MartinLiss
Sep 9th, 2009, 09:56 AM
Moved.
JayCR
Sep 10th, 2009, 03:27 AM
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 :)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.