[SOLVED] <AppData> does not work

Here you will find some useful tutorials and resources for InstallForge created by community members.
Forum rules
Posting bugs here is discouraged. Please use our GitHub issue tracker instead: https://github.com/soner-boztas/installforge/issues

When posting a new bug report, please follow these guidelines: https://docs.installforge.net/contribut ... ing-a-bug/
Post Reply
Zandercraft
Posts: 1
Joined: 11 Apr 2021, 06:09

When trying to use <AppData> in the install path, the installer will fail with "Could not create installation folder: <AppData>/Zandercraft/Stellar Suite".
Isn't <AppData> supposed to be a variable that is replaced automatically?
User avatar
Soner
Posts: 147
Joined: 15 Sep 2014, 12:36

Hello,

no. There are 3 path variables available in InstallForge:

Code: Select all

<ApplicationData>
This variable is valid for a certain user. A typical path might be C:\Users\username\AppData\Roaming.

Code: Select all

<LocalApplicationData>
This variable is valid for a certain user. A typical path might be C:\Users\username\AppData\Local

Code: Select all

<CommonApplicationData>
This variable is valid machine-wide. A typical path might be C:\ProgramData.


Regards,
Soner
Best regards,
Soner Boztas, M.Sc. Aerospace Engineering

Add me on LinkedIn: https://www.linkedin.com/in/soner-boztas-engineer
Post Reply