Displaying 5 results from an estimated 5 matches for "iterate_startservice".
2011 Jul 27
1
X-Lite-4.0 barfs on install. What's Mono?
..."install"
option. That exits prematurely with this:
~~~~~~~~~~~~~~~~~~
bash-4.1$ wine X-Lite_Win32_4.0_58832.exe
fixme:win:DisableProcessWindowsGhosting : stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:ITERATE_StartService Failed to open service L"FontCache3.0.0.0"
(1060)
err:rpc:I_RpcGetBuffer no binding
err:msi:ITERATE_Actions Execution halted, action L"StartServices" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned
1627
~~~~~~~~~~~~~~~~~~
Runni...
2009 May 07
3
Altium license server Error
...da28)
4 0x7bc6c00e call_thread_entry_point+0xe() in ntdll (0x7db7da38)
5 0x7bc6d493 in ntdll (+0x5d493) (0x7db7dad8)
6 0x7bc6d67e in ntdll (+0x5d67e) (0x7db7e3c8)
7 0xb7e114c0 start_thread+0xc0() in libpthread.so.0 (0x7db7e4c8)
8 0xb7d8f6de __clone+0x5e() in libc.so.6 (0x00000000)
err:msi:ITERATE_StartService Failed to start service L"DXPNetworkSecurityService"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
after that if i try starting service manually i ge...
2007 May 04
3
Lotus Notes 6.5 fail to install in Wine
...on L"Extension_1"
err:msi:iterate_load_verb Verb unable to find loaded extension L"Extension_1"
err:msi:iterate_load_verb Verb unable to find loaded extension L"Extension_1"
err:msi:iterate_load_verb Verb unable to find loaded extension L"Extension_1"
err:msi:ITERATE_StartService Failed to start service L"Multi-user
Cleanup Service"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize"
returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction"
returned 1627
---
PS.: I've install Lotus Notes 5 and i...
2010 May 30
0
Artisan Studio UNO fails during install - Windows Services
...ss message 3
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:msi_dialog_handle_event Unknown progress message 3
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
err:msi:ITERATE_StartService Failed to start service L"FujitsuEnabler" (1055)
err:msi:ITERATE_Actions Execution halted, action L"StartServices" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
err:menubuilder:InvokeShellLinker failed to build the menu
e...
2010 Feb 19
0
Wine release 1.1.39
...ODBCDataSource.
msi: Implement the RemoveODBC standard action.
msi: Add tests for installing and removing ODBC drivers.
msi: Implement the UnregisterTypeLibraries standard action.
msi: Return the right error from ITERATE_RegisterTypeLibraries.
msi: Fix a memory leak in ITERATE_StartService.
msi: Implement the RemoveShortcuts standard action.
msi: Add tests for creating and removing shortcuts.
msi: Implement and test MsiGetPatchInfoA/W.
msi: Update the UI when registering or unregistering type libraries.
msi: Get rid of ACTION_VerifyComponentForAction....