|
-
Jan 6th, 2006, 10:15 AM
#1
Thread Starter
New Member
-
Jan 6th, 2006, 10:20 AM
#2
Re: packaging projects question(and self contained EXEs)
Welcome to the forums. 
 Originally Posted by dognosh
this simple project requires microsoft comm control and microsoft rich textbox control DLLs which i presume are registered when using setup(package and deployment wizard files)
Correct.
 Originally Posted by dognosh
so is therer any way of incorporating the 2 controls above in to my EXE or do i have no choice but to go the route of the proper install?
There are two ways and only two ways to successfully roll out a VB application.
1. Package your project
2. Preinstall and register every component a VB project could use on all client machines. This way, you only need roll out the Exe. I worked for a small manufacturing plant once that did exactly this. All VB runtimes and component files were included with the their machine setup packages so when a new machine got rolled out to an employee, everything was already there. The hardservices guys, however, had to do an installation of the components.
Bottomline is: whether your deployment package rolls them out, or some other deployment package rolls them out, an installation/registration of all runtimes and components MUST be done.
-
Jan 6th, 2006, 10:25 AM
#3
Thread Starter
New Member
Re: packaging projects question(and self contained EXEs)
thanks you kind sir 
hmmm,i will have to look at other languages then for this windows project
any hints on another language that might be able to accomodate me for this project?
(i have visual studio 6)
ideally i DONT want to install it,just click and run on "virgin" PCs,and want it to be less than 1 meg,thanks
-
Jan 6th, 2006, 10:28 AM
#4
Re: packaging projects question(and self contained EXEs)
No idea on what to use, just an idea of what not to bother considering, and that is any Microsoft development platform.
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
|