fazbear201 / winezeug

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

Microsoft Installer 2.0 claims to install correctly, but doesn't seem to do so #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install msi2 from gui.
2. Install dialog box says installation succeeded.
3. Terminal messages seem to say differently.

What is the expected output? What do you see instead?
I'm not sure what the expected output was supposed to be, but the word
"fixme" was certainly a giveaway that something was wrong.

Executing wget -O InstMsiA.exe -nd -c --read-timeout=300
--retry-connrefused --header Accept-Encoding: gzip,deflate
http://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/
InstMsiA.exe
--2009-09-29 08:40:12-- 
http://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/
InstMsiA.exe
Resolving download.microsoft.com... 70.37.129.22, 70.37.129.25
Connecting to download.microsoft.com|70.37.129.22|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1709160 (1.6M) [application/octet-stream]
Saving to: `InstMsiA.exe'

100%[======================================>] 1,709,160   2.01M/s   in 0.8s    

2009-09-29 08:40:13 (2.01 MB/s) - `InstMsiA.exe' saved [1709160/1709160]

Setting Windows version to win98
Executing wine regedit /home/William/.wine/drive_c/winetrickstmp/set-winver.reg
Executing wine /home/William/.winetrickscache/InstMSIA.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:mscoree:GetCORSystemDirectory (0xc1c830, 260, 0xc1ca38): stub!
fixme:imagehlp:BindImageEx (0, "C:\\windows\\system32\\msisip.dll",
"C:\\windows\\system32\\;C:\\windows\\system32\\;C:\\windows\\system32",
(null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\system32\\msihnd.dll",
"C:\\windows\\system32\\;C:\\windows\\system32\\;C:\\windows\\system32",
(null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\system32\\msiexec.exe",
"C:\\windows\\system32\\;C:\\windows\\system32\\;C:\\windows\\system32",
(null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\system32\\msi.dll",
"C:\\windows\\system32\\;C:\\windows\\system32\\;C:\\windows\\system32",
(null), (nil)): stub
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
Unknown media type in type 'interface/x-winamp3-skin'

Unknown media type in type 'interface/x-winamp-lang'

fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
Using native,builtin override for following DLLs: msi msiexec.exe
Executing wine regedit
/home/William/.wine/drive_c/winetrickstmp/override-dll.reg
Clearing Windows version back to default
Executing wine regedit
/home/William/.wine/drive_c/winetrickstmp/unset-winver.reg
Install of msi2 done

What version of the product are you using? On what operating system?
1.1.30? Source downloaded via git two days ago (27 Sept 2009), compiled
with all features enabled and installed on top of 1.1.25 on Fedora 10. I
installed 1.1.25 originally via RPM from Fedora's updates-testing
repository, and I installed 1.1.30(?) over it in /usr/ instead of /usr/local/.

Please provide any additional information below.
Yes, I cleaned out the .wine directory first. I don't know why that thing
about Winamp keeps coming up. I tried installing Winamp 5.56 a while back,
but I don't know why something would be coming up about Winamp even though
I cleaned out .wine.

Original issue reported on code.google.com by wal...@bellsouth.net on 29 Sep 2009 at 12:47

GoogleCodeExporter commented 8 years ago
Wine's terminal output often looks scary, but isn't. Though it seems to install 
fine, native msi in wine doesn't work well, but that's a separate problem (and 
may not be fixable).

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