http://bugs.winehq.org/show_bug.cgi?id=31039
Bug #: 31039 Summary: Visual C++ 2005 Express SP1 install fails Product: Wine Version: 1.5.5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mathieu.malaterre@gmail.com Classification: Unclassified
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-85cc6ae...
$ md5sum VS80sp1-KB926748-X86-INTL.exe a5129e83a91fc1ec44f45189f27244be VS80sp1-KB926748-X86-INTL.exe
Thanks
http://bugs.winehq.org/show_bug.cgi?id=31039
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2012-06-27 13:14:47 CDT --- 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.)
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #2 from mathieu.malaterre@gmail.com 2012-06-27 15:13:04 CDT --- 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 ?
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #3 from Dan Kegel dank@kegel.com 2012-06-27 15:17:50 CDT --- Use the right wineprefix. Either use --no-isolate when installing vc2005express, or do WINEPREFIX=$HOME/.local/share/wineprefixes/vc2005express export WINEPREFIX when installing vc2005expresssp1.
http://bugs.winehq.org/show_bug.cgi?id=31039
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #4 from mathieu.malaterre@gmail.com 2012-06-28 02:32:25 CDT --- 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
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #5 from mathieu.malaterre@gmail.com 2012-06-28 02:45:11 CDT --- 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.
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #6 from Mathieu Malaterre mathieu.malaterre@gmail.com 2012-06-28 07:12:27 CDT --- *** Bug 26612 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #7 from Mathieu Malaterre mathieu.malaterre@gmail.com 2012-06-28 07:13:13 CDT --- VS 2005/SP1 seems to install somewhat ok, but installation is broken AFAIK. See #31057
http://bugs.winehq.org/show_bug.cgi?id=31039
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Visual C++ 2005 Express SP1 |Visual C++ 2005 Express SP1 |install fails |install fails without | |native runtime
--- Comment #8 from Dan Kegel dank@kegel.com 2012-06-28 08:52:00 CDT --- If it needs 'winetricks vcrun2005', that's a valid bug. Which DLL does it need - msvcr80, msvcp80, or ...?
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #9 from Dan Kegel dank@kegel.com 2012-06-28 11:04:50 CDT --- 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.
http://bugs.winehq.org/show_bug.cgi?id=31039
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Visual C++ 2005 Express SP1 |Visual C++ 2005 Express SP1 |install fails without |install fails |native runtime |
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #10 from Dan Kegel dank@kegel.com 2012-06-28 11:25:30 CDT --- Created attachment 40774 --> http://bugs.winehq.org/attachment.cgi?id=40774 Version of winetricks that has vc2005expresssp1 verb
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #11 from Dan Kegel dank@kegel.com 2012-06-28 11:29:42 CDT --- 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
http://bugs.winehq.org/show_bug.cgi?id=31039
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31057
http://bugs.winehq.org/show_bug.cgi?id=31039
--- Comment #12 from Mathieu Malaterre mathieu.malaterre@gmail.com 2012-06-28 15:27:26 CDT --- 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.
http://bugs.winehq.org/show_bug.cgi?id=31039
lizhenbo litimetal@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |litimetal@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=31039
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL| |http://download.microsoft.c | |om/download/7/7/3/7737290f- | |98e8-45bf-9075-85cc6ae34bf1 | |/VS80sp1-KB926748-X86-INTL. | |exe CC| |focht@gmx.net Resolution| |FIXED
--- Comment #13 from Anastasius Focht focht@gmx.net 2013-12-07 13:25:41 CST --- 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
https://bugs.winehq.org/show_bug.cgi?id=31039
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.9.
https://bugs.winehq.org/show_bug.cgi?id=31039
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.microsoft.c |https://web.archive.org/web |om/download/7/7/3/7737290f- |/20110603210253/http://down |98e8-45bf-9075-85cc6ae34bf1 |load.microsoft.com/download |/VS80sp1-KB926748-X86-INTL. |/7/7/3/7737290f-98e8-45bf-9 |exe |075-85cc6ae34bf1/vs80sp1-kb | |926748-x86-intl.exe