Page 1 of 1

How to handle files/folders outside DEFAULT

Posted: Fri Feb 10, 2023 4:34 pm
by Assmonkey
I'm trying to create a build of a program that installs files in the structure below and can't for the life of me get it to work.

C:\Program Files\Company\App
This is the folder where the main executable is (along with some other files), this becomes %DEFAULT% folder

The program also puts files in the following places:

C:\Program Files\Company\Other
C:\ProgramData\Company
C:\Users\Username\AppData\Local\Company
C:\Users\Username\AppData\Roaming\Company

How do I add the four folders above?

Thanks in advance!

Re: How to handle files/folders outside DEFAULT

Posted: Mon Feb 13, 2023 9:05 am
by Enigma
Hi, yes, this is possible to handle such folders.
See my screenshot, there is the configuration you need:
filestreee.png
Folder with two dots ".." means one folder above the current. So you can use this trick.