I am trying run Messenger Live on Wine 0.9.16 (compiled today), I get the next errrors after some seconds the installation begins. Any clue? cvswine Install_Messenger.exe fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000 user@ubuntu-uno:~/Desktop$ cvswine winecfg user@ubuntu-uno:~/Desktop$ cvswine Install_Messenger.exe fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000 fixme:msi:MsiInstallProductW L"MsnMsgs.Msi" L"MUOPTIN=1 REBOOT=ReallySuppress PA RTNERINI=C:\\windows\\temp\\IXP000.TMP" fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProduc tID" fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 5 ignored L"Upgr ade" table values fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProduc tID" fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 5 ignored L"Upgr ade" table values fixme:msi:MsiGetLastErrorRecord err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Alejandro, You can see this part: fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProduc tID" Is trying to validate your Windows installation (I believe). This will most definitely fail on Wine, especially since they've actively been stone-walling Wine with their new "Genuine Advantage" policy. If this isn't what's happening, someone please set me straight. Jason Weisberger jbdubbs@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20060623/7d916bbf/attachment.htm
Alejandro S?nchez <alesan@memellon.com> wrote:> I am trying run Messenger Live on Wine 0.9.16 (compiled today), > I get the next errrors after some seconds the installation begins. > > Any clue? > > > cvswine Install_Messenger.exeYou realize that cvswine is not the official way to run wine, and that you are running wine 0.9.16 only because the CVS sources happened to be the same a few hours ago?> err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" > returned 1603 > err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" > returned 1603I suspect your problem is here. Daniel
Alejandro S?nchez <alesan@memellon.com> wrote:> Yes, a dialog box from Microsoft appears saying that the Error 1603 make > the installer stop. Don't know how to resolve that.The message comes from dll/msi/action.c. From there it appears that some function call returned a non-succes value. As a quick hack, you could make ITERATE_Action always return ERROR_SUCCESS. Of course, that's not the real fix. Daniel