How to handle files/folders outside DEFAULT
Posted: Fri Feb 10, 2023 4:34 pm
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!
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!