|
-
Nov 13th, 2001, 02:39 AM
#1
-
Nov 13th, 2001, 05:40 AM
#2
Fanatic Member
Do you mean how do you get it to run automatically when the CD is put in?
 Looking for a friendly intelligent chat forum? Visit the white-hart.net 
-
Nov 14th, 2001, 04:52 AM
#3
Thanks for the replies however...
Honeybee:
Did you try running the EXE from the CD?
I did however on different computers it sometimes ran into troubles of the DLLs not being the recent version required by this application.
Kzin:
Do you mean how do you get it to run automatically when the CD is put in?
Sorry No but thanks for the reply.
Has anyone got a suggestion of how to put an application installed onto a CD so the user can just run the application from the CD?
Please?!
Thanks
-
Nov 14th, 2001, 05:24 AM
#4
Fanatic Member
Originally posted by needaname16
Thanks for the replies however...
.
Has anyone got a suggestion of how to put an application installed onto a CD so the user can just run the application from the CD?
You need all the dls merged into the exe - there was an app that did this talked about on VBFourums - can't remember its name though
 Looking for a friendly intelligent chat forum? Visit the white-hart.net 
-
Nov 14th, 2001, 05:35 AM
#5
Thanks Kzin,
Anyone else know of this application, I really need it in this case.
-
Nov 14th, 2001, 07:05 AM
#6
Black Cat
It's called Fusion. I had bad luck with it, others seem to like it.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Nov 14th, 2001, 09:33 AM
#7
Lively Member
Run the VB application wizzard, but don't finsh it completely. When it gets to the part where it shows the dependancy files, copy down all the files names and extensions. Then cancel the application wizard. Find all the needed files and put them on the CD with your application. No Problem.
When the user launches your program, it should just use the files on the CD. This solves the "need a newer version of .dll problem". They'll just use the one on the CD.
FRAIL_KNIGHT
IF Something <> "" Then
There's Something there... 
------------------------------------------
GWBASIC, QBASIC, QuickBASIC, VB5/6, A little DJGPP C++, and I hate it.
------------------------------------------
The pic u see is the logo of my favorite Christian Punk Band...Officer Negative!!!
www.OfficerNegative.com
-
Nov 15th, 2001, 12:46 AM
#8
Well ...
That approach is likely to fail, because the DLLs on the CD will not be registered on the client's machine and the EXE will try to access them from the registry.
Another way is to create a setup package that installs all the DLLs and OCX and such files onto the user's computer. Then you put a copy of the EXE on the CD itself. When the installation is run, the package will only install the DLLs and OCXs involed, not the main EXE. And then when the EXE is run from the CD it should work fine.
I have never tried it, so it may not be foolproof.
And in case you decide to follow it, create a setup like a normal setup in the P&DW, and then you will probably need to edit the Setup.lst file and comment out / delete the entry about the EXE so the EXE is not installed.
.
-
Nov 15th, 2001, 03:31 AM
#9
Well...
I tried fusion and found that it worked a treat for what I needed. The only problem is that I have to pay to use this software and it really is a once off in this case. I was wondering if anyone knows what the process is that this software is doing in the back ground to include all the dlls and ocx code into one executable.
Otherwise I will just have to put up with the P&DW and have a program for the setup of this software.
Thanks a mill for the replies
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
|