I didn't notice until I looked for Chrome that all my recently installed programs are being installed within %LocalAppData%
, which is temporarily hidden by default, and when I tried to install a program and pick the browse folder, I couldn't choose %ProgramFiles%
to install my program within. I want to change this thing for the sake of the system's regulations.
%LocalAppData%
- per user applications are almost always installed within%LocalAppData%
or%AppData%
; this is expected behavior, as there are five program installation directories, each with their own purpose:%ProgramFiles%
,%ProgramFiles(x86)%
,%ProgramData%
,%LocalAppData%
, and%AppData%
. What program is being installed and is its installer an.msi
or.exe
, and if executing the installer from a terminal with/?
,-?
, or-h
, is any output returned (would allow specifying install directory via cli)?