XE6 IntraWeb.v14.0.32安装及破解指南

本文提供了一系列步骤,指导用户如何下载、卸载、安装和破解IntraWeb软件的不同版本,包括具体的操作方法和注意事项。

XE6 IntraWeb.v14.0.32安装及破解指南

一、下载

    首先从这里下载14.0.32版本的IntraWeb:http://download.youkuaiyun.com/detail/u013544265/8024095

二、卸载旧版

    1. 我的Delphi版本是XE6,解压缩下载的程序,进入“IWBundledRemovalTool”文件夹,运行“IWBundledRemovalTool.exe”,卸载旧版。

    2. 运行Delphi,Component→Install Packages,删除IntraWeb14.0,退出Delphi。

三、安装新版

    1. 运行“iw14.0.32.exe”安装新版。安装过程中,会要求输入license,进入“Crack”文件夹,复制“License.txt”的内容粘贴就可以。

四、破解

    1. 复制“Crack”文件夹下的“IWLicenseKey.pas”至IntraWeb安装目录下"LibXE6W64"和"LibXE6W32"文件夹内并覆盖。(这里文件夹名字会因为Delphi版本不同而不同,下同)

    2. 复制"Crack\XE6\Win64"文件夹下的“IWKlooch.dcu”至IntraWeb安装目录下"LibXE6W64"文件夹内并覆盖。

    3. 复制"Crack\XE6"文件夹下的"Intraweb_14_DXE6.lib"至IntraWeb安装目录下"LibXE6W32"文件夹内并覆盖。

    4. 复制"Crack\XE6"文件夹下的"IWKlooch.dcu"至IntraWeb安装目录下"LibXE6W32"文件夹内并覆盖。

    5. 复制"Crack\XE6"文件夹下的"IWKlooch.obj"至IntraWeb安装目录下"LibXE6W32"文件夹内并覆盖。

    6. 复制"Crack\XE6"文件夹下的"Intraweb_14_DXE6.bpl"至我的文档内"\Embarcadero\Studio\14.0\Bpl"文件夹内。

    7. 删除"Embarcadero\Studio\14.0\bin\dclIntraWeb_140_200.bpl"文件。

大功告成!!

XE8下IntraWeb 14.0.40 破解版的正确安装方法

1.在官方网站下载移除旧版本的IWBundledRemovalTool.exe, 并解压移除旧版
http://downloads.atozed.com/intraweb/IWBundledRemovalTool.zip

2.运行"删除IntraWeb残存.bat", 以下为bat内容:
/////////////////////////////////////////////
@echo off
if %PROCESSOR_ARCHITECTURE%==x86 (set "var=C:\Program Files") else set "var=C:\Program Files (x86)"echo "bin目录为:"
echo %var%\Embarcadero\Studio\16.0\bin
del /s "%var%\Embarcadero\Studio\16.0\*Intraweb*.*"

echo

echo "正在删除注册表中IntraWeb残留......"

reg delete HKEY_CURRENT_USER\Software\Embarcadero\BDS\16.0\Known" "Packages\ /v $(BDS)\bin\dclIntraweb_140_220.bpl /f

pause
/////////////////////////////////////////////
或者手动:
a.去C:\Program Files (x86)\Embarcadero\Studio\16.0\bin下面搜索关键字IntraWeb,把IWBundledRemovalTool.exe没有删除干净的文件删除.
b.搜索注册表关键字IntraWeb,把搜索到的都删除.特别是要删除HKEY_CURRENT_USER\Software\Embarcadero\BDS\16.0\Known Packages\$(BDS)\bin\dclIntraweb_140_220.bpl,这样显得干净了,组件---->安装包里面就找不到IntraWeb的踪影了.

3.官方下载正版运行安装, 安装的时候记得把CrossTalk 1.0的勾去掉:
http://downloads.atozed.com/intraweb/iw14.0.40.exe

4.默认安装路径为: C:\Users\Administrator\AppData\Roaming\IntraWeb XIV
或自定义安装路径都可以, 例如自定义安装在C盘. C:\IntraWeb XIV

5.安装的过程中输入License.txt里面的key.

6.完成安装后分别复制“IWLicenseKey.pas”和“IWKlooch.dcu”到对应IntraWeb安装目录下的"LibXE8W32"和"LibXE8W64"文件夹内覆盖。32对应32, 64对应64.

7.把去除联网检查的dclIntraweb_14_DXE8.bpl放到相应的bin目录下去替换. 如: C:\Program Files (x86)\Embarcadero\Studio\16.0\bin

