http://bugs.winehq.org/show_bug.cgi?id=21010
Summary: vc2005express install broken Product: Wine Version: 1.1.34 Platform: PC-x86-64 OS/Version: Linux Status: NEW Keywords: download, Installer, regression Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: hans@meelstraat.net
Regression testing points to:
bd4bc161475f600612fad898f09825d74d6368a9 is first bad commit commit bd4bc161475f600612fad898f09825d74d6368a9 Author: Hans Leidekker hans@codeweavers.com Date: Tue Nov 17 15:59:11 2009 +0100
msi: Don't set the ALLUSERS property.
:040000 040000 8964ea41515d9eaa19c0d38d44caa5b4661665e7 f3940f8962ebb38ca7f406d7fa1c65f44feaf03e M dlls
side note: git bisect run is awesome!
Reverting that in git lets the installer run to completion. Terminal output is breathtakingly short: Executing wine Ixpvc /t:c:\winetrickstmp\vc2005express.tmp /q:a /c:msiexec /i vcsetup.msi VSEXTUI=1 ADDLOCAL=ALL REBOOT=ReallySuppress err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
http://bugs.winehq.org/show_bug.cgi?id=21010
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #1 from Wylda wylda@volny.cz 2009-12-14 01:25:28 ---
Hi Austin, could you leave here the script for the ordinary mortal? So i (we) can also begin to play with that "run" thing :) Thank you in advance.
http://bugs.winehq.org/show_bug.cgi?id=21010
--- Comment #2 from Austin English austinenglish@gmail.com 2009-12-14 01:28:18 --- (In reply to comment #1)
Hi Austin, could you leave here the script for the ordinary mortal? So i (we) can also begin to play with that "run" thing :) Thank you in advance.
For git bisect run? Sure: austin@midna:~/wine-git$ cat foo.sh #!/bin/bash set -x rm -rf $HOME/.wine ./configure --without-mpg123 --disable-tests || exit 125 make -j4 || exit 125 WINE=/home/austin/wine-git/wine winetricks -q -v vc2005express
then use: $ git bisect start HEAD wine-1.1.20 $ git bisect run ./foo.sh
http://bugs.winehq.org/show_bug.cgi?id=21010
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2009-12-14 02:43:16 --- The patch is correct, as shown by the test. Bug 6930 explains the real problem.
*** This bug has been marked as a duplicate of bug 6930 ***
http://bugs.winehq.org/show_bug.cgi?id=21010
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2009-12-14 02:48:47 --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=21010
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20110608232332/https://dow | |nload.microsoft.com/downloa | |d/A/9/1/A91D6B2B-A798-47DF- | |9C7E-A97854B7DD18/VC.iso Regression SHA1| |bd4bc161475f600612fad898f09 | |825d74d6368a9 CC| |focht@gmx.net
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
MS Visual C++ Express 2005 (offline)
https://web.archive.org/web/20110608232332/https://download.microsoft.com/do...
$ sha1sum VC.iso 1ae44e4eaf8c61c3a39e573fd6efd9889e940529 VC.iso
$ du -sh VC.iso 463M VC.iso
Regards