[OT] Windows User Accout Issue......

L

Lloyd Dupont

I'm trying to install a MSI (LINQ preview in fact), but at some stage it
(unsuccessfully) try to upgrade the C# language service with the error
message:
=====
An error occured while applying security settings. Power Users is not a
valid users group.
=====

But the control panel\User Account don't mention it...
What could I do?
 
V

Vadym Stetsyak

Hello, Lloyd!

LD> I'm trying to install a MSI (LINQ preview in fact), but at some stage
LD> it (unsuccessfully) try to upgrade the C# language service with the
LD> error message:
LD> =====
LD> An error occured while applying security settings. Power Users is not a
LD> valid users group.
LD> =====

LD> But the control panel\User Account don't mention it...
LD> What could I do?

At first you can launch msi file with params in order to log what is happening,
to do this type " msiexec /l*v .\installlog.txt /i your_msi_file.msi
After failure you can watch through log file and detect on what stage of the installation error happened.

What is C# language service?

Try to install this msi under Administrator account

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
B

Ben Voigt

Lloyd Dupont said:
I'm trying to install a MSI (LINQ preview in fact), but at some stage it
(unsuccessfully) try to upgrade the C# language service with the error
message:
=====
An error occured while applying security settings. Power Users is not a
valid users group.
=====

But the control panel\User Account don't mention it...
What could I do?

What version of Windows are you running? "Power Users" has been a
Windows-defined group since I think NT4 if not earlier.
 
L

Lloyd Dupont

Thanks for your tips!
IT could be the C# language service is the software used to do syntax
completion in VS.NET....

I am an administrator, it's why it's surprising!

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 
L

Lloyd Dupont

I have home edition.
But where could I set each group's property? they don't appear in user
account....

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Error on install 4
Error 1609 while setup 15
Cannot install windows defender...error 1609 9
Defender beta 2 1
Impossible to install it 5
Error 1609 6
Error 1609 5
Windows Manual Update Issue 2

Top