8.把Intraweb_14_DXE8.bpl放到C:\Windows\System32 (win7 64位则需放到C:\Windows\SysWOW64目录下替换)

其他版本IntraWeb 14.0.39, IntraWeb 14.0.38.......正确安装方法同上

 //------------------------------------------------------------------------

Delphi7下IntraWeb 11.0.63 破解版的正确安装方法

1.运行"删除旧版IntraWeb.bat", 以下为bat内容:
/////////////////////////////////////////////
@echo off
if %PROCESSOR_ARCHITECTURE%==x86 (set "var=C:\Program Files") else set "var=C:\Program Files (x86)"

echo "正在删除旧版IntraWeb文件......"
echo "Delphi7目录为:"
echo %var%\Borland\Delphi7\del /s "%var%\Borland\Delphi7\Lib\SWSystem.dcu
del /s "%var%\Borland\Delphi7\Lib\SWService.dcu
del /s "%var%\Borland\Delphi7\Lib\SWStrings.dcu
del /s "%var%\Borland\Delphi7\Lib\IWRegisterControl.dcr
del /s "%var%\Borland\Delphi7\Lib\IWRegisterApplication.dcr
del /s "%var%\Borland\Delphi7\Lib\IWMain.res
del /s "%var%\Borland\Delphi7\Lib\iwmain.dcu
del /s "%var%\Borland\Delphi7\Lib\IWInitISAPI.dcu
del /s "%var%\Borland\Delphi7\Lib\IWInitApacheTwo.dcu
del /s "%var%\Borland\Delphi7\Lib\IWInitApacheTwo.dcu
del /s "%var%\Borland\Delphi7\Lib\IWInitApache.dcu
del /s "%var%\Borland\Delphi7\Lib\IWInit.dcu
del /s "%var%\Borland\Delphi7\Lib\IWHTTPServer.dcu
del /s "%var%\Borland\Delphi7\Lib\InThreadSafe.dcu
del /s "%var%\Borland\Delphi7\Lib\InThread.dcu
del /s "%var%\Borland\Delphi7\Lib\InTCPStream.dcu
del /s "%var%\Borland\Delphi7\Lib\InTCPServer.dcu
del /s "%var%\Borland\Delphi7\Lib\InTCPConnection.dcu
del /s "%var%\Borland\Delphi7\Lib\InSync.dcu
del /s "%var%\Borland\Delphi7\Lib\InStrings.dcu
del /s "%var%\Borland\Delphi7\Lib\InStream.dcu
del /s "%var%\Borland\Delphi7\Lib\InStackWindows.dcu
del /s "%var%\Borland\Delphi7\Lib\InStackConsts.dcu
del /s "%var%\Borland\Delphi7\Lib\InStack.dcu
del /s "%var%\Borland\Delphi7\Lib\InSSLOpenSSLHeaders.dcu
del /s "%var%\Borland\Delphi7\Lib\InSSLOpenSSL.dcu
del /s "%var%\Borland\Delphi7\Lib\InSocks.dcu
del /s "%var%\Borland\Delphi7\Lib\InSocketHandle.dcu
del /s "%var%\Borland\Delphi7\Lib\InServerIOHandlerSocket.dcu
del /s "%var%\Borland\Delphi7\Lib\InServerIOHandler.dcu
del /s "%var%\Borland\Delphi7\Lib\InResourceStrings.dcu
del /s "%var%\Borland\Delphi7\Lib\InIOHandlerSocket.dcu
del /s "%var%\Borland\Delphi7\Lib\InIOHandler.dcu
del /s "%var%\Borland\Delphi7\Lib\InHTTPWebBrokerBridge.dcu
del /s "%var%\Borland\Delphi7\Lib\InHTTPHeaderInfo.dcu
del /s "%var%\Borland\Delphi7\Lib\InHeaderList.dcu
del /s "%var%\Borland\Delphi7\Lib\InGlobal.dcu
del /s "%var%\Borland\Delphi7\Lib\InException.dcu
del /s "%var%\Borland\Delphi7\Lib\InCustomHTTPServer.dcu
del /s "%var%\Borland\Delphi7\Lib\InCookie.dcu
del /s "%var%\Borland\Delphi7\Lib\InComponent.dcu
del /s "%var%\Borland\Delphi7\Lib\InCoderMIME.dcu
del /s "%var%\Borland\Delphi7\Lib\InCoder3to4.dcu
del /s "%var%\Borland\Delphi7\Lib\InCoder.dcu
del /s "%var%\Borland\Delphi7\Lib\InBaseComponent.dcu
del /s "%var%\Borland\Delphi7\Lib\InAuthentication.dcu
del /s "%var%\Borland\Delphi7\Lib\InAssignedNumbers.dcu
del /s "%var%\Borland\Delphi7\Lib\InAntiFreezeBase.dcu
del /s "%var%\Borland\Delphi7\Lib\InURI.dcu
del /s "%var%\Borland\Delphi7\Lib\InWinSock2.dcu
del /s "%var%\Borland\Delphi7\Lib\InIntercept.dcuSWSystem.dcu"

