←back to thread

47 points breezk0 | 1 comments | | HN request time: 0s | source

Title.

I think it is very rude to just install to any "default" directory and not asks the user where he wants it to be installed.

Show context
StableAlkyne ◴[] No.45772574[source]
The most annoying instance of this is installers in Windows that just assume you want to go into `C:/Program Files`, which nowadays requires admin to be modified

This is very annoying on company machines where you may not have admin, since now there's red tape with your IT because the installer was poorly written.

Half the reason I use the WSL is because you at least get "root" on it, so permissions are never an issue

Edit: there may be something lost in translation. This post is in reference to software your IT already approves, which happens to only install to program files.

replies(4): >>45772603 #>>45772720 #>>45772764 #>>45772829 #
1. criddell ◴[] No.45772764[source]
Assuming C:/Program Files is a bug and you should notify the developers.

The installer should ask the user if they are installing for just themselves or for everybody on the machine.

If it's the former, the installation is typically somewhere under %HOMEPATH% (probably in %LOCALAPPDATA%), the latter will put it in %ProgramFiles%.