PDA

View Full Version : How to copy files from install CD



Joe Snyder
11-09-2006, 01:29 PM
I want the created setup.exe to copy files from a directory on the install CD. This allows my client to add additional files to the install CD where the installer can find them and copy them to the correct destination paths.

How can I determine where the setup.exe is running from?

linder
11-09-2006, 11:33 PM
Joe,

You can use the "Get System Information" -> Installer Path Name script function.

Does this help?

Friedrich