Leaked source code of windows server 2003
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.
 
 
 
 
 
 

786 lines
29 KiB

/*:
@*: This file is organized into two main blocks. The first block contains
@*: code (non-string) sections which are specific to languages. Please put
@*: the code sections in the correct language.
@*: The second block is reserved for [Strings] which localizers will be
@*: working with. It is further divided using "#if LANGUAGE ==" for language
@*: specific strings. For strings which are common to all languages
@*: place outside the #ifs.
@*:
@*: This file is first precompiled with LANGUAGE_ID
@*: set to the language (see inf\win4\inf\makefile.inc for details).
@*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
@*: will appear.
@*:
@*: Important: To support locstudio, this file contains only ONE [Strings] section.
@*:
@*/
#if LANGUAGE_ID == 0x409
//USA specific sections
#elif LANGUAGE_ID == 0x804
//CHS specific sections
[ServicesToDisable]
@*:
@*: Windows XP bug#326106
@*:
r,"SOFTWARE\Classes\%SUPER_VOICE_DECODER%","","%HAOJIE_SUPER_VOICE_DECODER%",compdata\ChaoJiJieBa2k.htm,compdata\ChaoJiJieBa2k.txt,%HeroMP3%
[ServicesToStopInstallation]
@*:
@*: ntbug#370081
@*:
s,asdsrv,compdata\tsbasd.htm,compdata\tsbasd.txt,%tsbasd%
#elif LANGUAGE_ID == 0x404
//CHT specific sections
[ServicesToStopInstallation]
@*:
@*: ntbug#370081
@*:
s,asdsrv,compdata\tsbasd.htm,compdata\tsbasd.txt,%tsbasd%
#elif LANGUAGE_ID == 0x411
//JPN specific sections
[ServicesToDisable]
@*:
@*: ntbug#360995
@*:
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TSPOFF","DisplayName","Toshiba Software Power Off for Desktop",compdata\tsbspoff.htm,compdata\tsbspoff.txt,%tsbspof%,mblclean.inf,"TSPOFF_INST"
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\THAL","DisplayName","Toshiba Software Power Off V2.0",compdata\tsbspoff.htm,compdata\tsbspoff.txt,%tsbspof%,mblclean.inf,"TSPOFF_INST"
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\THAL","DisplayName","Toshiba Software Power Off V2.1",compdata\tsbspoff.htm,compdata\tsbspoff.txt,%tsbspof%,mblclean.inf,"TSPOFF_INST"
r,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\THAL","DisplayName","Toshiba Software Power Off V2.2",compdata\tsbspoff.htm,compdata\tsbspoff.txt,%tsbspof%,mblclean.inf,"TSPOFF_INST"
@*:
@*: ntbug#412862
@*:
s,NdisPowerSrv,compdata\generic.htm,compdata\generic.txt,%tlsus%,,,,mblclean.inf,"TLSUS_INST"
@*:
@*: ntbug#359835
@*:
s,CBTSB,compdata\TCBEnab.htm,compdata\TCBEnab.txt,"Enabler for Toshiba CardBusLANCard(LANCB00A)"
@*:
@*: ntbug#374979
@*:
s,poolext,compdata\poolext.htm,compdata\poolext.txt,%poolext%
@*:
@*: ntbug#375644
@*:
s,CBIDE2LM,compdata\tsb24cdj.htm,compdata\tsb24cdj.txt,"Toshiba 24x CD-ROM Drive (PA2673UJ)"
@*:
@*: ntbug#375671
@*:
s,WakeUp,compdata\FJpman.htm,compdata\FJpman.txt,%WakeUp%,"%systemroot%\system32\drivers\f3dmfbe.sys"
@*:
@*: ntbug#360992
@*:
s,TAPM_NT,compdata\tsbapmdt.htm,compdata\tsbapmdt.txt,"Toshiba Advanced Power Management for Desktop",,,,mblclean.inf,"TAPM_INST"
[ServicesToStopInstallation]
@*:
@*: ntbug#414920
@*:
r,"SYSTEM\CurrentControlSet\Control\Print\Monitors\NEC Network Port","Driver","NJLMONNT.DLL",compdata\Necpa.htm,compdata\Necpa.txt,%Necpa%
@*:
@*: ntbug#370079
@*:
s,ampd,compdata\tsbams.htm,compdata\tsbams.txt,%tsbams%
@*:
@*: ntbug#373401
@*:
r,"SYSTEM\CurrentControlSet\Services\mainte","Start","1",compdata\necesm.htm,compdata\necesm.txt,%necesm%
@*:
@*: ntbug#375682
@*:
r,"SOFTWARE\Fujitsu\Install\PROBEPRO","ProductName","PROBEPRO",compdata\probepro.htm,compdata\probepro.txt,%probepro%
@*:
@*: ntbug#375685
@*:
s,fjhwmn,compdata\fjhwmn.htm,compdata\fjhwmn.txt,%fjhwmn%
@*:
@*: ntbug#360992
@*:
[TAPM_INST] ; TOSHIBA ADVANCED POWER MANAGEMENT FOR DESKTOP
DelReg = TAPM_delreg
DelFiles = TAPM_UNINST_DELFILES, TAPM_DRV_DELFILES, TAPM_INF_DELFILES
[TAPM_delreg] ; REMOVING TOSHIBA APM FOR DT DRIVERS REG KEYS
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Toshiba Advanced Power Management"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\TAPM_NT"
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TAPM_NT"
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TAPM_K"
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TAPM_M"
[TAPM_DRV_DELFILES] ; REMOVEING THE TOSHIBA APM DRIVERS
TAPM_NT.SYS
TAPM_K.SYS
TAPM_M.SYS
[TAPM_INF_DELFILES] ; REMOVEING THE INF FILES FOR TOSHIBA APM FOR DT
IDE_KM.INF
[TAPM_UNINST_DELFILES]
TDAPMDEL.EXE
[DestinationDirs]
TAPM_UNINST_DELFILES = 11
TAPM_DRV_DELFILES = 12
TAPM_INF_DELFILES = 17
@*:
@*: ntbug#412862
@*:
[TLSUS_INST]
DELREG = TLSUS_DELREG
DELFILES = TLSUS_DELFILES
[TLSUS_DELREG]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\?芝LANサスペ?ドサービス"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\?芝LANサスペ?ドサービス"
HKLM,"SOFTWARE\Toshiba\?芝LANサスペ?ドサービス"
HKLM,"SYSTEM\CurrentControlSet\Enum\Root\LEGACY_NDISPOWERSRV"
HKLM,"SYSTEM\CurrentControlSet\Services\NdisPowerSrv"
[TLSUS_DELFILES]
NdisPowSrv.exe
regstsrv.dll
Uninst.isu
[DestinationDirs]
TLSUS_DELFILES = 16422,"Toshiba\?芝LANサスペ?ドサービス"
@*:
@*: ntbug#360995
@*:
[TSPOFF_INST] ; TOSHIBA SOFTWARE POWER OFF
DelReg = TSPOFF_delreg
DelFiles = TSPOFF_DRV_DELFILES, TSPOFF_INF_DELFILES
[TSPOFF_delreg] ; REMOVING TOSHIBA SPOFF REG KEYS
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\TSPOFF"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\THAL"
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\THAL"
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TSPOFFCK"
HKLM,"SYSTEM\CURRENTCONTROLSET\SERVICES\TAPMRJCT"
[TSPOFF_DRV_DELFILES] ; REMOVEING THE TOSHIBA SPOFF DRIVERS THEMSELVES
THAL.SYS
TSPOFFCK.SYS
TAPMRJCT.SYS
[TSPOFF_INF_DELFILES] ; REMOVEING THE INF FILE FOR TOSHIBA SOPFF
TSPOFF.INF
THAL.INF
[DestinationDirs]
TSPOFF_DRV_DELFILES = 12
TSPOFF_INF_DELFILES = 17
#elif LANGUAGE_ID == 0x412
//KOR specific sections
#endif
// String section below for localizers
[Strings]
HeroMP3 = "ChaoJiJieBa2000"
CPQPWREX="Compaq Power Management Shell Extension"
gsnw = "Gateway Services for NetWare"
Hard_Disk_Monitor = "Hard Disk Monitor"
Hercpwr = "Hercules PowerTools"
i2cnt = "Via SMBus Driver"
INTCPWRX="Intel Power Management Shell Extension"
McVirus = "McAfee VirusScan NT"
McVirus32 = "Network Associates VirusScan NT"
CrashMon = "McAfee Crash Monitor"
Mgactrl_grp = "Matrox Powerdesk NT"
SYSTEMSOFTCWDT = "Install CardWizard"
pstrip1 = "PowerStrip.lnk"
pstrip2 = "Online Documentation.lnk"
pstrip3 = "Release Notes.lnk"
cardwizard = "CardWizard for Windows NT"
phoenix = "PHOENIX CARD EXECUTIVE"
phoenixapm1 = "PHOENIX ADVANCE POWER MANAGEMENT"
phoenixapm2 = "PHOENIX ADVANCED POWER MANAGEMENT"
Daytona_prof = "TBS Daytona"
rcentrl = "Ring Central Fax"
cpqdiag = "Compaq Diagnostics for Windows NT"
cpqinf = "Compaq Information Center"
evian = "Promise Raid Controller"
iocreatedrvlnk = "Create Drive Shortcuts.lnk"
iocopymachine = "Iomega Copy Machine.lnk"
iotoolsnthlp = "Iomega Tools NT Help.lnk"
ioparaccel = "Parallel Port Accelerator.lnk"
iormvdrvlnk = "Remove Drive Shortcuts.lnk"
io1stepbck = "1-Step Backup.lnk"
io1steprst = "1-Step Restore.lnk"
ionttools = "Iomega Tools NT.lnk"
ioqcktools = "Quick Tools.lnk"
ioqcktools2 = "Iomega Quick Tools.lnk"
ioicons = "Iomega Icons.lnk"
iostartopt = "Iomega Startup Options.lnk"
iorefresh = "Refresh.lnk"
iomegaware = "IomegaWare.lnk"
macd98 = "MacDrive 98"
TCAUDIAG_PRF1="3Com NIC Utilities"
ZipM98 = "ZipMagic 98"
ENSQAUDM_PRF1 = "ENSONIQ AudioPCI Mixer"
NAV5_PRF1="Norton AntiVirus AutoProtect"
NAV5_GRP1="Startup"
NAV5_PRF2="Norton AntiVirus"
PUMACSM = "Connection Setup"
INTELLISYNC = "Intellisync"
INTELATA = "Intel Ultra ATA"
HPMTTSM = "HP TopTools for Notebooks"
HPMTTSM2 = "HP DMI"
HPMTTSM3="HP Brio DMI Software"
HPMTTSM4="HP DMI"
HPMTTSM5="HP TopTools for Desktops"
cpqcwsetup = "Cardware Setup"
NetshieldNt = "Network Associates NetShield NT"
TPCONFIG1 = "ThinkPad Configuration Utilities"
CFGSAFE_GRP1 = "Startup"
DIRECTCD_GRP = "Adaptec DirectCD"
cs4281 = "Audio driver for Crystal CS4281 SoundFusion (TM)"
piixide2 = "PIIX IDE 2 Controller"
intlsisl = "Possible non-compatible Zero-Channel RAID storage controller - CLICK DETAILS!"
ptircomm = "Puma IR Serial Emulator"
ptirpro = "Puma IR Protocal"
ptobphy = "Puma IR Driver"
tivoli = "Tivoli Remote Control"
buslogic = "Buslogic SCSI Controller"
cpqfws2e = "Compaq Fast-Wide SCSI Controller"
fd16_700 = "Future Domain SCSI Controller"
fireport = "Diamond Fireport SCSI Controller"
flashpnt = "Flashpoint SCSI Controller"
ncrc710 = "NCR 710 SCSI Controller"
BlackIce21cn = "BlackICE Defender 2.1.cn"
atpw2k = "Windows 2000 Administration Tools"
atp = "Windows Administration Tools"
HSFADDREMOVE = "Conexant HSF Entry in Add Remove Programs"
%nVidiaNT4Upgrade% = "NVIDIA Windows NT 4.0 Display Drivers Entry in Add Remove Programs"
#if LANGUAGE_ID == 0x409
#elif LANGUAGE_ID == 0x804
@*:; CHS specific sections
@*:; SUPER_VOICE_DECODER must be localized to the string attached in the bug report present in raid.
@*:; HAOJIE_SUPER_VOICE_DECODER must be localized to the string attached in the bug report present in raid.
@*:; They must be exactly localized because they serve as matching file information
SUPER_VOICE_DECODER = "Super Voice Decoder"
HAOJIE_SUPER_VOICE_DECODER = "HaoJie Super Voice Decoder"
#elif LANGUAGE_ID == 0x404
#elif LANGUAGE_ID == 0x411
tsbams = "Availability Management Subsystem"
poolext = "Pool Enhancements"
necesm = "NEC ESMPRO"
WakeUp = "Fujitsu Power MANagement For Windows"
probepro = "Fujitsu PROBEPRO"
fjhwmn = "Intel LANDesk Client Manager for Fujitsu FMV"
tlsus="Toshiba LAN Suspend Service"
Necpa = "NEC PrintAgent"
tsbspof = "Toshiba Software Power Off"
#elif LANGUAGE_ID == 0x412
#endif
3ComDA = "3Com DynamicAccess"
3cxm356 = "3com/MHZ 3CXM356 PCCARD WIN Modem"
@@:@s:gateway = "XLink Omni NFS Gateway 4.0"
AironetWinDGS = "WinDGS"
CiscoAironet = "Aironet Client Utility"
DECjensen = "Digital DECpc AXP 150"
EiconTA = "Eicon DIVA T-A ISDN Modem Software"
IBMsmapint = "IBM ThinkPad SMAPI Driver"
IBMtppwr = "IBM Power Management ThinkPad SMAPI Driver"
OlicomLANScout = "Olicom LANScout"
OlicomLANScoutManager = "Olicom LANScout Manager"
OlicomRapidConfig = "Olicom RapidConfig/ATM"
OlicomRapidGuide = "RapidFire 616x Guide to Operations"
OlicomRapidOnlineDoc = "Online RapidFire 616X Documentation"
a8940 = "Adaptec IEEE-1394 Adapter"
accel3d = "AccelPro MX Display Adapter"
acsremoved = "Whistler Server no longer supports Admission Control Service (ACS). Before upgrading, you must uninstall ACS."
adaptecperc2 = "Adaptec Advanced RAID Controller"
aic789x = "Adaptec AIC789x"
aicdrv = "Adaptec AICDRV"
alisnd ="ALI NT4 Audio Driver"
allegro3 = "Allegro3"
als4000 = "Advance Logic, Inc. ALS4000"
apfiltr = "Alps Pointing Device"
ark= "ARK Video Accelerator"
aspi = "Adaptec ASPI32"
assetci = "IBM Serial Number Information"
at3d = "Alliance ProMotion Display Driver"
atakmini = "Atakmini"
atapipd = "IBM PIIX Bus Master"
atmhelpr = "ATMhelper"
auddrive = "Legacy ESS Audio Driver"
avmdrv32 = "Fast AV Master"
avpgatek = "Antiviral Toolkit Pro3.0 F-Secure Gatekeeper"
award = "Award Cardware"
bayman = "Softex BayManager"
cards = "Card Executive"
cardware = "Compaq CardWare Driver"
cbus2_mp = "Corollary C-bus Architecture"
cbusmc_mp = "Corollary C-bus Micro Channel Architecture"
ccntdrv = "Calcomp Tablet"
cda1000 = "Adaptec ARO/AAA RAID Host Adapter"
cdr4vsd = "Adaptec CD-R Filter Driver"
cfgsafe = "ConfigSafe for Windows NT"
cheyennealert = "Cheyenne Alert Notification Server"
cheyenneanti = "Cheyenne InocuLAN Anti-Virus Server"
cheyenneauto = "Cheyenne AutoDownload Server"
cheyenneexchange = "Cheyenne InocuLAN Exchange AV Server"
cheyennefilter = "Cheyenne Filter Driver"
cheyennefloppy = "Cheyenne Floppy Driver"
cic = "CIC Manta Handwriter"
cirque = "Cirque CruiseCat Drivers"
cldvd = "Creative Labs DVD decoder"
cmosa = "Dell OpenManage Client"
cmpci = "CMedia 8738 NT4.0 Audio Driver"
cmtos = "Toshiba Client Manager"
cnr117 = "Seagate/Conner Floppy Tape Device"
cnr157 = "Seagate STT8000A"
cpq32fs2 = "Compaq CPQ32FS2 SCSI Controller Driver"
cpqdiag_ds = "Compaq Diagnostics for Windows NT"
cpqeasypoint4 = "Compaq EasyPoint IV - Requires Reinstallation After Upgrade"
cpqmpd = "Compaq Notebook Expansion Base CD-ROM Device"
cpqmulti = "Compaq Windows NT Multibay Software"
cpqpnpmg = "Compaq PnP Manager for Windows NT 4.0"
cpqrcmc = "Compaq's Remote Monitor Service"
cpqrs = "Compaq Remote ROM Flash and Remote Security"
cpqsmrt2 = "Compaq CPQSMRT2"
csa64xx = "CMD 64xx 32-Bit IDE Adapter"
csrem32 = "CoSession Remote 32"
ctz_crdl = "Citizen Cradle Reader"
cwbaudio = "CrystalWare Audio Driver"
d3nt = "Iomega Click! Driver"
daytona = "TBS Audio Utilities, TBS Audio Station 2, TBS Music Application"
decatapi = "Digital Equipment Corp. Atapi Driver"
dellperc2 = "Dell PERC2 RAID Controller"
dellps = "Dell 410 Auto-Shutdown Driver"
dellth = "Dell 410 Thermal Shutdown Driver"
deskon = "DeskOn - System start"
DeskView = "DeskView"
deskwol = "DeskWOL - Wake On LAN"
directcd = "Adaptec DirectCD Software"
dlc = "Microsoft DLC Protocol Driver"
atalk = "AppleTalk Protocol"
dmisl = "IBM DMI Service Layer"
dmusic = "Direct Music Driver"
dock = "Softex Docking Software"
docksvc = "Ultra 2000 Docking Services"
drvncdb = "HP Colorado Backup II 6.0"
ds1wdm = "Yamaha DS1 WDM Audio Driver"
dsmigrat = "Directory Services Migration"
dsmigratpath = "%systemdrive%\Program Files\dsmigrat\dsmigrat.dll"
duplexwrite = "Siemens DuplexWrite Software"
eacmos = "Eacmos"
eaps2kbd = "Eaps2kbd"
eawdmfd = "Easy Access Buttons"
el575nd5 = "Driver el575nd5"
elsa1 = "Elsa1"
elsa2 = "Elsa2"
ensqaudm = "ENSONIQ AudioPCI Mixer"
ensqio = "Ensqio"
essm2e = "Maestro M2E Driver for Toshiba Notebook"
eusbmsd = "SanDisk USB ImageMate"
exide = "Toshiba TECRA Disk DMA Driver"
faboot = "Full Armor Boot"
fazam = "Full Armor Zero Administration"
flow7 = "FlowCharter 7"
fujitsu = "Fujitsu"
gdtx = "ICP-Vortex SCSI Controller"
genius = "Genius Easyscroll Drivers"
gfx40 = "GFX40"
glint = "Glint Based Adapters"
halhook = "Compaq Survey Tool"
hdmib = "HardDrive Monitor for Siemens Serverview"
hdmon = "Hard Disk Drive Monitor"
hercpwr = "Hercules PowerTools"
hollywoodplus = "Sigma Designs REALMagic Hollywood Plus Decoder"
hp_pld = "HP Laserjet 5 / 6 Series Driver"
hpaio4 = "HP OfficeJet R Series"
hpdmi = "HP Desktop Management Interface Component"
hpextkbd = "Hewlett-Packard C4734 Extended Keyboard"
hpntlock = "HP lock for NT4"
hpperc2 = "Hewlett-Packard NetRAID-4M"
hpsmart = "HP Brio PC Smart Disk Monitor 1.0"
hpsparnt = "HP OfficeJet 1150C"
hptoptools = "HP TopTools for Desktops Agent"
hptoptoolsidm = "HP TopTools Device Manager"
hptp4track="IBM Trackpoint Driver - Requires Reinstallation After Upgrade"
hptwotrack="IBM Trackpoint Driver - Requires Reinstallation After Upgrade"
iamdrv = "AtGuard Software Driver"
iamserv = "AtGuard Software Service"
iavboot4 = "IBM AntiVirus Real Time Monitor"
ibmdmibios = "IBM DMI BIOS Instrumentation for Windows NT"
ibmir = "IBM Low Speed IRDA Driver"
ibmmpg = "IBM MPEG-2 Decoder"
ibmraid = "IBM ServeRAID II SCSI Adapter"
ibmtp4 = "IBM TwoTrack Mouse Driver"
ibmvc = "IBM 9397 Video Capture"
ibmwc = "IBM Utilities"
icsupgrd = "Internet Connection Sharing (ICS)"
ils = "ILS Site Server"
imgatapi = "Iomega ATAPI driver"
initio = "Initio INI-910"
intelata = "Intel Ultra ATA "
intelapp = "Intel Speed Step Applet"
intelatadriver = "Intel Ultra ATA Storage Driver"
intellimouse = "Microsoft IntelliPoint Software"
iomega = "Iomega Parallel Port ZIP drive"
iomegnt = "Iomega Jaz/Zip PCI SCSI Controller"
iphasei = "Interphase x526 Fibre Channel IP Module"
iphases = "Interphase x526 Fibre Channel SCSI Driver"
isotp4 = "ISO/TP4 Protocol"
kbstuff = "SMS Remote Control Keyboard Driver"
kmw = "Kensington MouseWorks"
laplink = "TSI Remote Control Service"
laplnk2k = "Laplink"
ldcm = "Intel LANDesk Client Manager"
ldcm1 = "Intel LDCM Notification Monitor"
ldcm2 = "Intel LDCM OSCI"
ldcm3 = "Intel LDCM CiSmBios"
lexmark1 = "Lexmark Printer Driver"
lhacm = "Lernout and Hauspie Sound Recorder Format"
liquidaudio = "Liquid Audio Driver"
lm75 = "IBM CPU Thermal Monitor"
lm78ci = "IBM PC System Monitor"
lmrepl = "Directory Replicator"
logitech = "Logitech Mouseware Drivers"
logkeycomm = "Logitech Key Commander"
ltmodem = "Lucent Technologies Modem Driver"
ma_delta="M Audio Delta/Audiophile Interface Card"
macd98 = "MacDrive 98"
maestro = "Legacy ESS Maestro Audio Driver"
maestro0 = "BTC Extended Keyboard Hotbuttons Driver"
maxsuperd = "Maxell Parallel LS-120 SuperDisk Drive"
mca_up = "IBM PS/2 or other Micro Channel-based PC"
mcafeecr = "McAfee Crash Monitor"
mcfilter = "McAfee VirusScan"
mcis = "Internet Authentication Service, Commercial Edition (IAS/C)"
megaraid = "Megaraid Driver"
mgactrl = "Powerdesk Utilities"
missing_proc_feat = "Required processor features not present"
mkecr56x = "Pansonic CD-ROM Interface"
mps_mca_mp = "MPS Multiprocessor Micro Channel PC"
msp1c = "Microsoft Proxy Client 1.0"
msp1s = "Microsoft Proxy Server 1.0"
msp2s = "Microsoft Proxy Server 2.0"
mssql65 = "Microsoft SQL Server 6.5"
msss3 = "Microsoft Site Server 3.0"
mstock65 = "Metastock 6.5"
multipath = "Siemens MultiPath software"
mvaudio = "Media Vision Audio board"
mwave = "IBM MWAVE Driver"
mwavedsp = "IBM NT4 Thinkpad Modem Driver"
mwkmuch="Multi!Wav Digital Sound Card"
mx400="Diamond MX400 NT4.0 Audio Driver"
n40s3 = "Colorgraphic Pro Lightning V+ Display adapter"
nav5 = "Norton AntiVirus"
nbf = "Microsoft NETBEUI Protocol Driver"
ncr_mp = "NCR Multiprocessor Micro Channel PC"
ncrc810 = "NCR/Symbios/LSI 8xx Driver"
netfbase = "Netfinity Support Program"
nma2nt = "Legacy Neomagic Driver"
nmsmsAgent="Network Monitor 1.x Agent"
nmxnt = "NT4 NMXNT Driver"
ntmidi = "NT MIDI"
nwcli32 = "Novell Client32"
oak611 = "Oak Tech Audia 3D"
oilchg25 = "Oil Change 2.5"
okipg2 = "OKI OKIPAGE 8c"
onstream = "OnStream SC30, SC50, SI50, DI30, DP30, or USB30 Tape Drive"
opl3sa = "Legacy Yamaha OPL3 Audio Driver"
orb = "Orb Portable Drive"
otman5 = "Backup Exec"
palm = "3com HotSync Manager"
panda = "Panda Anti-Virus"
parallel = "Parallel Port Class Driver for Windows NT4 and Windows 2000"
pcany = "PCAnywhere Host Service"
pcanyw92 = "pcAnywhere 9.2"
pccs = "System Soft PCCS"
pcdrnt2x = "PC Doctor for Windows NT (ver. 2.x)"
pcdrnt3x = "PC Doctor for Windows NT (ver. 3.x)"
pcenable = "System Soft PCENABLE"
pcpnp="PC Card Director For Windows NT 4.0"
pedge = "Dell PowerEdge RAID Controller Driver"
pelmouse = "Mouse Suite"
pfs = "OnStream Echo"
ph97r40= "Philips Pipeline Display Adapter"
phoenixad = "Phoenix Power Management Driver"
phoenixpm = "Phoenix Power Management Utility"
piixide = "Intel PIIX IDE Controller"
power = "Softex/Phoenix Advanced Power Management"
powpath = "EMC Power Path Software"
ps2cont = "Contour Mouse Drivers"
pscan = "PC-cillin NT Real Time Monitor"
pstrip = "PowerStrip"
pumacsm = "Pumatech Intellisync Connection Setup Manager"
pwricon="Compaq Window NT PowerControl"
qic117 = "General QIC117 Tape Device"
qs_up = "Digital Multia MultiClient Desktop"
qt3 = "Quicktime 3.0"
quicken2000 = "Quicken 2000"
rcentrl = "Ring Central Fax Application"
rchelp = "SMS Remote Control Video Helper"
reachout = "STAC Reachout Enterprise"
riptide = "Rockwell Riptide Audio Driver"
rtcphoenix = "RTC Phoenix Client"
s100 = "Dimond S100 (ESS Allegro) NT4.0 Audio Driver"
s3color = "S3 Video Control Panel Applet"
s3knldrv = "S3 Sonic Vibes Audio Controller"
s3knljs = "S3 Sonic Vibes Audio Controller (Joystick)"
sb16snd = "Legacy SoundBlaster 16 Driver"
sbawe32 = "Legacy SoundBlaster AWE32 Driver"
sbpcint4 = "Sbpcint4"
scandrv = "Plustek Scanner Driver"
scidrv = "Toshiba System Configuration Interface Driver"
titsb = "Toshiba Wireless Lan Enabler"
tscidrv = "Toshiba System Configuration Interface Driver"
tsbselbay = "Toshiba Selectable Bay Service"
tsbds = "Toshiba Docking Service"
scsigold = "SIIG SCSI Pro Gold Host Adapter"
sd120ppd = "Imation LS-120 Parallel Port Drive"
sgcomp = "Silicon Graphics Cobalt Graphics Driver (for NT 4.0 only)"
sgiusb00 = "Silicon Graphics USB keyboard/mouse driver (for NT 4.0 only)"
sgkrmp = "Silicon Graphics Cobalt-2 Graphics Driver (for NT 4.0 only)"
sgptmp = "Silicon Graphics Cobalt-3 Graphics Driver (for NT 4.0 only)"
sharshtl = "Shuttle Sharer parallel port storage device"
siigc = "SIIG Cyber PCI driver"
sis = "Single Instance Storage"
sisv = "SiS 62xx Display adapter"
siwvid = "Numega SoftICE"
skusbkbf = "IBM Rapid Access Keyboard"
smnt40 = "smnt40"
sms11 = "Systems Management Server 1.1"
sms12 = "Systems Management Server 1.2"
sms2 = "Systems Management Server 2.0"
sna2 = "SNA Server 2.0"
sna21 = "SNA Server 2.1"
sna211 = "SNA Server 2.11"
sna3 = "SNA Server 3.0"
sna4 = "SNA Server 4.0"
snd801nt = "Diamond DT(R) DT0398(TM) Audio System"
snd93x = "Opti 931 Audio card"
sndblst = "Legacy SoundBlaster Driver"
sndsys = "Legacy Windows Sound System Driver"
snidpms = "Siemens DPMS Driver"
soff = "IBM SoftOff Application"
soff_nt = "IBM SoftOff Driver"
sonymemstick = "Sony Memory Stick Driver"
sqlwin5 = "SQL Windows Edition 5"
sscntrl = "Dr. Solomon's WinGuardNT Filter Driver"
sscpvivo = "Ensoniq Vivo audio card"
ssi365 = "System Soft Card Wizard"
sspcic = "System Soft SSPCIC"
sspower = "System Soft Power Profiler"
stbmvp = "STB MVPPro Driver"
stdat3 = "Archive Python"
stlthg46 = "STLTHG46"
stordgr = "Storage Dimensions DGR/DGR Ultra RAIDPro Controller"
sttscsi3 = "Conner CTT8000-S"
symc8xx = "Symbios Logic SYMC8XX Driver"
synaptic = "Synaptics TouchPad Software"
sysmgmt = "Compaq's System Management Service"
tcaudiag = "3Com TCAUDIAG"
tdifiltr = "i.Share 3.0 NT"
TITSB = "Wireless LAN Enabler for NT"
tlntsvr = "Telnet Server"
tmaster = "ThrustMaster Gaming Devices"
tmdigpro = "Thrustmaster Nascar(R) Pro Digital(TM)"
tmdualag = "Guillemot Dual Analog Gamepad"
tos3comwin = "3com-Noteworty 54k modem"
tosdvd = "Toshiba 7000 Series DVD Player"
tpchrsrv = "IBM ThinkPad Power Management"
tpconfig1= "ThinkPad Configuration Utilities"
tpfuel = "ThinkPad Fuel"
tpfuel_name="Fuel"
tpfuel_dir="ThinkPad"
tppmport = "IBM ThinkPad Power Extention"
tppwrmon = "IBM Thinkpad Power Monitor"
tridwnw = "Trident 4D Wave Audio Drivers"
tsb24cd = "Toshiba 24x CD-ROM Drive"
tsbapm = "Toshiba Power Management System for Windows NT"
tsbasd = "Toshiba Automatic Shutdown Subsystem Software"
tsbhddpw ="Toshiba Hard Disk Drive Password Utility"
tsbmc = "Toshiba Mouse Control"
tsbvcap = "Toshiba Video Capture Software"
tt128 = "IXMICRO Twin Turbo 128"
ultra66 = "Promise Ultra IDE Controller"
umax = "VistaScan v2.40"
usbkbdwm = "NEC USB Keyboard and Mouse"
viadriver = "VIA Bus Master IDE Driver"
wacomdrv = "Wacom Digital Writing Device"
wcgodrv = "Creative Video Blaster WebCam Go and Go Plus camera drivers"
waveart = "Rockwell Wave Artist"
wce21 = "Windows CE Services"
winachsf = "Unsupported Conexant HSF Modem"
winmdm = "WinModem Device"
winner="Elsa Gloria L/MX Display Adapter"
wmcacaa = "Compaq Global MiniPCI 56K V.90 Modem by 3COM"
wscan316 = "WebScanX 3.1.6"
wtcls2k = "Pablo Tablet Drivers"
YACXG="Yamaha AC-XG NT4 Audio Drivers"
ydsxgdk="YAMAHA DS-XG Audio Docking Device (WDM)"
YMHSoftSynth="Yamaha SoftSynthesizer S-YXG50"
zmntmon = "Zip Magic 98"
zonealarm = "Zone Alarm"
@*:;
@*:;printupg stuff = phillipc
@*:;
hpaio4 ="HP OfficeJet R Series"
brth7150 ="Brother MFC 7150"
cpqij ="Compaq IJ700/IJ900"
cnbj51 ="Canon BJC-5100"
epscolor ="Epson Stylus Color Series"
epson3 ="EPSON Stylus Series & IP-100"
epson1 ="EPSON ActionLaser & EPL Series"
hplj3100 ="HP LaserJet 3100"
hp4050p6 ="HP LaserJet 4050/8000/8100 PCL6 Series"
hplj4050 ="HP LaserJet 4050/8000/8100 PCL5e Series"
hplj5e ="HP LaserJet 4/5/6 Series"
hp_pld ="HP Laserjet 5 / 6 Series Driver"
hpclj450 ="HP C LaserJet 4500-HP"
hpclj850 ="HP CLJ 8500 - PCL"
hpdsk6 ="HP DeskJet 820C Series Printer"
hpdj810 ="HP DeskJet 810C Series Printer"
hpdj880 ="HP DeskJet"
hpdsk14 ="HP DeskJet 710C Series"
hpdsk7 ="HP DeskJet 720C Series"
hpdsk3 ="HP DeskJet 895C Series Printer"
hpdsk8 ="HP DeskJet 690C Series v11.0"
hpdsk9 ="HP DeskJet 680C Series v11.0"
hpdsk10 ="HP DeskJet 670C Series v11.0"
hpdsk11 ="HP DeskJet 660C v11.0"
hpdj610 ="HP DeskJet 610C Series"
hpdj815 ="HP DeskJet 815C Series Printer"
hpdj830 ="HP DeskJet 830C Series Printer"
hpaio1 ="HP OfficeJet Series 700 Printer"
hpdsk12 ="HP DeskJet 1100C/1120C Series"
hpdsk5 ="HP DeskJet 850 Series"
hpdsk1 ="HP 2000C/2500C Printer"
hpdsk2 ="HP DeskJet 890C Series"
hpdsk4 ="HP DeskJet 870 Series"
hpdj1000 ="HP DeskJet 1000C Printer"
lex3200 ="Lexmark 3200 Series ColorFine"
lexoptra ="Lexmark Optra Series"
necpg1 ="NEC SuperScript Series"
okipg2 ="OKI OKIPAGE 8c"
okipg1 ="OKIPAGE 20n PCLXL : Advanced"
cnmulti1 ="Canon MultiPASS L6000 Printer"
alpsprt ="Alps MD-5000"
xerox1 ="Xerox DocuPrint P12"
mnlt1 ="Minolta Color PageWorks/Pro"
hpojg ="HP OfficeJet"
hpps ="HP PhotoSmart Series"
xerox2 ="Xerox WorkCentre 385"
xerox4 ="Xerox DocuPrint XJ6C"
lm5700 ="Lexmark 5700 Series Color Fine"
minpw20 ="Minolta Pageworks 20"
min8e ="Minolta Pageworks 8e"
mta57080 ="Mita DP-570/580"
xerox6 ="Xerox DocuPrint P8"
okipg8w ="Okidata Okipage 8w"
epsphoto ="Epson Stylus Photo Series"
lmoptra ="Lexmark Optra Series"
xeroxwct ="Xerox WorkCentre 450cp"
hpmon = "HP Network Port Monitor"
// this is a localized registry key. Apparently it's not possible to just put the localized PART of the key in here.
// the localization MUST be identical to the name that W2k, where it was in netdlc.inf
// the same key is used in admin\ntsetup\inf\win4\inf\usa\hivesys.txt
hpmon_regkey = "SYSTEM\CurrentControlSet\Control\Print\Monitors\Hewlett-Packard Network Port"
sdselect = "Olympus CamMedia Flash Path"
@*:;
@*:;WIA stuff = IssaK
@*:;
WIA_HPI_USB = "HP PhotoSmart S20"
WIA_ARTEC_AS6E = "Artec AS6E scanner"
WIA_ACER_640P = "Acer 640P scanner"
WIA_VISIONEER_5300 = "Visioneer 5300 Scanner"
WIA_VISIONEER_6100 = "Visioneer 6100 or OneTouch scanner"
WIA_HP_3300C = "Hewlett-Packard ScanJet 3300C scanner"
WIA_HP_4300C = "Hewlett-Packard ScanJet 4300C scanner"
WIA_HP_5300C = "Hewlett-Packard ScanJet 5300C scanner"
WIA_MICROTEK = "Microtek Scanner"
WIA_KODAK_4800 = "Kodak 4800 or Kodak DC-290 camera"
WIA_CANONSCAN_620P = "Canon CanoScan 620P scanner"
WIA_CANONSCAN_S100 = "Canon PowerShot ELPH S100"
WIA_PLUSTEK_12000T = "Plustek 12000T"
@*:;
@*:;jamesb bulk changes
@*:;
spxio8pser = "Specialix I/O8+ Driver"
spxslxosser = "Specialix SX Driver"
spxrio = "Specialix RIO Driver"
spxspxdriver = "Specialix SPX PortDirector Driver"
spxsxdriver = "Specialix SX PortDirector Driver"
spxio8driver = "Specialix I/O8+ PortDirector Driver"
spxspeeddriver = "Specialix SPEED PortDirector Driver"
@*:;
@*:;String substitutions that include localizable parts
@*:;-Currently the parser cannot handle %string% insode quotes and
@*:;so we need the entire string in this section
@*:;
dccmanpath = "%systemdrive%\Program Files\windows ce services\dccman.exe"
snmpagents = "%systemdrive%\Program FIles\Siemens\SNMPAgents\Agents\HD_MIB.DLL"
intellisync = "%systemdrive%\Program Files\Intellisync\txcsm.exe"
intelatapf = "%systemdrive%\Program Files\Intel\IntelATA\IntelATA.exe"
naipath = "%systemdrive%\Program Files\Network Associates\VirusScan NT\VsTskMgr.exe"
palmvii = "%systemdrive%\program files\franklin covey\planner\palm\hotsync.exe"
@*:;
@*:; Unsupported video adapters - PeterA
@*:;
3dfx1 = "3dfx Interactive Inc Voodoo Voodoo 3D Acceleration Chip"
3dfx2 = "3dfx Voodoo2 3D Accelerator"
3Dlabs3 = "3Dlabs, Inc. Ltd GLint 500TX Sapphire 3D Accelerator"
3Dlabs4 = "3Dlabs, Inc. Ltd GLint Delta Geometry processor (not a display device)"
3Dlabs5 = "3Dlabs, Inc. Ltd GLint MX 3D Accelerator"
3Dlabs6 = "3Dlabs, Inc. Ltd GLint Gamma G1 (not a display device)"
3Dlabs7 = "3Dlabs, Inc. Ltd GLint R3 (not a display device)"
Alliance8 = "Alliance Semiconductor CA - USA ProVideo 6424 GUI Accelerator"
Alliance9 = "Alliance Semiconductor CA - USA AT25 ProMotion-AT3D"
ARK10 = "ARK Logic, Inc ARK2000PV Stingray GUI Accelerator"
Avance11 = "Avance Logic Inc. ALG2301 GUI Accelerator"
Chips12 = "Chips And Technologies 65555 VGA GUI Accelerator"
videodevice = "Video device"
Chromatic15 = "Chromatic Research Inc Mpact Media Processor"
Macronix16 = "Macronix International Co. Ltd. MX86251"
Matrox17 = "Matrox MGA-PX2085 Ultima/Atlas GUI Accelerator"
Matrox18 = "Matrox MGA-I Ultima/Impression GUI accelerator"
NEC19 = "NEC Corporation PoverVR PCX2 3D Accelerator"
NEC20 = "NEC Corporation PowerVR Neon 250 PowerVR series II graphics processor"
Rendition21 = "Rendition Inc Verite 2000"
S324 = "S3 Incorporated Vision 964 GUI Accelerator"
S325 = "S3 Incorporated 86C362/86C368 Trio3D2x & Trio3D2x+ AGP"
S332 = "S3 Incorporated 86C410 Savage 2000"
Sigma33 = "Sigma Designs Corp. REALmagic64/GX GUI Accelerator"
Silicon34 = "Silicon Integrated System SiS 6215 PCI Graphics & Video Accelerator"
Tseng35 = "Tseng Labs ET4000W32P-A GUI Accelerator"
Tseng36 = "Tseng Labs ET4000W32P-C GUI Accelerator"
Tseng37 = "Tseng Labs ET4000W32P-D GUI Accelerator"
Tseng38 = "Tseng Labs ET6000 Graphics/Multimedia Engine"
Weitek42 = "Weitek P9000 GUI Accelerator"