Archive: How to install file not compressed in exe


How to install file not compressed in exe
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


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.