svcpack.ini

来自「蓝牙驱动程序-Widcomm-5.0-51.4M.zip」· INI 代码 · 共 78 行

INI
78
字号
;;;;;;;;;;;;;;;;;BTW Installer Service Pack information;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[Version]
; Service pack number
ServicePack=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[Registry]
; Name of a .reg file to install/update registry values, can be null
RegistryUpdateFile=

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[Files]
; SourceName = Name of file or folder in the SvcPack folder to be copied
; If the SourceName=*this*, its the media folder itself
; DestinationName = Name of file or folder on end user's machine
; DestinationFolder= number
; 	1 - Program Files\..\Bluetooth Software
; 	2 - System folder
; 	3 - Windows folder
;	4 - Absolute path (DestinationSubFolder should be the absolute path name, eg. C:\Program Files)
; DestinationSubFolder=Name of sub folder of DestinationFolder, 
; 	ex system\driver folder will have DestinationSubFolder=driver
; OS= number 
;	1 - 98
;	2 - ME
; 	4 - 2k
;	8 - XP
; 	( 3 = 9x, 12 = 2k & XP, 15 = ALL, etc)
;
; Add more entires if required, in the format below

SourceName1=
DestinationName1=
DestinationFolder1=
DestinationSubFolder1=
OS1=
CopyOnlyIfExists1=Y	; Enter Y or N, if Y, file is copied only is the file with same name exists in the destination
			; folder. If N, file is copied to destination folder regardless.

SourceName2=
DestinationName2=
DestinationFolder2=
DestinationSubFolder2=
OS2=
CopyOnlyIfExists2=Y

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[Apps]

;Application(s) to execute

AppName1=
AppCommandLineParams1=
WaitToExitApp1= 	; Enter Y or N

AppName2=
AppCommandLineParams2=
WaitToExitApp2=

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; To perform firmware upgrade, place the dfu file in the SvcPack folder, and make sure its
; copied to the Program Files\Bluetooth Software\bin folder using the [Files] section above
; Set the same file name as 'DfuFileName' below.

[FirmwareUpgrade]
DfuFileName=			; Firmware upgrade file name
Mfg=				; Manufacturer ID
TargetVersion=			; Version to perform firmware upgrade
ExactMatch=			; Enter Y or N. If Y, then firmware upgrade will be done only 
				; if firmware matches the'TargetVersion'. If N, then firmware upgrade
				; will be done for all version at or below the 'TargetVersion'

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?