http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From jasonspiro3+wine@gmail.com 2006-24-05 20:19 ------- Created an attachment (id=2517) --> (http://bugs.winehq.org/attachment.cgi?id=2517&action=view) The results of: strings "America's Army.msi" | grep accessor.cab
I ran the following command: strings "America's Army.msi" | grep accessor.cab > /tmp/grepresults. I attached the whole thing in case you're curious, but the only important part is this snippet:
}}The Windows Installer service cannot update one or more protected Windows files. {{SFP Error: [2]. List of protected files:\r\n[3]}}User installations are disabled via policy on the machine.An error occured during the installation of assembly component [2]. HRESULT: [3]. {{assembly interface: [4], function: [5], assembly name: [6]}}FeatureFeature_ParentDisplayLevelDirectory_AmericasArmy
When does MSI give the SFP Error: [2] which seems to be embedded in the MSI file?