PDA

View Full Version : Copy file from CD to HD



Bruce
09-25-2001, 01:21 PM
Hello all-
How would I copy a file from the CD to the end user's HD?

AGRO
09-26-2001, 01:06 PM
When I came across this I was stumped. What I did is I made a self-extracting zip file using ZipMagic 4.0(i prefer ZipMagic because of the user interface when extracting...just looks better and more options). When the user would click on the appropriate button to lauch the .exe the self-extracting would do its thing. You can also pre-determine where the default extracting will be. Hopes this helps.

AGRO

Bruce
09-27-2001, 10:47 AM
AGRO-
That was a no brainer! thanks much!

Ezhini
09-27-2001, 01:49 PM
Originally posted by Bruce:
AGRO-
That was a no brainer! thanks much!
I do this all the time.
If you have Setup Factory you can make a project with a bunch of files to trasnfer and compile it as an exe from Setup Factory.

I have one project (like a template) and use it over and over again just changing the location path and the file collection.

While compiling the exe you can have the user pick the location to copy files to or you can hard code it and make it unchangable.

Hope this helps.



[This message has been edited by Ezhini (edited 09-27-2001).]