fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

wintricks msxml6 msiexec problem #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. winetricks msxml6
2. An window opens from the windows install which say in german, there is
an unknown parameter.

What is the expected output? What do you see instead?
pierre@nihilnihil:~$ winetricks msxml6
Executing wine msiexec /i /home/pierre/.winetrickscache/msxml6_x86.msi
Note: command 'wine msiexec /i
/home/pierre/.winetrickscache/msxml6_x86.msi' returned status 103.  Aborting.

What version of the product are you using? On what operating system?
Debian lenny with installed wine-unstable: wine-1.1.32

Please provide any additional information below.
After removing .wine directory used the following winetricks:
winetricks winxp
winetricks allfonts
winetricks allcodecs
winetricks fakeie6
winetricks mdac28
winetricks jet40
winetricks vb6run
winetricks dcom98
winetricks msi2
winetricks msxml6

It looks like that is a problem that msxml6_x86.msi could not found by msiexec.
After copy msxml6_x86.msi to my home folder, which I've checked by using
simple wine cmd command, wine msiexec /i msxml6_x86.msi now use different
output without an window on console:

pierre@nihilnihil:~$ wine msiexec  /i msxml6_x86.msi
fixme:sfc:SFC_3 0
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0xa1c708,(nil)):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0x150648,(nil)):
stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Auf den Windows Installer-Dienst konnte nicht zugegriffen werden. Dies kann
auftreten, wenn Windows im abgesicherten Modus ausgef�hrt wird oder wenn
der Windows Installer nicht korrekt installiert wurde. Setzen Sie sich mit
dem Supportpersonal in Verbindung, um weitere Unterst�tzung zu erhalten.

Original issue reported on code.google.com by pie...@starcumulus.owl.de on 19 Feb 2010 at 11:44

Attachments:

GoogleCodeExporter commented 8 years ago
Works fine here in a clean ~/.wine, winetricks from svn, and wine 1.1.39.

Please retest.

Original comment by austinenglish@gmail.com on 20 Feb 2010 at 7:25

GoogleCodeExporter commented 8 years ago
I expect that "winetricks msi2" before msxml6 is the problem. Native msi 
doesn't work
very well in current wine versions, builtin is recommended.

Original comment by eibol...@gmail.com on 10 Apr 2010 at 6:29

GoogleCodeExporter commented 8 years ago
Yeah, I see that as well with msi2.

Invalid.

Original comment by austinenglish@gmail.com on 3 Sep 2010 at 7:45

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have the same problem, solution? 

Original comment by jesusgui...@gmail.com on 26 Aug 2011 at 12:51

GoogleCodeExporter commented 8 years ago
Don't install msi2 before msxml6? That is what I understood but I didn't test 
it yet.

Original comment by pie...@starcumulus.owl.de on 26 Aug 2011 at 1:01