PDA

View Full Version : How to install file not compressed in exe


MGirl
26th July 2004, 11:02
I need to install drivers that are not to be compressed in exe but need to be in a separated directory.
How can i do that ?

Thanks

scully13
26th July 2004, 12:48
This can be done using CopyFiles.
[/SILENT] [/FILESONLY] filespec_on_destsys destination_path [size_of_files_in_kb]
More details can be found in the documentation.