draftsight的热补丁
http://www.piaodown.com/soft/134200.htm
DraftSight HotFix 2017R3热修复补丁下载。DraftSight,一个非常好用的2D制图软件,由开发商3DS公司(达索系统集团)推出。通过本软件,用户可以轻松创建、编辑和查看DWG文件。
- DraftSight HotFix 2017R3热修复补丁说明:
这是一个非常关键的热修复补丁。2012 至 2017 期间下载 DraftSight 的所有客户 必须安装此热修复补丁,以避免从 2017 年 3 月 1 日开始出现使用中断。
据说draftsight2015以上已经不支持XP和vista。
https://www.3ds.com/fileadmin/PRODUCTS-SERVICES/DRAFTSIGHT/PDF/Readme_Critical_Hotfix_Feb2017_v4.pdf
Dear DraftSight Users,
It has come to the attention of the DraftSight team that, due to an expired certificate, Windows* 32
& 64-bit versions of DraftSight released from 2012 to 2017 will not launch and/or will stop running
as of March 1, 2017. However, we are making available a critical hotfix to resolve this issue before
that date.
To avoid usage interruption, please make sure to immediately download and install this critical
hotfix, which can be found on the main product download page (https://www.3ds.com/productsservices/draftsight-cad-software/free-download)
The affected releases are as follows:
Version (Windows 32 & 64 bit) Release Date
DraftSight 2017 SP0 November 2016
DraftSight 2016 SP2 July 2016
DraftSight 2016 SP1 April 2016
DraftSight 2016 SP0 February 2016
DraftSight 2015 SP3 June 2015
DraftSight 2015 SP2 April 2015
DraftSight 2015 SP1 February 2015
DraftSight 2015 SP0 October 2014
DraftSight V1R5.2 July 2014
DraftSight V1R5.1 April 2014
DraftSight V1R5.0 January 2014
DraftSight V1R4.0 October 2013
DraftSight V1R3.2 July 2013
DraftSight V1R3.1 January 2013
DraftSight V1R3.0 November 2012
We apologize for any inconvenience and continue to be fully committed to providing the highest
quality of software solutions for our growing community of DraftSight users.
Thank you,
The DraftSight Team
*Note: Mac and Linux versions of DraftSight (Free and Beta only) do not require this hotfix as they are not affected by the
expired certificate.
https://www.3ds.com/products-services/draftsight-cad-software/free-download/
DraftSight Offers Services for Every Kind of User.
For users who want to get the most out of DraftSight, services are available for commercial, education, and individual users. For details on each service or to purchase support today, please visit the DraftSight Services page.
See the End User License Agreement.
DraftSight uninstallation instructions.
Click here to read the DraftSight 2017 SP1 System Requirements.
*Standalone license. Activation required.
Windows Users: DraftSight 2017 is unsupported on Windows XP and Vista. Please make sure to select the correct version for your operating system, as 32bit will not install on 64bit machines, and vice versa. If you aren't sure whether you are running 32bit or 64bit, or you received an error while installing for Windows,click here to view our support post in the DraftSight community.
Mac Users: DraftSight is unsupported on Mac 32bit machines.
Linux Users: DraftSight is unsupported on Linux 32bit machines.
Method #1 => Critical Hotfix .exe Installation Instructions
1. Save your work and close the DraftSight application.
2. Double-click on the hotfix file “DraftSight_HotFix_2017R.exe”. The WinZip Self-Extractor
appears on the screen.
3. Click Unzip, then click OK in the confirmation box.
4. Click Yes to continue installation.
5. Click OK to complete installation.
6. It is recommended to reboot the system after installing the hotfix.
Method #2 => Multi-Machine Silent Install Option
(Note: step #2 can be scripted by the local IT team as needed)
1. After extracting the HotFix contents,
2. run from an administrative command prompt:
<extracted folder>\hotfix.exe /s /k
Method #3 => Windows XP for Manual Replacement of the DDKERNEL.dll File Instructions
1. Make sure you have downloaded the newest version of the hotfix. The file name is
DraftSight_HotFix_2017R3.exe.
2. Start > Control Panel > Add or Remove Programs.
3. Wait for you list of programs to load, select DraftSight, and click on 'Click here for support
information'.
4. A Support Info dialog will display and indicate a product version number.
Remember or copy your version number.
5. Open Windows Explorer, after extracting the HotFix contents navigate to
C:\swdist\DraftSightHotfix.
6. There are three files in this folder: a folder named Files, hotfix.exe, and hotfix.ini. Right click
on hotfix.ini and choose Open with...
7. In the Open With dialog, choose Notepad and click OK.
The hotfix.ini file opens in Notepad.
8. In Notepad, go to Edit > Find..., enter your version number from step 4, and click on Find
Next.
9. Your version number should highlight. Look a line or two above that selection to identify the
release name. Remember or copy your release name.
(For this step, it does not matter if the x64 or the x86 release is found.)
10. Go back to Windows Explorer and navigate to C:\swdist\DraftSightHotfix\Files folder.
Note: There are 30 folders in this location.
11. Find the x86 folder that matches with the release name from step 9 and open that folder.
12. Copy the DDKERNEL.dll file that is in this folder.
13. Open a new Windows Explorer window and navigate to C:\Program Files\Dassault
Systemes\DraftSight\bin (or your custom location if you chose a different location during
installation).
14. Paste the DDKERNEL.dll file from step 11 and replace the existing version of that file.
DraftSight should now startup correctly.
draftsight的热补丁的更多相关文章
- 【腾讯Bugly干货分享】微信热补丁Tinker的实践演进之路
本文来自于腾讯bugly开发者社区,非经作者同意,请勿转载,原文地址:http://dev.qq.com/topic/57ad7a70eaed47bb2699e68e Dev Club 是一个交流移动 ...
- 【腾讯bugly干货分享】微信Android热补丁实践演进之路
本文来自于腾讯bugly开发者社区,非经作者同意,请勿转载,原文地址:http://bugly.qq.com/bbs/forum.php?mod=viewthread&tid=1264& ...
- iOS 利用JSPatch 添加热补丁功能
ios 由于苹果的审核政策,一旦上线后发现bug是件让人崩溃的事情 不过可以利用oc的runtime机制可以家用JSPatch动态的为工程打热补丁 下载地址:https://github.com/ag ...
- linux下实现在程序运行时的函数替换(热补丁)
声明:以下的代码成果,是参考了网上的injso技术,在本文的最后会给出地址,同时非常感谢injso技术原作者的分享. 但是injso文章中的代码存在一些问题,所以后面出现的代码是经过作者修改和检测的. ...
- 【腾讯Bugly干货分享】QFix探索之路—手Q热补丁轻量级方案
本文来自于腾讯bugly开发者社区,非经作者同意,请勿转载,原文地址:http://dev.qq.com/topic/57ff5832bb8fec206ce2185d 导语 QFix 是手Q团队近期推 ...
- 阿里资深工程师分享支付宝热补丁技术—— AndFix原理
本文由嵌入式企鹅圈原创团队成员.阿里资深工程师Hao分享. 上次我们介绍了用dexposed方案实施热补丁的原理,它本质上就是hook要修改的函数,这样一来在正式版本发布时就不能直接拿热补丁的代码集成 ...
- Android 热补丁和热修复
参考: 各大热补丁方案分析和比较 Android App 线上热修复方案 1. Xposed Github地址:https://github.com/rovo89/Xposed 项目描述:Xposed ...
- Android 热补丁动态修复框架小结
一.概述 最新github上开源了很多热补丁动态修复框架,大致有: https://github.com/dodola/HotFix https://github.com/jasonross/Nuwa ...
- 安卓App热补丁动态修复技术介绍
版权声明:本文由johncz原创文章,转载请注明出处: 文章原文链接:https://www.qcloud.com/community/article/169 来源:腾云阁 https://www.q ...
随机推荐
- 阿里云ECS服务器购买流程 (自定义配置购买、按月、按量购买)教程
阿里ECS云服务器自定义购买流程 本文提供全图文流程,中文翻译. Chinar 坚持将简单的生活方式,带给世人!(拥有更好的阅读体验 -- 高分辨率用户请根据需求调整网页缩放比例) Chinar -- ...
- 极大极小搜索思想+(α/β)减枝 【转自-----https://blog.csdn.net/hzk_cpp/article/details/79275772】
极大极小搜索,即minimax搜索算法,专门用来做博弈论的问题的暴力. 多被称为对抗搜索算法. 这个搜索算法的基本思想就是分两层,一层是先手,记为a,还有一层是后手,记为b. 这个搜索是认为这a与b的 ...
- 限定某个目录禁止解析php 、限制user_agent 、php的配制文件、PHP的动态扩展模块
1. 限定某个目录禁止解析php(有些目录用户可以上传文件或图片,可能会被恶意者上传其它文件):编辑:/usr/local/apache2.4/conf/extra/httpd-vhosts.conf ...
- difference among String,StringBuilder,StringBuffer
difference among String,StringBuilder,StringBuffer String常用构造函数 String(byte[] bytes) String(byte[] b ...
- CentOS7.0防火墙以及开关机命令
CentOS 7.0默认使用的是firewall作为防火墙 查看防火墙状态firewall-cmd --state 停止firewallsystemctl stop firewalld.service ...
- mysql 服务器启用event_scheduler
https://blog.csdn.net/yangzefei1991/article/details/51800867 首先在sql中查询计划事件的状态:SHOW VARIABLES LIKE 'e ...
- 使用python requests模块搭建http load压测环境
网上开源的压力测试工具超级的多,但是总有一些功能不是很符合自己预期的,于是自己动手搭建了一个简单的http load的压测环境 1.首先从最简单的http环境着手,当你在浏览器上输入了http://w ...
- 【mybatis源码学习】mybtias一级,二级缓存
转载:https://www.cnblogs.com/ysocean/p/7342498.html mybatis 为我们提供了一级缓存和二级缓存,可以通过下图来理解: ①.一级缓存是SqlSessi ...
- doubleclick protobuf file load to project
1,download protobuf file to local wget https://developers.google.com/ad-exchange/rtb/downloads/openr ...
- VM安装系统时提示硬件不支持(unsupported hardware detected)
修改一下虚拟机配置,把CD/DVD中使用的autoinst.iso替换成需要安装的系统镜像文件 然而,后面发现还是会报这个错,不过,却可以正常安装下去.但是如果不修改这里的话,安装系统时会出错