资源地址:http://download.csdn.net/detail/marszzx/9472912

本资源来自互联网,整理后上传,本资源仅供学习使用,请勿作用商业用途

delphi开发网站,似乎14年开始intraweb很火
于是果断开始研究intraweb,做了几个demo,感觉吊炸天呀!
1、卸载之前的intraweb(install package里面先删除intraweb控件)
2、复杂文件末尾的bat代码,制作删除控件的bat
3、运行iw11.0.63.exe安装intraweb
4、IW11063\下的文件替换到刚才安装的intraweb目录下面

重新打开delphi 创建程序试一下吧

-----------删除旧版intraweb的bat--------------------------
@echo off
if %PROCESSOR_ARCHITECTURE%==x86 (set "var=d:\Program Files") else set "var=d:\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=d:\WINDOWS\system32") else set "var=d:\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
/////////////////////////////////////////////

-----------删除旧版intraweb的bat--------------------------

1、打开delphi 提示intraweb的版本不对,用破解版文件替换安装后的文件夹
2、提示IWLicenseKey文件信息的,重新安装,在提示版本不对的情况建立一个项目编译执行不管它
目的是生成IWLicenseKey.dcu,
之后用破解版文件夹替换安装后的文件夹
删除\libD7\IWLicenseKey.pas文件

intraweb 11.0.63 for delphi7 破解的更多相关文章

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

    一.下载 首先从这里下载14.0.32版本的IntraWeb: 链接:http://pan.baidu.com/s/1c0rjnKO 密码:8kv2 二.卸载旧版 1. 我的Delphi版本是XE6, ...

  2. RemotelyAnywhere 11.0.2716 SERVER EDITION 绿色破解安装版

    RemotelyAnywhere是一个小巧的,利用浏览器进行远程控制的小程序.只要在服务器端安装该软件,然后你就可以通过任何一个支持 Java 的浏览器对远程计算机进行控制了.通过它,你可以管理远程计 ...

  3. Zend Studio 11.0.2 破解和汉化

    本方法适用于Zend Studio 11.0.2,亲测,其他版本未知. 破解方法:覆盖安装目录 plugins 里同名文件,启动任意输入即可注册. Windows版下载地址:http://downlo ...

  4. 在OS X 10.10系统上安装Navicat Premium中文破解版11.0.16教程

    此链接是Navicat Premium中文破解版11.0.16安装包里面并带有中文汉化包 http://pan.baidu.com/s/1ntjz6HF#path=%252F 一.Navicat Pr ...

  5. Navicat Premium 11.0.10破解补丁

    Navicat Premium 11.0.10破解补丁   Navicat Premium 是一个可多重连接的数据库管理工具,让你以单一程序同時连接到 MySQL.SQL Server.SQLite. ...

  6. 项目压力测试软件 -- LoadRunner 11.0 的安装、汉化和破解

        重要说明:     LoadRunner 11.0 只支持Win7,32位系统:不支持Win7,64位系统[ Win7,64位 我反复安装都没有成功!] 一.下载安装.汉化.破解文件: 我的下 ...

  7. JDBC中 mysql数据库的连接工具类 Java登录 及增删改查 整理 附带:Navicat Premium 11.0.12中文破解版.zip(下载)mysql数据库工具

    先写一个工具类,有实现MySQL数据库连接的方法,和关闭数据库连接.关闭ResultSet  结果集.关闭PreparedStatement 的方法.代码如下: package com.swift; ...

  8. 自己动手破解Z.EntityFramework.Extensions 4.0.11.0的方法

    因为项目中使用到Z.EntityFramework.Extensions 和 Z.EntityFramework.Plus(免费开源)两个类库,但是Z.EntityFramework.Extensio ...

  9. Quartus II 11.0 开始使用

    一.Altera Quartus II 11.0套件介绍 所谓巧妇难为无米之炊,再强的软硬件功底,再多的思维创造力,没有软件的平台,也只是徒劳.因此,一切创造的平台——Quartus II 软件安装, ...

随机推荐

  1. UVA 11367 - Full Tank? dijkstra+DP

    传送门:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&a ...

  2. 2、JNI说明

    JNI (Java Native Interface) 1. JAVA调用CLinux是用C语言写的,可以写一个APP简单调用open,read,write来访问驱动程序;Android是用Java写 ...

  3. 14、编写一个通用的Makefile

    编译test_Makefile的方法:a. gcc -o test a.c b.c对于a.c: 预处理.编译(C文件转换成汇编).汇编(汇编转换成机器码)对于b.c:预处理.编译.汇编最后链接优点:命 ...

  4. 在sublime text 3中安装中文支持 分类: C_OHTERS 2015-04-24 22:04 229人阅读 评论(0) 收藏

    1.安装package control 使用control+~打开终端,然后输入以下内容并确定: import  urllib.request,os;pf='Package Control.subli ...

  5. Android系统开发(5)——Eclipse for C/C++

    一.下载JDK 官方下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 二 ...

  6. [TypeStyle] Use TypeStyle keyframes to create CSS animations

    We cover CSS keyframes and how to create them using TypeStyle. We then show how to use the keyframes ...

  7. ping localhost 没反应解决方式

    今天在搭建导师公司的spark的集群的时候须要有一台机器须要ssh 到自己.可是运行以下两条命令后发现没有反应 ping localhost ping 127.0.0.1 之后问了下别人,发现是/et ...

  8. 开源分享三(炫酷的Android Loading动画)

    开源分享三(炫酷的Android Loading动画) 分享GitHub上的一些Loading,为了提升产品用户体验,一个好的Loading必然是不可缺少的,对于一些耗时需要用户等待的页面来说会转移用 ...

  9. ZOJ Special AC String 水

    http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3702 题目大意: 对于给定的一个字符串,满足如下要求输出AC,否则WA(好吧我 ...

  10. ArcGIS 帮助文件中的CAD数据的说明

    专业库——地理数据类型——cad