I’m trying to install dotnet4.5 using winetricks on Ubuntu12.04 64bit. It keeps on giving me «Mono does not appear to be installed » error though i have mono installed . I ran these two commands to get mono and mono-complete
sudo apt-get install mono
sudo apt-get install mono-complete
wine version i am using is Wine 1.6. I have already Tried reinstalling wine . Its not just dotnet4.5 but all the versions of dotnet give me the same error .
asked Jul 4, 2015 at 0:47
![]()
http://dl.winehq.org/wine/wine-mono
d/l the latest version and place the .msi into /usr/share/wine/mono
then continue with installation of dotnet45
answered Dec 13, 2016 at 13:32
DemonDemon
8081 gold badge10 silver badges11 bronze badges
Do the below to install wine-mono.
- Download wine-mono.msi from the official winehq site.
- Type
wine64 uninstaller. - Press install from the uninstaller GUI and select the downloaded
.msipackage. - Done!
frogatto
9041 gold badge11 silver badges31 bronze badges
answered Jan 4, 2018 at 12:18
![]()
PSNPSN
8369 silver badges5 bronze badges
I believe that you don’t need Mono. The WineHQ wiki page for Mono says:
The Mono package should always be removed before installing native
.NET. This can be done with the following command-line:$ wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}'
That page also explains the installation of Mono for Wine.
Eliah Kagan
115k52 gold badges310 silver badges482 bronze badges
answered Sep 16, 2017 at 12:13
I just tried to install dotnet462 using winetricks, which shows a prompt «»Mono does not appear to be installed» three times (and then it breaks because my wine version is incompatible with dotnet45).
This message is quite confusing. I interpreted this as «You need to install mono before installilng dotnet462», which seemed weird but not entirely implausible. However, after reading the code I found that dotnet462 actually tries to uninstall mono using the remove_mono verb, and that is telling me it cannot uninstall mono because it is not installed.
It is extra confusing because dotnet462 depends on dotnet461, dotnet46, dotnet45 and dotnet40, and each of these show the same confusing prompt.
To prevent this confusion, I can imagine that dotnet462 (and others that call remove_mono) could skip the call if mono is not installed, or maybe they can pass a parameter so remove_mono will silently return if not installed, or maybe just changing the message to «Cannot remove mono: it does not appear to be installed» (which is not ideal, but should at least be a lot less confusing)?
В общем, используя winetricks понавыдавал мне кучу ошибок:
1) Вы используете 64-битный WINEPREFIX. Важно: многие ветки устанавливают только 32-битные версии пакетов. Если у вас возникли проблемы, пожалуйста, проверьте еще раз на чистом 32-битном WINEPREFIX до отправки отчета об ошибке.
2) Данный пакет может работать не полностью в 64-битном окружении. 32-битные префиксы могут работать лучше.
3) dotnet40 does not yet fully work or install on wine. Caveat emptor.
При этом ещё и моно не установлен. Что это, я не знаю, но на сайте winehq их 150 штук, Мне их все установить?
В терминале выдаёт:
1) warning: Вы используете 64-битный WINEPREFIX. Важно: многие ветки устанавливают только 32-битные версии пакетов. Если у вас возникли проблемы, пожалуйста, проверьте еще раз на чистом 32-битном WINEPREFIX до отправки отчета об ошибке.
2) warning: Данный пакет может работать не полностью в 64-битном окружении. 32-битные префиксы могут работать лучше.
При этом
в терминале применялось.
После этого всего начинается установка net framework начиная с 4.0. Но я во избежании дальнейших проблем её отменяю.
Использую стабильную версию wine-6.0.2.
Надо, чтобы заработала небольшая программа, которая имеется только для винды.
Помогите пожалуйста разобраться.
Решение rogoznik » 16 ноя 2021, 17:49
StasSt писал(а): ↑
16 ноя 2021, 17:37
export WINEARCH=win32
Это не поможет в том контексте, в котором ты пытаешься делать.
Начни с начала.
1. Удалить каталог .wine(находится в домашнем каталоге)
2. В терминале выполнить
Будет создан 32-битный префикс в каталоге .wine
3. Дальше можешь использовать winetriks
Перейти к ответу ➙
Hi! I’m having some issues with .NET 4.6.2…
Running Gentoo I have tried with both vanilla 6.2 and staging 6.2 to install .NET 4.6.2 using winetricks (also latest version, updated using the self updater):
Code: Select all
sleepy@magi ~/.wine/drive_c/koikatu/game/[UTILITY] KKManager $ winetricks -q dotnet462 --force
Executing mkdir -p /home/sleepy
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20210206-next - sha256sum: 83e837aad3447b9387b6ebf3d1734585ae6ffc35f9ab8298d01af4f2f473a6db with wine-6.2 and WINEARCH=win64
Executing w_do_call dotnet462
Executing mkdir -p /home/sleepy
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_dotnet462
------------------------------------------------------
warning: This package (dotnet462) may not fully work on a 64-bit installation. 32-bit prefixes may work better.
------------------------------------------------------
Executing w_do_call remove_mono
Executing mkdir -p /home/sleepy
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_remove_mono
------------------------------------------------------
warning: Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call dotnet461
Executing mkdir -p /home/sleepy
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_dotnet461
------------------------------------------------------
warning: This package (dotnet461) may not fully work on a 64-bit installation. 32-bit prefixes may work better.
------------------------------------------------------
Executing w_do_call remove_mono
Executing mkdir -p /home/sleepy
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_remove_mono
------------------------------------------------------
warning: Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call dotnet46
Executing mkdir -p /home/sleepy
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_dotnet46
------------------------------------------------------
warning: This package (dotnet46) may not fully work on a 64-bit installation. 32-bit prefixes may work better.
------------------------------------------------------
Executing w_do_call remove_mono
Executing mkdir -p /home/sleepy
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_remove_mono
------------------------------------------------------
warning: Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call dotnet45
Executing mkdir -p /home/sleepy
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_dotnet45
------------------------------------------------------
warning: This package (dotnet45) is broken in wine-6.2. Broken since 5.18. See https://bugs.winehq.org/show_bug.cgi?id=49897 for more info. Use --force to try anyway.
------------------------------------------------------
Executing the game (wine game.exe) gives me this error:
Code: Select all
002c:err:winediag:WS_getaddrinfo Failed to resolve your host name IP
0024:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.2" not implemented
0024:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.2" not implemented
0024:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed
Full WINEDEBUG=warn+all output: https://pastebin.com/VxG3fsVc
Package info (USE/versions):
Code: Select all
wine-vanilla 6.2(6.2)^t(09:25:04 PM 02/17/2021)(X alsa cups faudio fontconfig gecko jpeg lcms mono mp3 nls opengl perl png pulseaudio realtime run-exes sdl ssl threads truetype udev udisks unwind usb vulkan xcomposite xinerama xml -capi -custom-cflags -dos -gphoto2 -gsm -gssapi -gstreamer -kerberos -ldap -mingw -netapi -odbc -openal -opencl -osmesa -oss -pcap -prelink -samba -scanner -selinux -test -v4l -vkd3d ABI_MIPS="-n32 -n64 -o32" ABI_S390="-32 -64" ABI_X86="32 64 -x32" ELIBC="glibc" KERNEL="-FreeBSD"
Code: Select all
wine-staging 6.2(6.2)^t(09:52:05 PM 02/17/2021)(X alsa cups faudio fontconfig gcrypt gecko jpeg lcms mono mp3 nls opengl perl png pulseaudio realtime run-exes sdl ssl staging threads truetype udev udisks unwind usb vaapi vkd3d vulkan xcomposite xinerama xml -capi -custom-cflags -dos -gphoto2 -gsm -gssapi -gstreamer -kerberos -ldap -mingw -netapi -odbc -openal -opencl -osmesa -oss -pcap -pipelight -prelink -samba -scanner -selinux -test -themes -v4l ABI_MIPS="-n32 -n64 -o32" ABI_S390="-32 -64" ABI_X86="32 64 -x32" ELIBC="glibc" KERNEL="-FreeBSD")
I am not really sure what’s going on here, if anyone could help out it would be appreciated.
- Печать
Страницы: [1] Вниз
Тема: Служба установщика модулей windows в wine (Прочитано 10989 раз)
0 Пользователей и 1 Гость просматривают эту тему.

firststart
Пытался установить Microsoft .NET Framework 4.5.2 с помощью wine, но получил сообщение, как на картинке… Подскажите, пожалуйста, как сделать доступной эту службу?
Dzhoser
sudo apt install winetricks
winetricks dotnet45

firststart
winetricks dotnet45
Куча ругани:
Dzhoser
sudo apt update
sudo apt upgrade -y
sudo apt install mono-complete
winecfgтам в настройках ставим Windows 7 по умолчанию

svtv1
Да и ещё это можно попробовать 
«Если достаточно долго сидеть возле реки — мимо проплывет труп твоего врага»

firststart
Dzhoser
firststart, выложите выхлоп
wine --version
arch
uname -a

zg_nico
но получил сообщение, как на картинке…
я извиняюсь за глупый вопрос, но если в том самом сообщении нажать «Продолжить» — установка происходит, или установщик сразу завершает работу, ничего не предпринимая?
Thunderobot G150-D2: Intel SkyLake Core i7-6700HQ 2.60GHz, 8Gb DDR4 2133 MHz, Intel HD530, NVidia GeForce GTX 960M 2Gb. Ubuntu 16.04 64x [Unity], KUbuntu 18.04 64x.

bezbo
32-битные префиксы могут работать лучше
WINEARCH=win32 WINEPREFIX=~/.wine winecfg

firststart
Код: [Выделить]
wine —version
wine-2.21 (Staging)
Код: [Выделить]
arch
x86_64
Код: [Выделить]
uname -a
Linux maxim-GA-890FXA-UD5 4.13.0-26-generic #29~16.04.2-Ubuntu SMP Tue Jan 9 22:00:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Пользователь добавил сообщение 17 Февраля 2018, 13:26:05:
я извиняюсь за глупый вопрос, но если в том самом сообщении нажать «Продолжить» — установка происходит, или установщик сразу завершает работу, ничего не предпринимая?
Вы знаете,… за ночь произошли чудеса…. и все установилось теперь…. До сего момента шла бесконечная установка, а сегодня все само собой установилось…. Во дела…
Пользователь добавил сообщение 17 Февраля 2018, 13:29:03:
Не знаю, что произошло….. может перезагрузка помогла…. Но все заработало… Установил Sketchup. Все отлично!
« Последнее редактирование: 17 Февраля 2018, 13:29:03 от firststart »

zg_nico
До сего момента шла бесконечная установка, а сегодня все само собой установилось
сколь я помню эту .NET, с ней всегда на wine были какие-нибудь проблемы. Winetricks даже предупреждение соответствующее выдает (ну раньше точно выдавал) при попытке установки одной из версий .NET (что-то про то, что даже на мощных машинах занимать установка может очень длительное время, и прогресс при этом не отображается) — та .NET куда-то в трей уваливалась при установке, чего не всякое DE нормально умеет показать.
И нет, — дело не в перезагрузке. WINE она для работы не нужна.
Thunderobot G150-D2: Intel SkyLake Core i7-6700HQ 2.60GHz, 8Gb DDR4 2133 MHz, Intel HD530, NVidia GeForce GTX 960M 2Gb. Ubuntu 16.04 64x [Unity], KUbuntu 18.04 64x.

odinokiyklaus
Net 4.0 работает только под 32-битную систему. Под 64-битную даже не пытайтесь. Поэтому WINEARCH=win32 — наше всё!
Лучше заранее забить её в ваш .bashrc
echo «export WINEARCH=win32» >> $HOME/.bashrc
- Печать
Страницы: [1] Вверх
|
# |
|
|
Темы: 6 Сообщения: 22 Участник с: 06 апреля 2013 |
Стоит archlinux 4.10.11-1 x86_64. Поставил Wine, winetricks. Ввожу команду для установки .net45: WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet45 Но на этапе установки .net20SP1 застревает:
И дальше ничего. Как исправить? Спасибо! |
|
zotkindm |
# (отредактировано 5 лет, 9 месяцев назад) |
|
Темы: 70 Сообщения: 568 Участник с: 21 мая 2014 |
Может стоит прислушаться к совету? |
|
Linux92 |
# (отредактировано 5 лет, 9 месяцев назад) |
|
Темы: 6 Сообщения: 22 Участник с: 06 апреля 2013 |
А что именно нужно сделать? |
|
pztrn |
# |
|
Темы: 23 Сообщения: 1436 Участник с: 20 сентября 2009 |
Это он уже выставляет. По сабжу — попробуй поставить последовательно все версии дотнета в порядке увеличения. В этом случае может прокатить. Как минимум для 3.5 так и работает :). |
|
frankyboy |
# |
|
Темы: 15 Сообщения: 325 Участник с: 05 декабря 2012 |
попробовать с —force |
|
safocl |
# |
|
Темы: 121 Сообщения: 1570 Участник с: 08 октября 2015 |
вообще советую скачать winetricks с гита… и пользоваться именно им с ним ставил неделю назад все установилось, а со стандартным не хатело |
This is a topic I opened on the general board bu now realize I should have posted it here since I am running LMDE 3.
Prior to installing a Windows application (Scrivener) under Wine, I issued the
winetricks dotnet45
winetricks dotnet46
commands.
Upon issuing those commands, however, they started w/ the following message:
«——————————————————
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
——————————————————
Using winetricks 20170101 — sha1sum: c844fda0cca25ac9ed0ed1b55cd138cab6a4af16 with wine-1.8.7 (Debian 1.8.7-2) and WINEARCH=win64
Executing w_do_call dotnet45
Executing load_dotnet45
——————————————————
This package may not work on a 64-bit installation
——————————————————«
(I note that the Winetricks version I have is c. 2017 but am hesitant to try an update as it might not be compatable w/ Debian.)
The Scrivener application opens but I can’t register it due to a .NET framework problem. The error message is attached.
If neither 4.5 or 4.6 is installed correctly, could this be the problem? Any suggestions? (I remain a novice and am sure of the proper syntax for creating a 32-bit WINEPREFIX in the proper directory, if this is necessary.)
I have a topic opened at the Scrivener Forums and received the following advice:
«.NET 4.6.2 is the minimum version of .NET you need installed for the license manager code to work. You may want to update those. You may also need to ensure that it’s installing .NET to the correct WINE instance. it sounds like your WINE instance is a 64-bit instance, you may need to make sure that it’s correctly downloading and installing the 64-bit version of .NET to your instance. You should only need to install the latest — from 4.5 on the versions are cumulative.»
I’ve downloaded from the WineHQ site the newest .NET architecture files but I’m ignorant of how to extract them to the proper directory.
Any suggestions as to:
— the 32-bit WINEPREFIX and 64-bit WINEPREFIX issues, +
— updating .NET to the 4.6.2 level?
(I created the 64-bit WINEPREFIX to enable installation of Scrivener, but now that it is installed I suppose it can be safely replaced. However,I’m not sure of the process or syntax therefor.)
- Scrivener-Reg.png (11.49 KiB) Viewed 17531 times
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
I am in the process of switching from Windows to Linux, but I would like to be able to play all of my games that I play on Windows. My steam games work fine mostly using Proton, but I need wine for a specific game that will not work with Proton.
No matter which version of .NET I try to install, none of them work. I have the staging version of wine 6.13 and winetricks version 20210206-next.
✔ david@archlinux ~/Downloads
→ winetricks -q dotnet48 Executing mkdir -p /home/david
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20210206-next - sha256sum: d03b41c59a1f876fdc05efc12b8761b6575c6951733f192eb03c35af492d6956 with wine-6.13 (Staging) and WINEARCH=win64
Executing w_do_call dotnet48
Executing mkdir -p /home/david
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_dotnet48
------------------------------------------------------
warning: This package (dotnet48) may not fully work on a 64-bit installation. 32-bit prefixes may work better.
------------------------------------------------------
Executing mkdir -p /home/david/.cache/winetricks/dotnet48
Executing cd /home/david/.cache/winetricks/dotnet48
Downloading [url]https://download.visualstudio.microsoft.com/download/pr/7afca223-55d2-470a-8edc-6a1739ae3252/abd170b4b0ec15ad0222a809b761a036/ndp48-x86-x64-allos-enu.exe[/url] to /home/david/.cache/winetricks/dotnet48
--2021-07-27 14:56:49-- [url]https://download.visualstudio.microsoft.com/download/pr/7afca223-55d2-470a-8edc-6a1739ae3252/abd170b4b0ec15ad0222a809b761a036/ndp48-x86-x64-allos-enu.exe[/url]
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving download.visualstudio.microsoft.com (download.visualstudio.microsoft.com)... 2606:2800:133:f17:19e8:2356:251b:2a9, 68.232.34.200
Connecting to download.visualstudio.microsoft.com (download.visualstudio.microsoft.com)|2606:2800:133:f17:19e8:2356:251b:2a9|:443... failed: Connection timed out.
Connecting to download.visualstudio.microsoft.com (download.visualstudio.microsoft.com)|68.232.34.200|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 72721568 (69M) [application/octet-stream]
Saving to: 'ndp48-x86-x64-allos-enu.exe'
ndp48-x86-x64-allos-enu.exe 100%[==========================================>] 69.35M 4.20MB/s in 16s
2021-07-27 14:57:21 (4.27 MB/s) - 'ndp48-x86-x64-allos-enu.exe' saved [72721568/72721568]
Executing cd /home/david/Downloads
Executing w_do_call remove_mono
Executing mkdir -p /home/david
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_remove_mono
------------------------------------------------------
warning: Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call dotnet40
Executing mkdir -p /home/david
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_dotnet40
------------------------------------------------------
warning: This package (dotnet40) may not fully work on a 64-bit installation. 32-bit prefixes may work better.
------------------------------------------------------
------------------------------------------------------
warning: dotnet40 does not yet fully work or install on wine. Caveat emptor.
------------------------------------------------------
Executing mkdir -p /home/david/.cache/winetricks/dotnet40
Executing cd /home/david/.cache/winetricks/dotnet40
Downloading [url]https://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe[/url] to /home/david/.cache/winetricks/dotnet40
--2021-07-27 14:57:24-- [url]https://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe[/url]
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving download.microsoft.com (download.microsoft.com)... 2a02:26f0:5d00:3b7::e59, 2a02:26f0:5d00:38c::e59, 104.96.80.107
Connecting to download.microsoft.com (download.microsoft.com)|2a02:26f0:5d00:3b7::e59|:443... failed: No route to host.
Connecting to download.microsoft.com (download.microsoft.com)|2a02:26f0:5d00:38c::e59|:443... failed: No route to host.
Connecting to download.microsoft.com (download.microsoft.com)|104.96.80.107|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 50449456 (48M) [application/octet-stream]
Saving to: 'dotNetFx40_Full_x86_x64.exe'
dotNetFx40_Full_x86_x64.exe 100%[==========================================>] 48.11M 4.09MB/s in 11s
2021-07-27 14:57:41 (4.32 MB/s) - 'dotNetFx40_Full_x86_x64.exe' saved [50449456/50449456]
Executing cd /home/david/Downloads
Executing w_do_call remove_mono
Executing mkdir -p /home/david
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_remove_mono
------------------------------------------------------
warning: Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call winxp
Executing mkdir -p /home/david
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_winxp
Executing wine winecfg -v winxp64
------------------------------------------------------
warning: Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/david/.wine terminate
------------------------------------------------------
Executing cd /home/david/.cache/winetricks/dotnet40
Executing wine dotNetFx40_Full_x86_x64.exe /q /c:install.exe /q
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.13 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
010c:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
010c:fixme:clusapi:OpenCluster ((null)) stub!
010c:fixme:clusapi:ClusterOpenEnum (DEADBEEF, 4) stub!
010c:fixme:clusapi:ClusterEnum (DEADBEEF, 0, 0063F920, 006CDD48, 261) stub!
010c:fixme:clusapi:ClusterCloseEnum (DEADBEEF) stub!
010c:fixme:clusapi:CloseCluster (DEADBEEF) stub!
010c:fixme:advapi:DecryptFileW (L"I:\f919889cd857b3d5eef9\", 00000000): stub
Preparing: I:f919889cd857b3d5eef9netfx_Core_x64.msi...
Preparing: I:f919889cd857b3d5eef9netfx_Core_x86.msi...
Preparing: I:f919889cd857b3d5eef9netfx_Extended_x64.msi...
Preparing: I:f919889cd857b3d5eef9netfx_Extended_x86.msi...
Preparing: I:f919889cd857b3d5eef9RGB9RAST_x64.msi...
Preparing: I:f919889cd857b3d5eef9RGB9Rast_x86.msi...
Preparing: I:f919889cd857b3d5eef9header.bmp...
Preparing: I:f919889cd857b3d5eef9SplashScreen.bmp...
Preparing: I:f919889cd857b3d5eef9watermark.bmp...
Preparing: I:f919889cd857b3d5eef9DisplayIcon.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsPrint.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsRotate1.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsRotate2.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsRotate3.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsRotate4.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsRotate5.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsRotate6.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsRotate7.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsRotate8.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsSave.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsSetup.ico...
Preparing: I:f919889cd857b3d5eef9Graphicsstop.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsSysReqMet.ico...
Preparing: I:f919889cd857b3d5eef9GraphicsSysReqNotMet.ico...
Preparing: I:f919889cd857b3d5eef9Graphicswarn.ico...
Preparing: I:f919889cd857b3d5eef91033LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91042LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91041LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91037LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91025LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91035LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91030LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91044LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91043LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91040LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91029LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91031LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91036LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91032LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91038LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef92052LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91028LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef93076LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91055LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91053LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef93082LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef92070LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91046LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91049LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef91045LocalizedData.xml...
Preparing: I:f919889cd857b3d5eef9ClientParameterinfo.xml...
Preparing: I:f919889cd857b3d5eef9ExtendedParameterinfo.xml...
Preparing: I:f919889cd857b3d5eef9ParameterInfo.xml...
Preparing: I:f919889cd857b3d5eef9Strings.xml...
Preparing: I:f919889cd857b3d5eef9UiInfo.xml...
Preparing: I:f919889cd857b3d5eef9ClientUiInfo.xml...
Preparing: I:f919889cd857b3d5eef9ExtendedUiInfo.xml...
Preparing: I:f919889cd857b3d5eef9SetupUi.xsd...
Preparing: I:f919889cd857b3d5eef9DHtmlHeader.html...
Preparing: I:f919889cd857b3d5eef91033eula.rtf...
Preparing: I:f919889cd857b3d5eef91025eula.rtf...
Preparing: I:f919889cd857b3d5eef91028eula.rtf...
Preparing: I:f919889cd857b3d5eef91030eula.rtf...
Preparing: I:f919889cd857b3d5eef91031eula.rtf...
Preparing: I:f919889cd857b3d5eef91029eula.rtf...
Preparing: I:f919889cd857b3d5eef91036eula.rtf...
Preparing: I:f919889cd857b3d5eef91035eula.rtf...
Preparing: I:f919889cd857b3d5eef91032eula.rtf...
Preparing: I:f919889cd857b3d5eef91038eula.rtf...
Preparing: I:f919889cd857b3d5eef91037eula.rtf...
Preparing: I:f919889cd857b3d5eef91040eula.rtf...
Preparing: I:f919889cd857b3d5eef91041eula.rtf...
Preparing: I:f919889cd857b3d5eef91042eula.rtf...
Preparing: I:f919889cd857b3d5eef91044eula.rtf...
Preparing: I:f919889cd857b3d5eef91043eula.rtf...
Preparing: I:f919889cd857b3d5eef91046eula.rtf...
Preparing: I:f919889cd857b3d5eef91045eula.rtf...
Preparing: I:f919889cd857b3d5eef91055eula.rtf...
Preparing: I:f919889cd857b3d5eef91053eula.rtf...
Preparing: I:f919889cd857b3d5eef92052eula.rtf...
Preparing: I:f919889cd857b3d5eef91049eula.rtf...
Preparing: I:f919889cd857b3d5eef93082eula.rtf...
Preparing: I:f919889cd857b3d5eef92070eula.rtf...
Preparing: I:f919889cd857b3d5eef93076eula.rtf...
Preparing: I:f919889cd857b3d5eef9Setup.exe...
Preparing: I:f919889cd857b3d5eef9SetupUtility.exe...
Preparing: I:f919889cd857b3d5eef9SetupEngine.dll...
Preparing: I:f919889cd857b3d5eef91025SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91033SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91029SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91030SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91035SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91031SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91036SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91032SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91028SetupResources.dll...
Preparing: I:f919889cd857b3d5eef92052SetupResources.dll...
Preparing: I:f919889cd857b3d5eef93076SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91042SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91041SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91037SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91044SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91053SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91055SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91040SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91045SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91046SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91049SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91038SetupResources.dll...
Preparing: I:f919889cd857b3d5eef92070SetupResources.dll...
Preparing: I:f919889cd857b3d5eef93082SetupResources.dll...
Preparing: I:f919889cd857b3d5eef91043SetupResources.dll...
Preparing: I:f919889cd857b3d5eef9SetupUi.dll...
Preparing: I:f919889cd857b3d5eef9sqmapi.dll...
Preparing: I:f919889cd857b3d5eef9Windows6.0-KB956250-v6001-x64.msu...
Preparing: I:f919889cd857b3d5eef9Windows6.0-KB956250-v6001-x86.msu...
Preparing: I:f919889cd857b3d5eef9Windows6.1-KB958488-v6001-x64.msu...
Preparing: I:f919889cd857b3d5eef9Windows6.1-KB958488-v6001-x86.msu...
Preparing: I:f919889cd857b3d5eef9netfx_Core.mzz...
Preparing: I:f919889cd857b3d5eef9netfx_Extended.mzz...
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {e2821408-c59d-418f-ad3f-aa4e792aeb79}
0120:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
0120:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
0120:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0120:fixme:security:GetWindowsAccountDomainSid (0061F374 006E7164 0061F370): semi-stub
0120:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.25"
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.25"
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.25"
0124:fixme:file:NtLockFile I/O completion on lock not implemented yet
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.30"
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.25"
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0124:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.30"
013c:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0154:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0164:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
0128:fixme:imagehlp:BindImageEx Image modification is not implemented.
01b4:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5faa.tmp" (193)
01c4:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
01cc:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0144:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
01e4:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
021c:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0238:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0248:fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\windows\syswow64\unlodctr.exe /m:""", 0): stub
0250:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0260:fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\windows\syswow64\unlodctr.exe "ServiceModelEndpoint 4.0.0.0"", 0): stub
0268:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0278:fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\windows\syswow64\unlodctr.exe "ServiceModelOperation 4.0.0.0"", 0): stub
0280:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
0290:fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\windows\syswow64\unlodctr.exe "ServiceModelService 4.0.0.0"", 0): stub
0298:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
02a8:fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\windows\syswow64\unlodctr.exe "SMSvcHost 4.0.0.0"", 0): stub
02b0:err:msi:__wine_msi_call_dll_function failed to load dll L"C:\users\david\Temp\msi5857.tmp" (193)
02c0:fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\windows\syswow64\unlodctr.exe "MSDTC Bridge 4.0.0.0"", 0): stub
0128:err:msi:ready_media cabinet not found: L"I:\f919889cd857b3d5eef9\netfx_core.mzz"
0128:err:msi:ACTION_InstallFiles Failed to ready media for L"_001_dfshim_dll_amd64"
0128:err:msi:execute_script Execution of script 0 halted; action L"InstallFiles" returned 1603
0128:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
0128:err:msi:execute_script Execution of script 2 halted; action L"[SchedServiceConfig<=>S-1-5-21-0-0-0-1000<=>{F5B09CFD-F0B2-36AF-8DF4-1DF6B63FC7B4}]RollbackServiceConfig" returned 1603
0120:fixme:security:GetWindowsAccountDomainSid (0061F1C4 012EF994 0061F1C0): semi-stub
0120:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented
------------------------------------------------------
warning: Note: command wine dotNetFx40_Full_x86_x64.exe /q /c:install.exe /q returned status 67. Aborting.
------------------------------------------------------
✔ david@archlinux ~/Downloads
→ wine --version
wine-6.13 (Staging)
✔ david@archlinux ~/Downloads
→ winetricks --version
20210206-next - sha256sum: d03b41c59a1f876fdc05efc12b8761b6575c6951733f192eb03c35af492d6956
I have tried following this here https://appdb.winehq.org/objectManager. … 5478#notes, but it hasn’t worked.

