←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 #
RamRodification ◴[] No.45772829[source]
> This is very annoying

It's a feature. You shouldn't be installing software on your work computer. Your IT department should be vetting it, deploying it, and keeping it up-to date for you.

Maybe you can tell the difference between report.pdf and report.exe, but too many people can't, so unfortunately we can't let everyone install anything.

replies(2): >>45773094 #>>45773668 #
StableAlkyne ◴[] No.45773094[source]
> Your IT department should be vetting it, deploying it, and keeping it up-to date for you.

There are not enough IT staff at my organization to do this. They have an approved list of software that may be installed. Some common installations are automated, others are niche-enough that it's DIY.

We don't live in a perfect world where the IT staffing ratio is 1:20 (or whatever arbitrary number you would consider "good"), so this is how my organization does it.

> unfortunately we can't let everyone install anything.

Who is this "we?"

replies(1): >>45774169 #
IAmBroom ◴[] No.45774169[source]
"We" are the large-enough companies to have full IT departments. (I hate this practice, but it is necessary.)

"Your" IT department should consider giving you your own admin account. But it's their call.

replies(1): >>45775716 #
1. StableAlkyne ◴[] No.45775716[source]
> Your" IT department should consider giving you your own admin account. But it's their call.

Seems like a bit of an extreme solution for one-off installations that are rare enough to not be worth bothering to automate.

Good example of this is scientific software like Gaussian (a "common" quantum mechanics package): needs admin, expensive and strict license that gets audited. It's approved, but we have a single digit number of people using it. It's just not worth the time to automate a script around an install that only happens once every year or so on average, when they can just temporarily elevate the user.