https://bugs.winehq.org/show_bug.cgi?id=40460
--- Comment #9 from Austin English austinenglish@gmail.com --- (In reply to Sebastian Lackner from comment #8)
(In reply to Austin English from comment #7)
That wasn't enough for me, I also tried it after both w_call dotnet20 and the dotnet20sp2 installer, but that only works sometimes.
Hm, here it works pretty reliable. I'll see if I can reproduce the issue when I run the testcase in a loop. ;)
BTW: At some places winetricks uses $DRIVE_C which looks like an undefined variable to me.
It's set in winetricks_set_wineprefix(), which is called from w_do_call().
I only see W_DRIVE_C there, but not DRIVE_C (unless some weird eval magic is involved to set it).
Thanks for pointing that out. It's fixed here: https://github.com/Winetricks/winetricks/commit/cb6f280f5a4287dbaba0317440f8...
but even with that and: diff --git a/src/winetricks b/src/winetricks index c547350..f933a16 100755 --- a/src/winetricks +++ b/src/winetricks @@ -5916,12 +5916,14 @@ load_dotnet20sp2() w_call remove_mono
w_call dotnet20 + $WINESERVER -w
# FIXME: verify on pristine Windows XP: if w_workaround_wine_bug 34803 then "$WINE" reg delete 'HKLM\Software\Microsoft.NETFramework\v2.0.50727\SBSDisabled' /f fi + $WINESERVER -w
cd "$W_CACHE/$W_PACKAGE" w_ahk_do "
I still get: err:msi:ITERATE_Actions Execution halted, action L"DD_CA_ScheduleNgenServiceVersionCheck_X86.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
in wine-1.9.18.