Can you please update the Windows installer to be able to change the installation directory if not being installed by administrator?
|
set InstallingFolder=%PROGRAMFILES%\Amazon\SessionManagerPlugin |
The install dir could be %LocalAppData%\programs\Amazon\SessionManagerPlugin (set InstallingFolder=%LocalAppData%\Amazon\SessionManagerPlugin), or in %ProgramFiles% if a system install is requested.
Also, it would be nice if the winget installer had support for the --scope user flag to trigger the %LocalAppData% installation path.
Can you please update the Windows installer to be able to change the installation directory if not being installed by administrator?
session-manager-plugin/Tools/src/update/windows/install.bat
Line 5 in 930a08e
The install dir could be %LocalAppData%\programs\Amazon\SessionManagerPlugin (
set InstallingFolder=%LocalAppData%\Amazon\SessionManagerPlugin), or in %ProgramFiles% if a system install is requested.Also, it would be nice if the winget installer had support for the
--scope userflag to trigger the %LocalAppData% installation path.