http://bugs.winehq.org/show_bug.cgi?id=8252
Summary: WMP plugin for Firefox does not install Product: Wine Version: CVS Platform: Other URL: http://port25.technet.com/archive/2007/04/16/windows- media-player-plug-in-for-firefox.aspx OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Download and run http://port25.technet.com/videos/downloads/wmpfirefoxplugin.exe It aborts with "Package does not support server operating systems" dialog.
Looking at +msi,+msidb, I see trace:msi:MSI_GetPropertyW property L"MsiNTProductType" not found ... trace:msi:MSI_EvaluateConditionW 0 <- L"MsiNTProductType = 1" ... trace:msidb:MSI_RecordSetStringW 0x481390 0 L"Package does not support server operating systems"
so it looks like our msi might need to define MsiNTProductType as described at http://msdn2.microsoft.com/en-us/library/aa370329.aspx