Can't find a constant for %LOCALAPPDATA%

You have trouble using InstallForge? Then this is the right place for you.
Post Reply
-johndoe
Posts: 1
Joined: Wed Feb 08, 2017 1:13 pm

As the title says, i can't find a constant for %LOCALAPPDATA% (which is %username%/AppData/Local on Windows Vista and above and Documents and Settings/default user/Local Settings/ for Windows XP and below). I can easily make it install into appdata/local with a workaround like this;

Code: Select all

<appdata>\..\Local\desireddirectory
but it's not gonna work for winxp. any ideas?
WahooDevColton
Posts: 1
Joined: Wed Apr 03, 2019 7:43 pm

This is also important to us. Are there any plans to support a <LocalAppData> variable? Also, has anyone else found a different workaround for this?

edit:
I found another workaround of adding my own variable using the
HKEY_CURRENT_USER\Volatile Environment::LOCALAPPDATA registry
and using "<AppData>\..\Local" as the default value, but I still feel like a native <LocalAppData> variable would be warranted.

p.s. I also don't know if my new workaround would work for windows xp either
LokimotiveUK
Posts: 1
Joined: Sun Apr 05, 2020 9:11 pm

Can you please post a screenshot of what your variable looks like? I have no idea what to put where. I've been trying a solution for hours on what should be a straightforward thing. Nothing is simple eh? fml.

Any help would be appreciated. I just need to get my program installed in AppData/Local.
User avatar
Soner
Posts: 146
Joined: Mon Sep 15, 2014 12:36 pm

There is no path constant available for the local appdata folder in InstallForge. However, we working on a new release which will support this.
Best regards,
Soner Boztas, M.Sc. Aerospace Engineering

Add me on LinkedIn: https://www.linkedin.com/in/soner-boztas-engineer
Bergdoktor
Posts: 1
Joined: Thu Apr 09, 2020 11:52 am

WahooDevColton wrote: Wed Apr 03, 2019 8:03 pm edit:
I found another workaround of adding my own variable using the
HKEY_CURRENT_USER\Volatile Environment::LOCALAPPDATA registry
and using "<AppData>\..\Local" as the default value, but I still feel like a native <LocalAppData> variable would be warranted.

p.s. I also don't know if my new workaround would work for windows xp either
thanks for the hint. managed to do it your way as a workaround as well. to clarify what I did check out the two screenshots below

https://imgur.com/a/ymFU4ff
Post Reply