WineHQ
Bug Tracking Database – Bug 31039

 Bugzilla

 

Last modified: 2021-04-18 14:38:39 UTC  

Visual C++ 2005 Express SP1 install fails

Bug 31039 - Visual C++ 2005 Express SP1 install fails
Visual C++ 2005 Express SP1 install fails
Status: CLOSED FIXED
AppDB: Show Apps affected by this bug
Product: Wine
Classification: Unclassified
Component: -unknown
1.5.5
x86-64 Linux
: P2 normal
: ---
Assigned To: Mr. Bugs
https://web.archive.org/web/201106032...
: download, Installer
: 26612 (view as bug list)
Depends on:
Blocks: 31057
  Show dependency tree
 
Reported: 2012-06-27 07:23 UTC by Mathieu Malaterre
Modified: 2021-04-18 14:38 UTC (History)
3 users (show)

See Also:
Regression SHA1:
Fixed by SHA1:
Distribution: ---
Staged patchset:


Attachments
Version of winetricks that has vc2005expresssp1 verb (600.21 KB, application/octet-stream)
2012-06-28 11:25 UTC, Dan Kegel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Malaterre 2012-06-27 07:23:43 UTC
Sorry if this looks like a duplicate of #20110 but I believe one can still not install Visual C++ 2005 Express SP1 using wine 1.5.5:


$ wine --version
wine-1.5.5


$ wine VS80sp1-KB926748-X86-INTL.exe
fixme:storage:create_storagefile Storage share mode not implemented.

Using:
$ wget http://download.microsoft.com/download/7/7/3/7737290f-98e8-45bf-9075-85cc6ae34bf1/VS80sp1-KB926748-X86-INTL.exe


$ md5sum VS80sp1-KB926748-X86-INTL.exe
a5129e83a91fc1ec44f45189f27244be  VS80sp1-KB926748-X86-INTL.exe

Thanks
Comment 1 Dan Kegel 2012-06-27 13:14:47 UTC
Did you install Visual C++ 2005 Express first?
SP1 requires that.  (It might even exit silently on Windows
if that isn't present, I haven't checked.)
Comment 2 Mathieu Malaterre 2012-06-27 15:13:04 UTC
The installation went very fine using 

$ winetrick vc2005express

How do I make sure that 

$ wine VS80sp1-KB926748-X86-INTL.exe

is actually seeing the installation of vc2005express from winetricks ?
Comment 3 Dan Kegel 2012-06-27 15:17:50 UTC
Use the right wineprefix.  Either use --no-isolate when installing
vc2005express, or do
 WINEPREFIX=$HOME/.local/share/wineprefixes/vc2005express
 export WINEPREFIX
when installing vc2005expresssp1.
Comment 4 Mathieu Malaterre 2012-06-28 02:32:25 UTC
Indeed using the right WINEPREFIX improves the situation a little. Here is what I get now:


$ export WINEPREFIX=$HOME/.local/share/wineprefixes/vc2005express
$ wine VS80sp1-KB926748-X86-INTL.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:MsiGetMode no support for administrative installs
err:msi:msi_install_assembly Failed to install assembly L"C:\\users\\mathieu\\Temp\\msi24.tmp\\Microsoft.VisualStudio.Zip.dll" (0x00000001)
err:msi:ACTION_InstallFiles Failed to install assembly
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
Comment 5 Mathieu Malaterre 2012-06-28 02:45:11 UTC
I was missing a step:

$ winetricks vcrun2005

There were some error message, but in the end it says it install properly.

This can be closed as invalid. Thanks.
Comment 6 Mathieu Malaterre 2012-06-28 07:12:27 UTC
*** Bug 26612 has been marked as a duplicate of this bug. ***
Comment 7 Mathieu Malaterre 2012-06-28 07:13:13 UTC
VS 2005/SP1 seems to install somewhat ok, but installation is broken AFAIK. See #31057
Comment 8 Dan Kegel 2012-06-28 08:52:00 UTC
If it needs 'winetricks vcrun2005', that's a valid bug.
Which DLL does it need - msvcr80, msvcp80, or ...?
Comment 9 Dan Kegel 2012-06-28 11:04:50 UTC
I can't reproduce your success.  It fails for me with

warn:file:CreateFileW Unable to create file L"C:\\windows\\Temp\\_vc2005express\\vcsetup1.cab" (status c0000034)
trace:file:CreateFileW returning 0xffffffff
err:cabinet:FDICopy FDIIsCabinet failed: 2.
err:msi:extract_cabinet FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"vcsetup1.cab"

even with vcrun2005 executed before vc2005express.  
I'll attach a +msi,+file log.
Comment 10 Dan Kegel 2012-06-28 11:25:30 UTC
Created attachment 40774 [details]
Version of winetricks that has vc2005expresssp1 verb
Comment 11 Dan Kegel 2012-06-28 11:29:42 UTC
With the attached winetricks (which puts sp1 in the same wineprefix as
vc2005express) and wine from git, I did
$ rm -rf /home/dank/.local/share/wineprefixes/vc2005express
$ WINEDEBUG=+file,+msi sh winetricks -q -v vc2005expresssp1 > log8 2>&1
$ rzip log8
This installed vc2005express, but failed when installing sp1 on missing 
vcsetup1.cab.
The resulting file is at http://kegel.com/wine/log8.rz
Comment 12 Mathieu Malaterre 2012-06-28 15:27:26 UTC
Using wine 1.5.5 from http://dev.carbon-project.org/debian/wine-unstable/

Here are the steps:

