http://bugs.winehq.org/show_bug.cgi?id=5103
Summary: NativeMSI possible installer bug trigered in DotNetFx Product: Wine Version: 0.9.11. Platform: Other URL: http://appdb.winehq.org/commentview.php?appId=493&versio nId=3678&threadId=11583 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: djr1952@hotpop.com
See the url for a full description http://appdb.winehq.org/commentview.php?appId=493&versionId=3678&threadId=11583
This thread up to this point contains most of what I tried and had failures with.
High points are: ] StopDarwinService() - ERROR: Unable to open the 'msiserver' service! ] GetLastError() returned: <0>
] Loading: msi.dll {{the nativemsi version with registers set to native}}
] Calling MsiInstallProduct() with commandline: ADDLOCAL=All ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 REBOOT=ReallySuppress
] MsiInstallProduct() returned 1603
and a simple with another try. ] StopDarwinService() - ERROR: Unable to open the 'msiserver' service! ] GetLastError() returned: <1060>
Note all of these are from trying to install "DotNetFX.exe" although apperantly more the one version of said program exists. since I get different effects depending on which one I use.
This is with wine 0.9.11 and InstMsiA.exe downloaded today.
-- DonJr ...