Unsolved
1 Rookie
•
30 Posts
0
356
October 27th, 2022 08:00
Powerstore CLI for Windows 3.0 not installing in Non-English OS
Hello,
trying to install versoin 3.0.0.709 of the Powerstore CLI for Windows.
The installation aborts with:
"An error occurred while applying security settings. Users is not a valid user or group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry, or Cancel to end the install"
Had no problems with version 2.1.0.613.
It seems like it looks for a local user group on the Windows host called "Users", which of course is named something different if your OS is not English (e.g. it's called "Benutzer" in German). As a workaround, if you manually create a local group called "Users" on your Windows host, the installation will work. But you then need admin rights to access the installation folder itself.
Any way of informing the developers of this?
Pelle R
1 Rookie
•
1 Message
0
September 20th, 2024 12:57
Had the same problem installing on my Swedish windows 11.
Solution:
Start a cmd "as administrator"
Create a local group called "Users":
net localgroup /add "Users"