Page 1 of 1

[SOLVED] <AppData> does not work

Posted: Sun Apr 11, 2021 6:12 am
by Zandercraft
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?

Re: <AppData> does not work

Posted: Wed Apr 21, 2021 7:49 pm
by Soner
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