|
|
如何在安装office2000时免输序列号? (无内容)
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.
;
;AcceptEULA=1
;AcceptEULA=YES
;AcceptEULA=No
USERNAME=OEM
COMPANYNAME=VIP
USERINITIALS=OEM
PIDKEY=J2MV9JYYQ6JM44KQMYTH8RB2W
;DefaultInstallLocation=D:\office\ |
|