PDA

View Full Version : Copy files after running install



Unregistered
05-24-2013, 10:45 AM
I'd like to keep two files out of the install executable and put them on the disk and have the install executable copy them from the install medium to the target directory. They contain unique information for each customer and I rather not have to compile for each customer. How do I set this up?

linder
05-25-2013, 04:00 AM
Hello,

No problem. See attached screenshots.

Use the "Get System Info (Installer Path Name)" script function to retrieve the full pathname, excluding the file name, of the installation currently executing. Then just copy the files over to the target machine.

Does this help?

Friedrich