无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 3298|回复: 10
打印 上一主题 下一主题

请教:office 2000怎样做成免输序列号安装??

[复制链接]
跳转到指定楼层
1#
发表于 2004-3-1 22:43:46 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
看过别人做成了这样,却不知道怎么做的
2#
发表于 2004-3-2 09:53:31 | 只看该作者

请教:office 2000怎样做成免输序列号安装??

是不是把那个破解了的mso.dll备份下来,安装的时候copy过去覆盖啊。
回复

使用道具 举报

3#
发表于 2004-3-2 10:03:13 | 只看该作者

请教:office 2000怎样做成免输序列号安装??

破解的mso.dll是用在officeXP上的。
回复

使用道具 举报

4#
发表于 2004-3-2 10:30:39 | 只看该作者

请教:office 2000怎样做成免输序列号安装??

修改 setup.ini 文件:
; Microsoft Office 2000 Windows installer setup.exe information file.
; If a file exists in the same directory as setup.exe named "setup.ini", or
; /settings <path to ini file> is passed on the command line, that file will
; be read and modify the default behavior of setup as shown below.
[MSI]
; If a value is present, the MSI section gives the name of the MSI file to install.  
; This file must be in the same directory as setup.exe, and both must be in the root
; of the installation tree.
; If no value is present, setup.exe will look for exactly one file matching "*.msi"
; in its directory and if found, use that.
;
MSI=data1.msi
;[MST]
; If a value is present, the MST section gives the full path to a transform to apply.  
; Specify it in the form MST1=path to MST
; Remember to uncomment both the section name and the value names.
;
;MST1=\\server\share\some transform.mst
;MST1=D:\transforms\my transform.mst
[Options]
; If a value is present, the [Options] section gives the values of properties to apply to
; this installation.  Specify them in the format:
; PropName=PropValue
; Remember to uncomment both the section name and the value names.
;
;USERNAME=Customer
:注意:下面一行就是免序号用的,把自己用的注册码输入到这里,不包含“-”,
:XP 也可以使用这个方法
PIDKEY=J2MV9JYYQ6JM44KQMYTH8RB2W
;[Display]
; If a value is present, the [Display] section overrides default UI modes.
; Display has one of the following values:
;quiet, none, basic, reduced, full
; CompletionNotice - if this value is present gives whether or not to display
; a setup completion noticefor otherwise quiet setups. The completion notice will
; only appear if Setup does not need to reboot to complete the installation.
; Remember to uncomment both the section name and the value names.
;
;Display=None
;CompletionNotice=Yes
[Logging]
; If a value is present, the logging section provides default logging information.  
; There are three possible values, all are optional and have defaults as shown below
;
;ValueDefaultDescription
;Type<none>Logging mode to use, e.g. ea
;Use * to get all logging modes; + to append to the
;logfile if it exists.
;Path%TEMP%Path to create logfiles in.  May contain environment variables.
;Final component may be non-existent and will be created.
;TemplateSetupLog(*).txtFile name for log file.  May contain environment variables.
;Should end in "(*).txt"; the * is replaced with a zero-padded
;4 digit number to make the file name unique.
;Type=icewarmup
;Path=\\OfficeServer\logfiles\
;Template=Office %UserName%(*).txt
Template=Office 2000 Premium Setup(*).txt
Type=piwae
回复

使用道具 举报

5#
 楼主| 发表于 2004-3-2 13:15:24 | 只看该作者

请教:office 2000怎样做成免输序列号安装??

谢谢各位大侠
回复

使用道具 举报

6#
发表于 2004-3-2 17:39:54 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

7#
发表于 2004-3-2 18:06:22 | 只看该作者

请教:office 2000怎样做成免输序列号安装??

就是添加那行吗,而且前面是否要添加“;”号?我两者都试了还是提示要输序列号
回复

使用道具 举报

8#
发表于 2004-3-2 18:39:34 | 只看该作者

请教:office 2000怎样做成免输序列号安装??

只编辑 setup.ini  文件
在 [Options] 段里加上一行:
PIDKEY=J2MV9JYYQ6JM44KQMYTH8RB2W

J2MV9JYYQ6JM44KQMYTH8RB2W 为安装时使用的序号,把中间的连字符 "-" 去掉。
回复

使用道具 举报

9#
发表于 2004-3-2 19:02:25 | 只看该作者

请教:office 2000怎样做成免输序列号安装??

我试了一下,是不要输入序列号了,但是一旦点击“帮助”,“关于microsoft office”,接着就要求输入序列号了,而且还不能取消,取消了就关闭了
回复

使用道具 举报

10#
发表于 2004-3-13 18:43:31 | 只看该作者

请教:office 2000怎样做成免输序列号安装??

第一步:拷贝office到硬盘;
第二步:个性setup.ini文件,用记事本打开setup.ini文件,删除分号开始的三行语句,添加如下代码:
USERNAME=你的大名
COMPANYNAME=你喜欢的名字
PIDKEY=XXXXXXXXXXXXXXXXXXXXXXXX(序列号,千万把中间的连字符 "-" 去掉)
改"CDCACHE=AUTO'为"CDCACHE=0',这样安装时就不会产生"MSOCACHE文件了'.
如果刻光盘最好不要超过640MB,把刚才修改过的硬盘上的office刻到盘上,就在功告成了!
回复

使用道具 举报

11#
发表于 2004-3-13 20:45:36 | 只看该作者

请教:office 2000怎样做成免输序列号安装??

全是lusers,没有一个人看过置顶帖。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2025-7-16 05:39

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表