PDA

View Full Version : copy files and folders to this path "C:\Users\My_USR\AppData\Local"


poker2332
16-09-2017, 22:36
Hi, I need help.
I want to copy a folder to this "C:\Users\My_USR\AppData\Local" path but I really do not know how to do it from the same installer.
I'm doing a cod waw repack ... and some files, need to be copied to that path.
Is it possible to do it from the same installer or running a .bat?

https://k61.kn3.net/C/F/9/3/E/8/E03.jpg

KaktoR
17-09-2017, 02:34
[Files]
Source: {src}\Folder\*; DestDir: {localappdata}; Flags: ignoreversion createallsubdirs recursesubdirs;



maybe this is possible too (Haven't tested it):

[Files]
Source: {localappdata}\Activision\CoDWaW\players\profile\$ $$\*; DestDir: {localappdata}\Activision\CoDWaW\players\profile\$ $$; Flags: ignoreversion createallsubdirs recursesubdirs;