Copy File After Installation

Common questions about using Actual Installer.

Copy File After Installation

Postby sigrho1374 » Fri Apr 06, 2012 11:58 am

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?
sigrho1374
 
Posts: 2
Joined: Fri Apr 06, 2012 11:54 am

Re: Copy File After Installation

Postby Leo » Sun Apr 08, 2012 7:28 am

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
http://www.actualinstaller.com
Leo
Site Admin
 
Posts: 136
Joined: Fri Jan 22, 2010 12:40 pm


Return to General Discussions

Who is online

Users browsing this forum: Google [Bot] and 0 guests

cron