Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Admin rules prevent installation


1 reply to this topic

JasonAtkins2001

JasonAtkins2001
  • Members
  • 14 posts

Posted 05 June 2002 - 08:04

A user of my installation package is recieving an error along the lines of 'The Administrator has setup/issued rules preventing the installation' when he attempts to install my product.

Does anyone have an idea where to look to find out what policies the administrator could have configured ? I'm guessing some kind of blocking in group policy, but cannot find it.

hambone

hambone
  • Members
  • 206 posts

Posted 25 July 2002 - 14:43

from the SDK...

DisableMSI
If the value of this per-machine system policy is set to "2" the installer is always disabled for all applications.

If this policy value is set to "0", any other number, or is absent, the installer is always enabled.

If this policy value is set to "1", the installer is disabled for non-managed applications but is still enabled for managed applications. This setting does allow an application to be advertised to all users of a machine, but does not allow an application to be advertised to the current user.

Registry Key
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer

Data Type
REG_DWORD


as exported from a WinXP system...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"DisableMSI"=dword:00000002