Page 1 of 1

Move a file before installation

Posted: Sat Jan 28, 2023 1:35 pm
by AKP
How can i move a file (text.txt) before installation from "InstallDir" to "CommonAppData/AppName"?

Re: Move a file before installation

Posted: Mon Jan 30, 2023 4:32 am
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"