http://bugs.winehq.org/show_bug.cgi?id=4085
xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-binary |wine-msi
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2005-18-12 17:39 ------- There's a free trial at http://www.microsoft.com/downloads/details.aspx?FamilyID=360cafd6-5098-4c64-...
When run it gives: fixme:mpr:WNetGetUniversalNameW (L"Z:\root\Desktop\Microsoft Virtual PC 2004 Trial.msi", 0x00000001, 0x7fc4fbe4, 0x7fc4fa80): stub [root@h185158 Desktop]# fixme:msi:MsiInstallProductW L"" (null) err:msi:copy_package_to_temp failed to copy package to temp path L"C:\windows\temp\MSI459.tmp" fixme:msi:MSI_OpenDatabaseW open failed r = 80030003!
and returns to the prompt.
When i run wine msiexec.exe /i Microsoft\ Virtual\ PC\ 2004\ Trial.msi it gets as far as a dialog window to install the program , but hitting the install button doesn't do anything. Console output:
fixme:msi:MsiInstallProductW L"Microsoft Virtual PC 2004 Trial.msi" (null) fixme:msi:ACTION_AppSearchComponents AppSearch unimplemented for CompLocator table (GUID L"{948A5158-3293-4C14-8B6D-5BF621672BE6}") fixme:msi:ACTION_AppSearchComponents AppSearch unimplemented for CompLocator table (GUID L"{A1994A0A-DD35-4960-A47F-9C9539E4EED9}") fixme:msi:ACTION_AppSearchComponents AppSearch unimplemented for CompLocator table (GUID L"{79E549AE-B287-436D-B937-588F9B778069}") fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
I guess it's indeed an msi bug.
(BTW, are you using native msi?,as your console output appears here when i try to use native msi.)