mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
600 B
33 lines
600 B
[OptionFiles]
|
|
OemFiles = {} ? $(!LIBHANDLE) FindFileInstances "inet*.inf"
|
|
|
|
[Install]
|
|
;
|
|
; First, get a list of option
|
|
;
|
|
set RunOnChicago = 0
|
|
set !STF_LANGUAGE = ENG
|
|
set !G:DebugOutputControl = 1
|
|
ifint $(RunOnChicago) == 0
|
|
LoadLibrary "x" $(!STF_CWDDIR)\setupdll.dll !LIBHANDLE
|
|
detect OptionFiles
|
|
ForListDo $(OemFiles)
|
|
Shell $($) ReturnOptions $(!STF_LANGUAGE)
|
|
Debug-output $($R1)
|
|
Debug-Output $($R2)
|
|
EndForListDo
|
|
endif
|
|
exit
|
|
|
|
;
|
|
; check upgrade list
|
|
;
|
|
|
|
;
|
|
; Install admin app
|
|
;
|
|
|
|
;
|
|
; copy necessary files
|
|
;
|
|
|