作者MixCopy (Mix&Copy)
看板Digital_Art
标题Re: [综合] Autocad 下载问题
时间Tue Sep 15 12:58:08 2015
http://tinyurl.com/o6fxy2y
https://social.technet.microsoft.com/Forums/en-US/eac8a204-5d26-44bb-9970-75863ef66cdd/autocad-2015-cant-install-because-it-doesnt-see-net-45?forum=WinPreview2014Setup
根据国外讨论串
这个问题在於win10搭载.net 4.6
This is a problem in the installation package.
The Autodesk in some .msi checks the "build" for the Framework, and in other "version".
Problem checking ?version? that is a string. And if you want to check option starts with "4.5".
(DOTNET_INSTALLED = "# 1" AND DOTNET4_VERSION << "4.5") OR ACAD_SECONDARY_INSTALL = 1 OR ACAD_CHECK_DOTNET = 0.
if you have version 4.6 Framevork - you need to change the value of the "version" in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client" - 4.5.
after installation Autodesk - to return the previous value
执行登录档编辑程式去修改版本显示4.6改成4.5应该就可以了
参考看看
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 223.142.66.154
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Digital_Art/M.1442293091.A.228.html
1F:推 primosho: 谢谢你 我这就试试看 09/15 15:11