Copy File After Installation

Common questions about using Actual Installer.
Post Reply
sigrho1374
Posts: 2
Joined: Fri Apr 06, 2012 11:54 am

Copy File After Installation

Post by sigrho1374 »

Outside of our installer program, we need to add a custom ini file to each CD that we send out. The file is different for each user, so after all of the files are compiled into our setup.exe file, we have to burn the ini file and the setup file to our CD. I need the install program to copy the ini file from the CD to the same directory after everything else in installed. Anybody know a way to do this? I am not a programmer so I don't know any coding or anything like that. Is there an easy way?
Leo
Site Admin
Posts: 461
Joined: Fri Jan 22, 2010 12:40 pm

Re: Copy File After Installation

Post by Leo »

Hi,

It's very easy with Actual Installer, just go to System-Commands and add the following:

Code: Select all

Command: <SystemDir>\cmd.exe
Parameters: /C copy "<CurrentDir>\file.ini" "<InstallDir>\file.ini"
Timing: After Installation
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply