|
-
Jan 2nd, 2009, 08:35 AM
#1
Thread Starter
PowerPoster
[RESOLVED] Diffrence between .exe / complete setup file
In VB6.
What are the differences in distributing a application between
distributing only a .exe file / distributing a complete set up file.
-
Jan 2nd, 2009, 08:47 AM
#2
Re: Diffrence between .exe / complete setup file
Just an .exe file might not work, and even if it does it may not work correctly and consistently (eg: you may get intermittent bugs if there is an old version of the runtimes installed).
A complete set up package will ensure it works.
-
Jan 2nd, 2009, 09:03 AM
#3
Thread Starter
PowerPoster
Re: Diffrence between .exe / complete setup file
thank u for replay
that means if i reference some library's during design time or if i use some activex controls / addins all is going in to target machine
for eg:- using library reference instead of late bindings, using custom controls , calender controls.. etc
will work as good as it worked in my system during design time
-
Jan 2nd, 2009, 09:16 AM
#4
Re: Diffrence between .exe / complete setup file
If you do a proper installation, the VB runtimes and any additional things your program needs (such as ActiveX controls etc) will be setup appropriately, and will work as they did on your computer.
-
Jan 2nd, 2009, 09:32 AM
#5
Thread Starter
PowerPoster
Re: Diffrence between .exe / complete setup file
If any valuable articles / tutorials will give me more knowledge , thanks for your help
-
Jan 2nd, 2009, 10:41 AM
#6
Re: [RESOLVED] Diffrence between .exe / complete setup file
The FAQ thread at the top of this forum has links to several useful articles.
-
Jan 2nd, 2009, 12:54 PM
#7
Re: [RESOLVED] Diffrence between .exe / complete setup file
Note that even items you late-bind have to be deployed to target computers if they are not standard system components (like the FSO, CDO For Windows, MSXML, ADO, etc.).
If the target systems are ancient enough (older than Win2K SP4 or so) you might need to deploy some of these!
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
|