$ rm -rf $HOME/.wine
$ rm -rf $HOME/.local/share/wineprefixes
$ winetricks vc2005express
$ export WINEPREFIX=$HOME/.local/share/wineprefixes/vc2005express
$ $ wine VS80sp1-KB926748-X86-INTL.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:MsiGetMode no support for administrative installs
err:msi:msi_install_assembly Failed to install assembly L"C:\\users\\mathieu\\Temp\\msi24.tmp\\Microsoft.VisualStudio.Zip.dll" (0x00000001)
err:msi:ACTION_InstallFiles Failed to install assembly
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding

The first installation fails, however if you run it another time:

$ wine VS80sp1-KB926748-X86-INTL.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:MsiGetMode no support for administrative installs
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\VC\\vcpackages\\vcbuild.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\VC\\vcpackages\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\VC\\vcpackages\\feacp.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\VC\\vcpackages\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\NatDbgEE.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\VC\\vcpackages\\vcpkg.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\VC\\vcpackages\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\ecbuild.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\NatDbgDE.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Common Files\\Microsoft Shared\\Help 8\\msenv.dll", "C:\\Program Files\\Common Files\\Microsoft Shared\\Help 8\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Common Files\\Microsoft Shared\\MSEnv\\msenvp.dll", "C:\\Program Files\\Common Files\\Microsoft Shared\\MSEnv\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\msenv.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Common Files\\Microsoft Shared\\MSDesigners8\\msddsf.dll", "C:\\Program Files\\Common Files\\Microsoft Shared\\MSDesigners8\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Common Files\\Microsoft Shared\\MSDesigners8\\msddslm.dll", "C:\\Program Files\\Common Files\\Microsoft Shared\\MSDesigners8\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Common Files\\Microsoft Shared\\MSDesigners8\\msdds.dll", "C:\\Program Files\\Common Files\\Microsoft Shared\\MSDesigners8\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\vssln.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Common Files\\Microsoft Shared\\Help\\hxds.dll", "C:\\Program Files\\Common Files\\Microsoft Shared\\Help\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\compluslm.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\VC\\vcpackages\\VCProjectEngine.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\VC\\vcpackages\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Tools\\VDT\\vdt80.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Tools\\VDT\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Tools\\VDT\\vdt80p.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Tools\\VDT\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\cpde.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\encmgr.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Common Files\\Microsoft Shared\\VS7Debug\\msdbg2.dll", "C:\\Program Files\\Common Files\\Microsoft Shared\\VS7Debug\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\shmetapdb.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\vsdebug.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\Debugger\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\VsWizard.dll", "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\", (null), (nil)): stub
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
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:ole:CoGetClassObject class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered
err:ole:create_server class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {4e14fba2-2e22-11d1-9964-00c04fbbb345} could be created for context 0x15
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,2,(nil),0,(nil)) - stub!
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:ole:CoInitializeSecurity (0x33f8d0,-1,(nil),(nil),0,0,(nil),8,(nil)) - stub!
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x129c64)->(0x33f5a4): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12bffc)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c24c)->(0x33f288): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c24c)->(0x33f288): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x129c64)->(0x33f5a4): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12bffc)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c24c)->(0x33f288): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c24c)->(0x33f288): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x1289d4)->(0x33f5a4): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12bc0c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12bc0c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12bec4)->(0x33f288): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x129c64)->(0x33f5a4): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12bffc)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c80c)->(0x33f508): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c24c)->(0x33f288): creating a dummy parseError
fixme:msxml:domdoc_setProperty Ignoring property L"ResolveExternals", value -1
fixme:msxml:domdoc_setProperty Unknown property L"UseInlineSchema"
fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 0
fixme:msxml:domdoc_get_parseError (0x12c24c)->(0x33f288): creating a dummy parseError
fixme:msi:MsiGetMode no support for administrative installs


No need to run 'winetricks vcrun2005'.

Let me know if you need any particular log file.

In the end I get:

$ wine cmd
CMD Version 1.5.5

Z:\tmp\w>"%VS80COMNTOOLS%vsvars32.bat" 
Setting environment for using Microsoft Visual Studio 2005 x86 tools.

Z:\tmp\w>cl /help
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.


Compared to (without SP1):

$ wine cmd
CMD Version 1.5.5

Z:\home\mathieu>"%VS80COMNTOOLS%vsvars32.bat"   
Setting environment for using Microsoft Visual Studio 2005 x86 tools.

Z:\home\mathieu>cl /help
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.
Comment 13 Anastasius Focht 2013-12-07 13:25:41 UTC
Hello folks,

can't reproduce this, installation of Visual C++ 2005 Express SP1 on top of existing VC++ 2005 Express works fine.

@Mathieu:

Please refrain from posting such large amounts of terminal output in comment next time. If you think some output might be useful, _attach_ it to the bug.
Those FIXME's are harmless and only clutter the bug report.

$ sha1sum VS80sp1-KB926748-X86-INTL.exe 
8b9a0172efad64774aa122f29e093ad2043b308d  VS80sp1-KB926748-X86-INTL.exe

$ du -sh VS80sp1-KB926748-X86-INTL.exe 
44M	VS80sp1-KB926748-X86-INTL.exe

$ wine --version
wine-1.7.8-128-g37460b6

Regards
Comment 14 Alexandre Julliard 2013-12-20 12:42:47 UTC
Closing bugs fixed in 1.7.9.


Privacy Policy
If you have a privacy inquiry regarding this site, please write to [email protected]

Hosted By CodeWeavers