Move a file before installation

Common questions about using Actual Installer.
Post Reply
AKP
Posts: 11
Joined: Fri May 14, 2021 7:55 pm

Move a file before installation

Post by AKP »

How can i move a file (text.txt) before installation from "InstallDir" to "CommonAppData/AppName"?
Leo
Site Admin
Posts: 455
Joined: Fri Jan 22, 2010 12:40 pm

Re: Move a file before installation

Post by Leo »

Use System / Commands:
https://www.actualinstaller.com/help/commands.html

Code: Select all

File: <SystemDir>\cmd.exe
Parameters: /C move /Y "<InstallDir>\text.txt" "<CommonAppData>\<AppName>\text.txt"
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply