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的热补丁的更多相关文章

  1. 【腾讯Bugly干货分享】微信热补丁Tinker的实践演进之路

    本文来自于腾讯bugly开发者社区,非经作者同意,请勿转载,原文地址:http://dev.qq.com/topic/57ad7a70eaed47bb2699e68e Dev Club 是一个交流移动 ...

  2. 【腾讯bugly干货分享】微信Android热补丁实践演进之路

    本文来自于腾讯bugly开发者社区,非经作者同意,请勿转载,原文地址:http://bugly.qq.com/bbs/forum.php?mod=viewthread&tid=1264& ...

  3. iOS 利用JSPatch 添加热补丁功能

    ios 由于苹果的审核政策,一旦上线后发现bug是件让人崩溃的事情 不过可以利用oc的runtime机制可以家用JSPatch动态的为工程打热补丁 下载地址:https://github.com/ag ...

  4. linux下实现在程序运行时的函数替换(热补丁)

    声明:以下的代码成果,是参考了网上的injso技术,在本文的最后会给出地址,同时非常感谢injso技术原作者的分享. 但是injso文章中的代码存在一些问题,所以后面出现的代码是经过作者修改和检测的. ...

  5. 【腾讯Bugly干货分享】QFix探索之路—手Q热补丁轻量级方案

    本文来自于腾讯bugly开发者社区,非经作者同意,请勿转载,原文地址:http://dev.qq.com/topic/57ff5832bb8fec206ce2185d 导语 QFix 是手Q团队近期推 ...

  6. 阿里资深工程师分享支付宝热补丁技术—— AndFix原理

    本文由嵌入式企鹅圈原创团队成员.阿里资深工程师Hao分享. 上次我们介绍了用dexposed方案实施热补丁的原理,它本质上就是hook要修改的函数,这样一来在正式版本发布时就不能直接拿热补丁的代码集成 ...

  7. Android 热补丁和热修复

    参考: 各大热补丁方案分析和比较 Android App 线上热修复方案 1. Xposed Github地址:https://github.com/rovo89/Xposed 项目描述:Xposed ...

  8. Android 热补丁动态修复框架小结

    一.概述 最新github上开源了很多热补丁动态修复框架,大致有: https://github.com/dodola/HotFix https://github.com/jasonross/Nuwa ...

  9. 安卓App热补丁动态修复技术介绍

    版权声明:本文由johncz原创文章,转载请注明出处: 文章原文链接:https://www.qcloud.com/community/article/169 来源:腾云阁 https://www.q ...

随机推荐

  1. Java中的this关键字老生常谈

    一.this的由来  this关键字就是获得调用当前方法对象的引用. 二.注意点 this关键字只能出现在方法内部,完成对调用该方法的对象的引用. 三.this关键字的三个用处 1.最主要的用处: 获 ...

  2. get新技能:上传了 flv 或 MP4 文件到服务器,可访问总是出现 “无法找到该页”的 404 错误

    为什么我上传了 flv 或 MP4 文件到服务器,可访问总是出现 “无法找到该页”的 404 错误 为什么我上传了 flv 或 MP4 文件到服务器,可输入正确地址通过协议来访问总是出现 “无法找到该 ...

  3. kmp--看毛片算法

    string str; int next[N];// 核♥: next[k] 字符串前(k-1)个元素有next[k]个相等前后缀 // 初始化 next[0]=-1; next[1]=0; void ...

  4. 如何运行简单的scrapy

    1.建scrapy工程 scrapy startproject python123demo 2.在工程中写一个爬虫文件 cd python123demo scrapy genspider demo p ...

  5. this语句的知识点第五点

    对不起大家久等了 最后一点 第五点 给元素中的某一个事件绑定方法,当事件触发时,执行绑定的方法,方法中的this指向当前元素. funciton fn(){ console.log(this) } d ...

  6. (3)HTML常用标签 + 快捷字符

    1.<meta charset="UTF-8">  #定义字符编码 2.<!doctype + 类型> #规定文档类型 3.<!-- 注释 --> ...

  7. YIT-CTF—Web

    一:背后 打开传送门——>查看网页源代码——>1b0679be72ad976ad5d491ad57a5eec0——>用MD5解密 二:一种编码 [][(![]+[])[+[]]+([ ...

  8. myeclipse从svn导入文件报错:

    Access restriction:The type JPEGCodec is not accessible due to restriction on required library C:\Pr ...

  9. Spring源码学习(总)

    前文: ------------------------------------------------------------------------------------------------ ...

  10. tomcat 9.0中,用cookie进行会话时出现的不合法字符问题

    https://blog.csdn.net/KooKing_L/article/details/77435717 An invalid character [32] was present in th ...