similar to: wineprefixcreate: msiexec.exe -- "Failed to open the service control manager"

Displaying 20 results from an estimated 100 matches similar to: "wineprefixcreate: msiexec.exe -- "Failed to open the service control manager""

2013 Aug 29
5
[PATCH 1/6] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of 4. This commit rationalises the whitespace to use only 4 space indentation, and removes trailing whitespace. --- RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++-------------------------- RHSrvAny/RHSrvAny.h | 1 - RHSrvAny/resource.h | 2 +- 3 files changed, 269 insertions(+), 271 deletions(-) diff --git
2013 Aug 21
2
[PATCH 1/3] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of 4. This commit rationalises the whitespace to use only 4 space indentation, and removes trailing whitespace. --- RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++-------------------------- RHSrvAny/RHSrvAny.h | 1 - RHSrvAny/resource.h | 2 +- 3 files changed, 269 insertions(+), 271 deletions(-) diff --git
2004 Feb 01
2
test_services test case
While working on win32-service-0.3.0 I got hung up trying to resolve that "RPC server is unavailable" error message that was popping up on some systems. I couldn''t duplicate this on my XP Pro box, but it does show up on my Win2k box. Quick review - this is the test case from tc_service.rb def test_services assert_nothing_raised{ Service.services{ } }
2011 Jun 21
10
GPLPV on windows 7, clean shutdown not working in some case
We have many domUs windows 7 64 bit on production systems, all with build gplpv_Vista2008x64_0.11.0.238.msi. Randomly, during install shutdown monitor service wasn''t created and we not understand why. All other things about gplpv are working, someone can help me to solve this problem please? _______________________________________________ Xen-users mailing list
2013 Nov 18
7
RHSrvAny: Fix failure on Windows 2003
The newly rebuilt RHSrvAny worked on Windows XP, Windows 2003 R2, and Windows Vista+, but segfaulted on Windows 2003. After much investigation, the issue seems to have been with inconsistent use of Unicode. This series fixes compilation on Microsoft Visual C++ 2010 (the most recent version which runs on Windows 2003), fixes all compiler warnings, and enabled warnings during the build. The
2008 Jun 24
1
msiexec --help output in the middle of wine install log
I've installed an application from the command line with: wine 'F:\Setup.exe' 2>&1 | tee wine.log In the log, somewhere towards the end of the install, appears the same output as you get with the command line: msiexec --help which suggests to me that my application's installer or Wine has messed up an invocation of msiexec and as a consequence the installation may be
2008 Apr 30
2
How do i issue "msiexec /i msxml3.msi" in the terminal...
I found a way to install MS Office 2007 on ubuntu but the thing is i need to run something in the terminal. (Install msxml3.msi file from the Terminal window by issuing msiexec /i msxml3.msi) I downloaded the msxml3.msi file and saved it to my desktop. Now when i just put in "msiexec /i msxml3.msi" it gives me the following error (in the terminal): gogga at gogga-laptop:~$ msiexec /i
2005 Jun 09
0
msiexec errors while installing paint shop pro
Hi all. I try to install pain shop pro 9 with Wine 20050310 and i get some errors fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to (nil) fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to 0x48 fixme:msiexec:main /regserver not implemented yet, ignoring fixme:msiexec:main /unregserver not implemented yet, ignoring err:module:import_dll Loading
2008 Jul 17
1
msiexec hangs during XML setup (used to work)
Hello all Previously, it used to work. But now, on a clean Wine install (including .wine directory suppression), the msiexec /i msxml3.msi "hangs" after the welcome dialog box. I Waited a few hours to be sure but nothing happens, and I have to kill the process. Using wine 1.1.1 on Ubuntu Hardy Heron... Is there anything more to "clean" when you want to restart a wine
2009 Jan 09
0
msiexec /quiet
I'm trying to run a msi with msiexec /quiet and it either doesn't support that or it doesn't work as you would expect. The wiki and manual are very brief on this subject should this work?
2011 Apr 15
0
Problems extracting python-3.1.3.amd64.msi under wine's msiexec (works on WinXP)
I was attempting to extract the contents of python-3.1.3.amd64.msi under wine 1.3.17 32bit, using the following command: wget http://python.org/ftp/python/3.1.3/python-3.1.3.amd64.msi msiexec /a python-3.1.3.amd64.msi /qb TARGETDIR=out #tried c:\\out as well and it exits immediately with the following (which I believe is a red herring, 32bit also says this) fixme:storage:create_storagefile
2005 Dec 14
0
msiexec
Hello, I have installed wine on my gentoo and I not find MSIEXEC. If it is implemented, could you tell me how to get it ? (sorry for my bad english I'm French)
2010 Aug 04
8
Installing .msiexec file
Hi. Newbie here. Read that Wine 1.2 will run .msiexec files and the way to install it is as user in terminal window: cd Desktop, then type msiexec /i filename. Is that right or should I do something else? Thanks. Bob
2011 Mar 02
1
Re: ies4linux / our wine does not have wineprefixcreate installe
Tim Johnson wrote: > I have Wine wine-1.2.2 installed on mint 10 (extension of ubuntu > 10~). > I'm attempting to install ies4linux. > IEs4Linux is not supported here. If you need real IE, use winetricks to install it.
2006 Oct 02
0
Why wineprefixcreate does not create some folders anymore?
Hi everybody! About the email bellow, I just want to add one thing. I noticed that wineprefixcreate does not create some folder it used to. For instance it does not make Program Files anymore? Is this normal? It seems a change to me. One more thing: some programs work when I call them with wine-kthread, but never when I use wine-pthread. Again: any hints? Thanks -------------------------------
2011 Mar 02
0
ies4linux / our wine does not have wineprefixcreate installed
I have Wine wine-1.2.2 installed on mint 10 (extension of ubuntu 10~). I'm attempting to install ies4linux. I get the following error message """ our wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version. """ I do believe that this is the latest version. But I cannot locate
2011 Mar 02
1
Re: ies4linux / our wine does not have wineprefixcreate installe
Winetricks is not a part of Wine, but it is supported here as it's an official side project and its creator is on the forums/mailing list. Winetricks is available from the Wine Wiki (see links at top of page) ( http://wiki.winehq.org/winetricks ). Just run winetricks by itself and navigate the menus, or type winetricks ie6 in a terminal to install Internet Explorer.
2011 Mar 02
1
Re: ies4linux / our wine does not have wineprefixcreate installe
Tim Johnson wrote: > * DaVince <wineforum-user at winehq.org> [110301 16:34]: > > > Winetricks is not a part of Wine, but it is supported here as it's an official side project and its creator is on the forums/mailing list. > > > > > > Winetricks is available from the Wine Wiki (see links at top of > > page) ( http://wiki.winehq.org/winetricks ).
2005 Jul 28
0
Wineprefixcreate
try. wine --version retarn error wine: wineprefixcreate failed while creating '/home/paul/.wine' What I need do. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20050728/6fe497db/attachment.htm
2006 Feb 20
0
Winecfg / wineprefixcreate hangs ...
Hello, I'm trying to use wine 0.9.8 on netbsd current. I have seen that several personnes asked the question on this list, but none get a clear answer : Winecfg hangs (and no window open on X-window) after printing : wine: creating configuration directory '/homes/damien/.wine'... fixme:ntdll:FILE_GetDeviceInfo device info not properly supported on this platform I can stop winecfg