Продолжительные эксперементы с установкой и переустановкой разных версий .Net так и не дали никакого результата.
Если верить логу, то установка по прежнему спотыкается на строчке
Цитата:
AOS.4: mofcomp "C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof"
При попытке выполнить эту команду из командной строки получил следующий результат:
Цитата:
Microsoft Windows [Version 6.1.7600]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.
C:\Users\rsid.DOMN>mofcomp "C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof"
Microsoft (R) MOF Compiler Version 6.1.7600.16385
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while processing item 1 defined on lines 29 - 31 in file C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof:
Error Number: 0x80041003, Facility: WMI
Description: Access denied
Compiler returned error 0x80041003
Но если команндную строку запустить от имени администратора, то результат получается другой:
Цитата:
Microsoft Windows [Version 6.1.7600]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.
C:\Windows\system32>mofcomp "C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof"
Microsoft (R) MOF Compiler Version 6.1.7600.16385
Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
Parsing MOF file: C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof
MOF file has been successfully parsed
Storing data in the repository...
WARNING: File C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Done!
Учетная запись rsid.DOMN включена в группу локальных администраторов.
Возможно для локальной установки нужны права администратора домена? Или быть может это проделки UAC?