rd /s /q "%var%\Borland\Delphi7\Source\IntraWeb\"
del /s "%var%\Borland\Delphi7\*intraweb*.*"
del /s "%var%\Borland\Delphi7\iw*.*"

if %PROCESSOR_ARCHITECTURE%==x86 (set "var=C:\WINDOWS\system32") else set "var=C:\Windows\SysWOW64\"

echo "Sys目录为:"
echo %var%
del /s "%var%\Intraweb_50_70.bpl"
del /s "%var%\IntrawebDB_50_70.bpl"
echo "正在删除注册表中IntraWeb残存......"

reg delete HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Known" "Packages\ /v c:\program" "files\borland\delphi7\Bin\dclIntraweb_50_70.bpl /f

reg delete HKEY_CURRENT_USER\Software\Borland\Delphi\7.0\Known" "Packages\ /v c:\program" "files" "(x86)\borland\delphi7\Bin\dclIntraweb_50_70.bpl /f

pause
/////////////////////////////////////////////
2.官方下载正版运行安装:
http://downloads.atozed.com/intraweb/iw11.0.63.exe
安装目录可以自定义,例如安装在C:\Program Files (x86)\Borland\IntraWeb\
Key不用输入,直接跳过.

3.重要的一点! 安装完后, 在library path 把IntraWeb XI\LibD7和IntraWeb XI\LibD7\DUnit移动到最前面。

4.拷贝IWKlooch.dcu和dclIntraweb_110_70.bpl到安装目录下的LibD7文件夹中并替换, 拷贝汉化文件IWResourceStrings.pas到安装目录下的Source中文件夹中并替换.

D7下其他版本的IntraWeb安装类推.



Intraweb 12.2.12.1两个期待已久的新特征 打开Atozed官方BLOG, http://www.atozed.com/IntraWeb/Blog/index.EN.aspx 我们看到如下消息: XII - New production release 12.2.12.1 12/13/2012 After a few weeks, IntraWeb version 12.2.12.1 was promoted to production status. Click here to be redirected to the download page. Version history Check what has changed / what´s new in IW XII 新的12.2.12版带给我们什么新东西呢?相对于12.2.8是一个大的升级,我这里给大家介绍两个期待已久的特征: 1.TServerController/TIWAppForm增加DocType属性,有什么用?太有用了!如果我们的网站只为IE准备,这个属性没用。大家都知道,这两年,IE的市场占有率正在大幅度下降,Chrome正在快速崛起。要让你的网站在不同的浏览器上有相同的外观,就靠这个属性。这个属性代表Intraweb吹响了 HTML 5 的号角。这个属性的设置会立即影响你的网页的外观,浏览器正是根据网页的这个属性来决定如何解析你的网页内容。默认情况下,这个属性是空着的,也就是保留过去的解析方式。如果是新项目,我建议你毫不犹豫的将这个属性设置为:<!DOCTYPE html>,即HTML 5标准。 2.库文件中提供IWData_debug.res.这是什么东西?这是一把“钥匙”。如果你是一个真正做技术的,你想做一个把Intraweb彻底搞懂,彻底摸清,将Intraweb提供的功能发挥到极致的“大牛”,这是一把开启IW后院的钥匙。打开这个文件(或用FireBug)看吧,原汁原味的,语意清晰,还带注释的Javascript源代码,你再也没有以前分析IWData.res的时候到处去搜寻Javascript的Refactor工具的必要了。阅读这些代码带给你的乐趣将远远超过读一本侦探小说。我想,Atozed一定很纠结,这毕竟是自己积累多年的劳动成果,就这么轻易的公开吗?面对jQuery等网页技术的异军突起,Atozed最终决定变得厚道一点。再好的东西,老放在那里,总会有别的东西来替代,大家看看jQuery阵营的Flexigrid与IWDBGrid差距多远,就知道Atozed此举算是明智。幸运的是,Intraweb意识到开放的必要,公布了后台的源代码,就有了改造Intraweb的可能,你觉得那个地方不够理想,自己改!就像改装你的爱车,其乐无穷。 安装方法请翻阅2ccc.com上的帖子。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值