/build/static/layout/Breadcrumb_cap_w.png

Insufficient privileges...

I've extracted the Java 1.5.0_06 MSI file from the exe file.
Then I created a group policy in AD to deploy the MSI file to a user (Assigned).
When the MSI tries to install an error message appears saying that the user have insufficient privileges to install the program.
What is going on here, it's a GPO, the users privileges should'nt matter here.
Does anyone have any ideas ?

Thanks

Rasmus

0 Comments   [ + ] Show comments

Answers (4)

Posted by: neo2000 18 years ago
Purple Belt
0
You might want to take a look at the properties table within the package.. OR..

http://itninja.com/link/silent-installation
Posted by: nvdpraveen 18 years ago
Orange Belt
0
I suspect this is because of "DisableUserInstall" policy.
Try changing HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer\DisableUserInstalls to 0.

Alternatively you can also set ALLUSERS property to 1.

Praveen
Posted by: rasmusholt 18 years ago
Yellow Belt
0
In the regkey you typed I only have one key named "Alwaysinstallelevated" and the the value is "1"

Where do I change the "ALLUSERS" property to "1" ?


Thank you


Rasmus
Posted by: rahvintzu 18 years ago
Orange Senior Belt
0
Neo mentioned it... its in the property table.

Here is more info on ALLUSERS:
http://support.installshield.com/kb/view.asp?articleid=Q105063

So without moding original msi or creating transform you can simply go:
MsiExec.exe /I project.msi ALLUSERS=1

The ALLUSERS property (capitalised) is a public property meaning you can modify it in your argument. I dont distro via AD so you may not be able to pass arguments???
If this is the case you can simple modify the original msi, or better yet create a transform with all the other cool settings thats in the package list for jre :-)

Wouldnt it be easier to install based on computer (gp) rather then user (gp) assignment?
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