2016-04-27

Software Restriction Policy: Can't Install HP Data Protector 7.03_108 on Windows 2003

During agent upgrade installation setup cancels with message(same writes su msi log on temp catalog):

[ 99] ERROR: Error 1260.Windows cannot open this program because it has been prevented by a software restriction policy. For more information, open Event Viewer or contact your system administrator.

[110] {16777216} Error 1260.Windows cannot open this program because it has been prevented by a software restriction policy. For more information, open Event Viewer or contact your system administrator.

Solution

Save following code example to *.reg file and apply register changes:

Windows Registry Editor Version 5.00

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer\SecureRepairWhitelist]
"{02F80D5F-D2A7-499D-8961-77583CEF495B}"=""
"{21F107FF-FD00-477D-B49D-5C3854A39FFE}"=""
"{3B31F119-6344-4FA3-894F-8CE196858401}"=""
"{52C9F3C8-8C89-4288-95CB-86C6CB1E5BBC}"=""
"{CAEDB28E-A1E5-4E7F-88D3-D6CA4FC891C2}"=""
"{DE5100C5-E5C6-40B7-9294-FAD5F81E987F}"=""


Product codes in braces{} are for HP Data Protector 7.03 build 108 and if you have different version or another software, just obtain different product codes from isntalation *.msi files(or msi file loh in temporary user catalog like C:\DOCUME~1\your_username\LOCALS~1\Temp\ ) and put on the registry list.
Solution made using official MS KB.

/Geecoholic

1 comment:

  1. thank you, work well for DP9 with this code :

    "{D8EC48D9-35DB-4227-A497-B4CDFCCAC6E6}"=""
    "{CAEDB28E-A1E5-4E7F-88D3-D6CA4FC891C2}"=""
    "{54FD655E-9811-4486-A94B-F960F4D0DE9A}"=""
    "{415D77B5-660C-4F3F-8FD8-3C16B257B76C}"=""
    "{D82A4C29-4269-456B-9DE5-776FB7CDE0E0}"=""
    "{23DC934F-4464-4A7C-B65C-3F171EB78D79}"=""
    "{A9C61559-527D-498F-B790-F62561713E23}"=""
    "{6403582B-9C1F-47AE-BBEB-102FD19D8C8C}"=""
    "{B521CF28-1431-44E3-B462-95EA7EC157EB}"=""
    "{21F107FF-FD00-477D-B49D-5C3854A39FFE}"=""

    ReplyDelete