How to handle files/folders outside DEFAULT

Issues related to Enigma Virtual Box
Post Reply
Assmonkey
Posts: 1
Joined: Wed Feb 08, 2023 6:33 pm

How to handle files/folders outside DEFAULT

Post 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!
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: How to handle files/folders outside DEFAULT

Post 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.
You do not have the required permissions to view the files attached to this post.
Post Reply