home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 1993-11-16 | 45.6 KB | 1,696 lines
;*************************************************************************** ;* Norton Desktop Version 3.0 Network Workstation Script * ;* FOR VERSION 3.2+ OF SYMANTEC INSTALL FOR WINDOWS * ;*************************************************************************** [InstallVersion] 3.2 [process] NetUserInstall ;////////////////////////////// ;// Background Bitmaps ;////////////////////////////// switch02 = IsVideo.1280 #if switch02 Bitmaps.pix2 #else Bitmaps.pix #endif ;////////////////////////////// ;// Initialization ;////////////////////////////// NDWCopy = SetActiveCopy Backup.siwndw ResetTarget.SetLocalDir GetSymantecDir ; Symantec dir will be in target5 switch01 = IsRegistered #ifnot switch01 Registration #endif ;////////////////////////////// ;// Drive Selection ;////////////////////////////// :drivesel CallProc.dowelcome ; Call revolver custom dll for target path ;////////////////////////////// ;// Disk Space Checking ;////////////////////////////// :checkspace switch95 = FALSE switch96 = FALSE switch99 = CheckDiskSpace.TARGET #ifnot switch99 DiskSpaceError.nospace #endif #if switch95 goto.drivesel #endif ;////////////////////////////// ;// Backup of startup files ;////////////////////////////// Backup.SaveEm ; Backup up files switch10=exists.CheckEm ; check for original backups #ifnot switch10 Backup.original ; make original backups #endif ;////////////////////////////// ;// Get rid of old symevnt.dll ;////////////////////////////// switch13 = IsInstallShell #if switch13 CallProcEx.NukeSymevntDll #endif ;////////////////////////////// ;// Find out what we're installing ;////////////////////////////// switch12 = exists.ndwini switch14 = exists.scheduledat switch15 = exists.fassistini switch16 = exists.CheckNlaunch switch40 = exists.CheckBackup switch41 = exists.CheckNav switch42 = exists.ScreenSaver switch43 = exists.Scriptmaker switch44 = exists.Viewers switch45 = exists.Scheduler switch46 = exists.CDXDll switch85 = exists.CheckEmSetups #ifnot switch40 ; If backup wasn't installed, don't copy switch85 = TRUE ; setup files #endif ; If scheduler wasn't installed, don't copy #ifnot switch45 ; dat file switch14 = TRUE #endif #ifnot switch46 ; If fassist wasn't installed, don't copy switch15 = TRUE ; it's ini file #endif ;////////////////////////////// ;// Config.sys modifications ;////////////////////////////// ; Figure out what needs to be done to the ; config.sys switch20 = CheckNumericEntry.CheckFiles switch22 = VerifyStartup.CheckSymVar NOT.switch20 NOT.switch22 ModifyTextFile.confignav ;////////////////////////////// ;// Autoexec.bat modifications ;////////////////////////////// ;switch23 = VerifyStartup.CheckImage ;NOT.switch23 switch23 = TRUE ModifyTextFile.autoexec ;////////////////////////////// ;// Virus scanning ;////////////////////////////// #if switch41 switch25 = MessageYesNo.AskVScan #if switch25 backup.VScanDlls switch26 = CallProcEx.DoVScan delete.delVScanDlls #ifnot switch26 exit #endif #endif #endif ;////////////////////////////// ;// Copy the files ;////////////////////////////// NOT.switch41 NOT.switch40 NOT.switch42 NOT.switch43 NOT.switch45 NOT.switch46 switch50 = CallProcEx.CheckCDXDates DisableUtils copy EnableUtils ;Backup.ndwexe ;////////////////////////////// ;// Create the icons ;////////////////////////////// switch30 = VerifyIni.checkshell switch13 = IsInstallShell #if switch30 #if switch13 CallProc.ExecNDW30 NDW3Groups #else groups #endif #else groups #endif ncdtree ; Create ncd trees ;delete.Deletendwexe ;////////////////////////////// ;// Default Editor settings ;////////////////////////////// switch31 = VerifyIni.CheckEditor #if switch31 switch19 = FALSE #else switch19 = MessageYesNo.defaulteditor #endif #if switch19 UpdateIni.AddDeskedit switch31 = TRUE #endif ;////////////////////////////// ;// Change the shell to NDW ;////////////////////////////// #ifnot switch30 switch17 = Dialog.MakeShell #else switch17 = TRUE #endif #if switch17 UpdateIni.ndwshell #else RemoveFromLoad.removecdx ; Add CDXHost to the load line if NDW is RemoveFromLoad.removecdx2 ; not going to be the shell #endif ;////////////////////////////// ;// Winfile.ini modifications ;////////////////////////////// switch19 = exists.winfileini #if switch19 DelFromIni.DelWinfileExts #endif UpdateIni.ChgWinfileExts ;////////////////////////////// ;// System.ini modifications ;////////////////////////////// DelFromIni.DelVxds ; Delete old vxds AddToIni.AddSymevent ; Add Symevent #ifnot switch40 ; Add NBackup entries to system.ini DelFromIni.delvfintd AddToIni.addvfintd #endif DelFromIni.delvnavd ; Remove old nav vxd #ifnot switch42 DelFromIni.DelVnss ; Add new Screen Saver vxd AddToIni.AddVnss #endif ;////////////////////////////// ;// Win.ini modifications ;////////////////////////////// RemoveFromLoad.removeftrack UpdateIni.AddDocuments #ifnot switch40 UpdateIni.AddBackupExts ; Backup extensions #endif RemoveFromLoad.removenavpopup #ifnot switch41 RemoveFromLoad.removenavwin UpdateIni.addnavwin #endif #ifnot switch43 UpdateIni.AddSMExts #endif #ifnot switch17 #ifnot switch46 UpdateIni.addcdx #endif #endif UpdateIni.AddMiscExts ;////////////////////////////// ;// Ndw.ini modifications ;////////////////////////////// DelFromIni.DelViewer-Parsers DelFromIni.DelViewer-Filemap UpdateIni.AddViewer-Parsers UpdateIni.AddViewer-Filemap UpdateIni.AddVwrExtDef UpdateIni.SetMainPaths #if switch12 UpdateIni.AddNviewerSwitch UpdateIni.SetOtherNDWDefaults #endif ;#ifnot switch41 ; RemoveFromLoad.removenavwin2 ; UpdateIni.IdleLoadNav ;#endif switch52=VerifyBackupPaths.CheckBackupEntry #if switch40 switch52 = FALSE #endif #if switch52 UpdateIni.BackupPaths #endif ;////////////////////////////// ;// Schedule.ini modifications ;////////////////////////////// #ifnot switch45 UpdateIni.AddNewSched #endif ;////////////////////////////// ;// Fassist.ini modifications ;////////////////////////////// #if switch50 #ifnot switch46 switch51 = VerifyIni.CDXWinword #if switch51 DelFromIni.RedoWinword #endif #endif #endif ;UpdateIni.FassistEnable ;////////////////////////////// ;// Rescue disk ;////////////////////////////// ExecChildProcess.DoRescue ;////////////////////////////// ;// Update Reg Database ;////////////////////////////// #ifnot switch43 DelRegKey.ScriptMakerDelReg MergeRegFile.ScriptMakerReg #endif #if switch31 DelRegKey.DeskeditDelReg MergeRegFile.DeskeditReg #endif ;////////////////////////////// ;// Clean up ;////////////////////////////// delete.ndw20files delete.custdll Delete.Leftovers ;////////////////////////////// ;// Prepare for exit ;////////////////////////////// #if switch13 EndNoRestart.byereboot #else End.byewarn #endif end ;*************************************************************************** ;* SubProc Executed When Install Takes Over As Shell * ;*************************************************************************** [SubProc] Backup.siwndw CallProcEx.FindSymevntDll DelFromIni.DelAllVxds Return ;*************************************************************************** ;* Dialog Info * ;*************************************************************************** [NDWCopy:CopyDialog] caption = "Copying Norton Desktop Files..." posx = -10 posy = -10 [NDWCopy:Primary] caption = "Norton Desktop 3.0 Main Selection" button1 = "Select..." button2 = "Select..." button3 = "Select..." button4 = "Select..." button5 = "Select..." text = App1Text [App1Text] "Please select the items you want to install. If a selection" "has a button to the right, you can select individual files or" "components." [NDWCopy:Component] caption = "Norton Desktop 3.0 Component Selection" text = "Select/Deselect the components you want to install. Checked items will be installed." [NDWCopy:Advo] posx = 20 posy = 60 count = 12 location = siwndw.dll BitmapsOnly = 1 [AdvoDefault] posx = 20 posy = 30 text = AdvoText [AdvoText] "Please take a moment to complete the Product Registration Card "included with your product and return it to Symantec." "" "This will ensure that you receive future product announcements" "and important notices. It will also qualify you for any discounts" "on future upgrades." "" "Thank you for purchasing Norton Desktop!" [NDWCopy:TypeSelect] count = 3 caption = "Norton Desktop 3.0 Install Type Selection" text = "Please select the type of install you want to perform." grouptext = "Install Types" button1 = "&Automatic Install" button2 = "&Interactive Install" button3 = "&Custom Install" descrip1 = "Installs the entire Norton Desktop using our default settings. This requires a total of 15 MB of disk space." descrip2 = "Installs Norton Desktop as above but gives you more control over some of the installation options." descrip3 = "Lets you choose which Norton Desktop modules to install. If you need more options later, you can run install again." ;*************************************************************************** ;* Message Text * ;*************************************************************************** [bye] caption = "Norton Desktop - Install Complete" "This concludes the Network User installation " "of Norton Desktop." " " "Thank You for Choosing the Leader in Utilities Software." " " "Select one of the exit options below." [byewarn] caption = "Norton Desktop - Install Complete" "This concludes the Network User installation " "of Norton Desktop." " " "Thank You for Choosing the Leader in Utilities Software." " " "Select one of the exit options below." "If you elected not to allow Install to modify your" "startup files, please note that Norton Desktop must" "be in your DOS PATH in order to run properly." [byereboot] caption = "Norton Desktop - Install Complete" "This concludes the Network User installation" "of Norton Desktop." "Thank You for Choosing the Leader in Utilities Software." " " "Select one of the exit options below." "Rebooting is highly recommended so that the changes" "to your startup files can take effect. Please remove" "all floppy disks from the drives. If you choose to" "exit to DOS, please note that you should reboot your" "machine before starting Windows." [MakeShell] caption = "Norton Desktop - Change Shell" "Do you want to make Norton Desktop" "your Windows shell?" "" "Normally, Program Manager is the" "shell -- the interface between you" "and Windows. Norton Desktop provides" "greater functionality, yet retains" "all of your existing Program Manager" "groups." [defaulteditor] caption = "Norton Desktop - Default Editor" "Would you like the Norton Desktop" "Editor as your default text editor?" [AskVScan] caption = "Scan For Viruses" "Would you like to scan your hard" "disk for viruses before copying the" "Norton Desktop files?" [VirusContinue] caption = "Norton Desktop - Install" "Since a virus was found on your" "system, you should exit now to run" "Norton AntiVirus and correct the" "problem." "" "Do you want to exit now?" [nospace] caption = "Insufficient Disk Space" text = idstext radio1 = "&Change Drive" radio2 = "C&ontinue Installation" descrip1 = "Choose this option to change the installation drive to another with more space available." descrip2 = "This option may result in an incomplete installation. We recommend that you choose one of the above options or exit the install and delete files." AllowContinue = 0 [idstext] "There is insufficient disk space on the current target drive (%c:). " "Currently, there is %u KB of space on the drive and the installation" "will require approximately %u KB. Please choose one of the options" "below or exit installation and delete files to free more space." [Registration] caption = "Norton Desktop - Registration" text1 = regtext "Welcome to the Norton Desktop installation program. Please register your name and company before continuing:" text2 = "&Name:" text3 = "&Company:" Cancel = "Cancel" Help = "&Help" appname = nwin2.dll prevappname = string = "Symantec Install for Windows" active = yes [regtext] "Welcome to Norton Desktop 3.0!" "" "Norton Desktop will be installed on your workstation" "drive and will take approximately 2.6 MB of disk space." "" "Please register your name and company below:" [BackupSearch] caption = "Searching for Newer Version" text1 = "Searching for a newer version" text2 = "of Norton Backup." appname = nbwin.exe apppath = C:\NDW existslist = NBkpExists DateCheck = nbx.dll [NBkpExists] nbwfd.dll, target nbwres.dll, target nbwtd.dll, target nbx.dll, target [VersionSearch] caption = "Searching for Previous Version" text1 = "Searching for a previously" text2 = "installed version of Norton Desktop." appname = "nlaunch.dat" apppath = C:\NDW [SymantecDir] caption = "Searching for Shared Directory" text1 = "Searching for the Symantec shared" text2 = "files subdirectory." appname = "symcfg.bin" apppath = C:\SYMNTC [TargetDrive] caption = "Install Norton Desktop Files" defpath = C:\NDW text = "Please select the drive/directory where you want to install Norton Desktop." reqspace= "Approximate additional disk space required" [errors] noprev = "Symantec Install for Windows is already running!" [FileCopy] copycaption = "Installing Norton Desktop for Windows" errorcaption = "Error Copying Files" insertcaption = "Insert Diskette" Message = MessageText [cancel] caption = "Norton Desktop - Exit Install" text = "Are you sure you want to exit?" [cancelshell] caption = "Norton Desktop - Exit Install" "You have selected to cancel Install." "In order to reset the Windows" "environment, Install will also close" "Windows. Are you sure you want to exit?" ;*************************************************************************** ;* NDW Ini modifications * ;*************************************************************************** [DelViewer-Filemap] IniName=ndw.ini SectionName=Viewer-Filemap CRD=* CDR=* PIC=* WMF=* DRW=* DB=* WPG=* TXT=* DOC=* WPS=* SAM=* BAT=* INI=* SYS=* EXE=* DLL=* PRS=* DSP=* NSS=* OVL=* OVR=* OV1=* OV2=* OV3=* OV4=* COM=* WK3=* WK1=* WKT=* WKQ=* WKS=* WQ1=* XLS=* XLC=* XLW=* XLA=* XLM=* DBF=* DB=* BMP=* RLE=* DIB=* GIF=* PCX=* ZIP=* ZOO=* ARC=* PAK=* LZH=* ICO=* IC=* NIL=* ICL=* TIF=* _SE=* JW=* [DelViewer-Parsers] IniName=ndw.ini SectionName=Viewer-Parsers CRDFILE.PRS=* CDR.PRS=* PDX.PRS=* WMF.PRS=* DRW.PRS=* DRAW.PRS=* WPV.PRS=* DOC.PRS=* L123.PRS=* MSEXCEL.PRS=* SYMDBASE=* ZIP.PRS=* BMP.PRS=* GIF.PRS=* PCX.PRS=* PROG.PRS=* HEX.PRS=* ICO.PRS=* TIF.PRS=* WPGI.PRS=* JWQAPRS.DLL=* DBASE.PRS=* [AddViewer-Filemap] IniName=ndw.ini SectionName=Viewer-Filemap CRD="SYMCRDFL.PRS SYMHEX.PRS" CDR="SYMCDR.PRS SYMHEX.PRS" CUR="SYMCUR.PRS SYMHEX.PRS" PIC="SYMDRAW.PRS SYMHEX.PRS" WMF="SYMWMF.PRS SYMHEX.PRS" DRW="SYMDRW.PRS SYMHEX.PRS" DB="SYMPDX.PRS SYMHEX.PRS" WPG="SYMWPG.PRS SYMHEX.PRS" TXT="SYMDOC.PRS SYMHEX.PRS" DOC="SYMDOC.PRS JWQAPRS.DLL SYMHEX.PRS" WPS="SYMDOC.PRS SYMHEX.PRS" SAM="SYMDOC.PRS SYMHEX.PRS" BAT="SYMDOC.PRS SYMHEX.PRS" INI="SYMDOC.PRS SYMHEX.PRS" SYS="SYMDOC.PRS SYMHEX.PRS" EXE="SYMPROG.PRS SYMHEX.PRS" DLL="SYMPROG.PRS SYMHEX.PRS" PRS="SYMPROG.PRS SYMHEX.PRS" DSP="SYMPROG.PRS SYMHEX.PRS" NSS="SYMPROG.PRS SYMHEX.PRS" OVL="SYMPROG.PRS SYMHEX.PRS" OVR="SYMPROG.PRS SYMHEX.PRS" OV1="SYMPROG.PRS SYMHEX.PRS" OV2="SYMPROG.PRS SYMHEX.PRS" OV3="SYMPROG.PRS SYMHEX.PRS" OV4="SYMPROG.PRS SYMHEX.PRS" COM="SYMPROG.PRS SYMHEX.PRS" WK3="SYML123.PRS SYMHEX.PRS" WK4="SYML123.PRS SYMHEX.PRS" WK1="SYML123.PRS SYMHEX.PRS" WKT="SYML123.PRS SYMHEX.PRS" WKQ="SYML123.PRS SYMHEX.PRS" WKS="SYML123.PRS SYMHEX.PRS" WQ1="SYML123.PRS SYMHEX.PRS" XLS="SYMEXCEL.PRS SYMHEX.PRS" XLC="SYMEXCEL.PRS SYMHEX.PRS" XLW="SYMEXCEL.PRS SYMHEX.PRS" XLA="SYMEXCEL.PRS SYMHEX.PRS" XLM="SYMEXCEL.PRS SYMHEX.PRS" XLT="SYMEXCEL.PRS SYMHEX.PRS" DBF="SYMDBASE.PRS SYMHEX.PRS" DB="SYMPDX.PRS SYMHEX.PRS" BMP="SYMBMP.PRS SYMHEX.PRS" RLE="SYMBMP.PRS SYMHEX.PRS" DIB="SYMBMP.PRS SYMHEX.PRS" GIF="SYMGIF.PRS SYMHEX.PRS" PCX="SYMPCX.PRS SYMBMP.PRS SYMHEX.PRS" ZIP="SYMZIP.PRS SYMHEX.PRS" ZOO="SYMZIP.PRS SYMHEX.PRS" ARC="SYMZIP.PRS SYMHEX.PRS" PAK="SYMZIP.PRS SYMHEX.PRS" LZH="SYMZIP.PRS SYMHEX.PRS" ICO="SYMICO.PRS SYMHEX.PRS" IC="SYMICO.PRS SYMHEX.PRS" NIL="SYMICO.PRS SYMHEX.PRS" ICL="SYMICO.PRS SYMHEX.PRS" TIF="SYMTIF.PRS SYMHEX.PRS" _SE="SYMDOC.PRS SYMHEX.PRS" DTF="SYMQA.PRS SYMHEX.PRS" FLC="SYMMM.DSP SYMHEX.PRS" FLI="SYMMM.DSP SYMHEX.PRS" JW="JWQAPRS.DLL SYMHEX.PRS" [AddViewer-Parsers] IniName=ndw.ini SectionName=Viewer-Parsers SYMCRDFL.PRS="Windows Cardfile" SYMCDR.PRS="Corel Draw" SYMCUR.PRS="Windows Cursor" SYMPDX.PRS=Paradox SYMWMF.PRS="Window Metafile" SYMDRW.PRS="Micrografx Designer" SYMDRAW.PRS="Micrografx Draw" SYMDOC.PRS="Documents & Text" SYML123.PRS="Lotus 1-2-3" SYMEXCEL.PRS="Microsoft Excel" SYMDBASE.PRS=dBASE SYMZIP.PRS="Compressed Archives" SYMBMP.PRS="Windows Bitmaps" SYMGIF.PRS="CompuServe GIF" SYMPCX.PRS="Paintbrush (PCX)" SYMPROG.PRS=Programs SYMHEX.PRS="Hex Dump" SYMICO.PRS="Windows Icons" SYMTIF.PRS="TIFF (Grayscale & Color)" SYMWPG.PRS="WordPerfect Image Graphics" SYMQA.PRS="Q&A Database" SYMMM.DSP="Symantec Multimedia Viewer" JWQAPRS.DLL="Just Write/Q&A Viewer" [AddVwrExtDef] IniName = ndw.ini SectionName = "Viewer-Default Extensions" ExcelWorksheet = .xls ExcelChart = .xlc WordDocument = .doc PBrush = .bmp [SetMainPaths] IniName = ndw.ini SectionName = "Quick Access" MainPath=%s\QAMAIN.QAG, TARGET SectionName = Configuration NDWDir=%s, TARGET SectionName = Defaults DefaultIconLib = %s\NDW3A.NIL, TARGET [AddNviewerSwitch] IniName = ndw.ini SectionName = NViewer QuickClose&Min="0 ; 1 = Right button on NViewer client area to close windows" [SetOtherNDWDefaults] IniName = ndw.ini Sectioname = Defaults IconSearchLevel = 0 [IdleLoadNav] IniName = ndw.ini SectionName = windows load=%s\navtsrw.exe, TARGET, append [BackupPaths] IniName = ndw.ini SectionName = NBackup "Setup File Path"=%s\, TARGET "Catalog Path"=%s, TARGET "Setup File 1"= "Setup File 2"= "Setup File 3"= "Setup File 4"= "Setup File 5"= "Setup File Name"=DEFAULT.SET [CheckBackupEntry] file=ndw.ini ;*************************************************************************** ;* Fassist.ini Modifications * ;*************************************************************************** [CDXWinword] IniName = fassist.ini SectionName = global WinwordInstalled=1 [RedoWinword] IniName = fassist.ini SectionName = global WinwordInstalled=* [FassistEnable] IniName = fassist.ini Sectionname = global Enabled=1 ;*************************************************************************** ;* Schedule.ini Additions * ;*************************************************************************** [AddNewSched] IniName = %s\schedule.ini, WINDOWS SectionName = Scheduler ButtonStyle = 838 StatusBar = 1 Hide = 0 AutoLoad = 0 SectionName = NamedEvents NamedEvent1 = 1 NamedEvent0 = 1 NamedEvent999 = 0 SectionName = NamedEvent1 Name="Scan for Viruses" Prompt="&What to Scan:" CommandLine=NAVW.EXE StartupDir=%s, TARGET RunStyle=1 SectionName = NamedEvent0 Name="Backup System" Prompt="&What to Backup:" CommandLine="NBWIN.EXE -A -M" StartupDir=%s, TARGET RunStyle=1 SectionName = NamedEvent999 Name="Run Disk Doctor" Prompt= CommandLine="NDDW.EXE /Q" StartupDir=%s, TARGET RunStyle=0 ;*************************************************************************** ;* System.ini Additions * ;*************************************************************************** ; VXD Additions [AddSymevent] IniName = system.ini SectionName = 386enh device="symevnt.386 ; Added by Norton Desktop" [addvfintd] IniName = system.ini SectionName = 386enh device = "%s\vfintd.386 ; Added by Norton Desktop", TARGET [AddVnss] IniName = system.ini SectionName = 386enh device="%s\VNSS.386 ; Added by Norton Desktop", TARGET ; Shell Line [ndwshell] IniName = system.ini SectionName = boot shell=%s\ndw.exe, TARGET ;*************************************************************************** ;* System.ini Deletions * ;*************************************************************************** ; VXD Deletions [DelVxds] IniName = system.ini SectionName = 386enh device=*vndwd.386* device=*symevnt.386* [DelAllVxds] IniName = system.ini SectionName = 386enh device=*symevnt.386* device=*vfintd.386* device=*vnss.386* device=*vndwd.386 device=*vnavd.386 [DelSymevent] IniName = system.ini SectionName = 386enh device=*symevnt.386* [delvfintd] IniName = system.ini SectionName = 386enh device = *vfintd* [delvnavd] IniName = system.ini SectionName = 386enh device = *vnavd.386* [DelVnss] IniName = system.ini SectionName = 386enh device=*vnss.386* ;*************************************************************************** ;* Win.ini Additions * ;*************************************************************************** ; Load Line [addnavwin] IniName = win.ini SectionName = windows load = %s\navtsrw.exe, TARGET, append [addcdx] IniName = win.ini SectionName = windows load = %s\fassist.exe, SOURCE, append ; Extensions [AddDeskedit] IniName = win.ini SectionName = extensions txt="%s\deskedit.exe ^.txt", TARGET ini="%s\deskedit.exe ^.ini", TARGET [AddSMExts] IniName = win.ini SectionName = extensions wbt = "%s\batchrun.exe ^.wbt", TARGET wbm = "%s\batchrun.exe ^.wbm", TARGET sm = "%s\deskedit /b ^.sm", TARGET [AddBackupExts] IniName=win.ini SectionName=Extensions set="%s\nbwin.exe ^.set", TARGET [AddMiscExts] IniName = win.ini SectionName = extensions nil="%s\iconedit.exe ^.nil", TARGET ; Misc [AddDocuments] IniName=win.ini SectionName=windows Documents="doc txt wri xls xlc sam jw jwt tg1 qw qwt" ;*************************************************************************** ;* Win.ini Deletions * ;*************************************************************************** ; Load Line [removeftrack] loadftrk.exe [removenavwin] navtsrw.exe [removenavwin2] navtsrw.exe, ndw.ini [removenavpopup] navpopup.exe [RemoveCDX] fassist.exe cdxhost.exe [RemoveCDX2] fassist.exe, ndw.ini ;*************************************************************************** ;* Winfile.ini Modifications * ;*************************************************************************** [ChgWinfileExts] IniName = winfile.ini SectionName = Settings NortonDesktopTools=&Tools undelete.dll=nfmext.dll SectionName=NortonDesktop ToolsTitle=&Norton SectionName=AddOns NortonDesktopDll=nfmext.dll [DelWinfileExts] IniName = winfile.ini SectionName = Settings undelete.dll=* SectionName = AddOns "MS-DOS Tools Extentions"=* ;*************************************************************************** ;* Ini Verifications * ;*************************************************************************** [checkshell] IniName = system.ini SectionName = boot shell=*ndw.exe [CheckEditor] IniName = win.ini SectionName = extensions txt=*deskedit* [CheckEmSetups] assist.set, target dbase.set, target full.set, target sprdsht.set, target wordproc.set, target ;*************************************************************************** ;* Delete Files * ;*************************************************************************** [custdll] siwndw.dll, WINDOWS [NDW20files] ARTGALRY.NSS, TARGET BATCHRUN.WBT, TARGET BLANKER.NSS, TARGET BOX.WBD, TARGET CONTENTS.TXT, TARGET EYES.NSS, TARGET FADE.NSS, TARGET GRAPHS.NSS, TARGET KC.EXE, TARGET KCRAYON.NSS, TARGET LOADRUN.WBT, TARGET MESSAGE.NSS, TARGET NAV.DAT, TARGET NAVDLL.DLL, TARGET NAVPOPUP.EXE, TARGET NAVUTIL.DLL, TARGET NDW.EXE, WINDOWS NDW.ND0, WINDOWS NDWCLOSE.WBT, TARGET NDWMACRO.EXE, TARGET NDWMAIN.EXE, TARGET NDWTIME.WBT, TARGET NMAIL.DLL, TARGET NPACK22.EXE, TARGET NSS.DAT, TARGET NSSCLOCK.NSS, TARGET NWCONN.DLL, TARGET NWCORE.DLL, TARGET NWMISC.DLL, TARGET RANDOM.NSS, TARGET SETTINGS.WBT, TARGET SHELL.WBT, TARGET SHRED.EXE, TARGET SHUFFLE.NSS, TARGET SPIRO.NSS, TARGET SPOTLITE.NSS, TARGET STICKFIG.NSS, TARGET SYSTEM.ND0, WINDOWS SYTRIVIA.NSS, TARGET TEMPFILE.WBT, TARGET TRAIL.NSS, TARGET TRIVIA.NSS, TARGET VNAVD.386, SYSTEM VNAVD.386, TARGET VNDWD.386, SYSTEM VNDWD.386, TARGET WIN.ND0, WINDOWS WINFILE.ND0, WINDOWS C:\AUTOEXEC.ND0 C:\CONFIG.ND0 [Leftovers] win.siw, WINDOWS system.siw, WINDOWS sm.reg, TARGET de.reg, TARGET ndw.exe, WINDOWS icocache.dat, TARGET ;*************************************************************************** ;* External function calls * ;*************************************************************************** [dowelcome] dll = siwndw.dll function = DoWelcomeDlg caption = "Norton Desktop 3.0 - Select Installation Path" lasttext = "You may exit install at any time by clicking on any Exit Install button." newtext = newwelcome prevtext = prevwelcome [newwelcome] "The Network User portion of Norton Desktop will be installed" "into the directory below which will be created on your hard" "drive. The files will take between 1 and 2.6 MB of disk space." "" "To install to a different location, please enter the drive and" "directory below." [prevwelcome] "Norton Desktop will be installed into the directory below and will" "replace the existing version of Norton Desktop currently in that" "directory. Your current configuration and customization settings" "will be saved. Installation will take up to 2.6 MB of disk space." "" "To install Norton Desktop to a different location, please enter the" "drive and directory below." [VScanDlls] scaninst.dll, scaninst.dll, SOURCE, WINDOWS virscan2.dll, virscan2.dll, SOURCE, WINDOWS virscan.dat, virscan.dat, SOURCE, WINDOWS inscanf.dat, inscanf.dat, SOURCE, WINDOWS inscanb.dat, inscanb.dat, SOURCE, WINDOWS inscanm.dat, inscanm.dat, SOURCE, WINDOWS siwvscan.dll, siwvscan.dll, SOURCE, WINDOWS symkrnl2.dll, symkrnl2.dll, SOURCE, WINDOWS symutil2.dll, symutil2.dll, SOURCE, WINDOWS symgui2.dll, symgui2.dll, SOURCE, WINDOWS [delVscanDlls] scaninst.dll, WINDOWS virscan2.dll, WINDOWS virscan.dat, WINDOWS inscanf.dat, WINDOWS inscanb.dat, WINDOWS inscanm.dat, WINDOWS siwvscan.dll, WINDOWS symkrnl2.dll, WINDOWS symutil2.dll, WINDOWS symgui2.dll, WINDOWS symkrnl1.dll, WINDOWS [DoVScan] dll = siwvscan.dll function = ScanForViruses [VirusScan] dllname = scaninst.dll caption = "Scanning For Viruses" scanboot = yes scanmem = yes scanfloppy = no scanfixed = yes abortiffound = no recommendtext = VirusFoundText [VirusFoundText] "A virus was found on your system." "You should run NAV.EXE from the" "Fix-It disk before continuing the" "installation. You can view the" "NDWREAD.TXT file for more information." "Would you like to exit install now" "to correct the problem?" [ExecNdw30] dll = siwndw.dll function = LaunchNDW30 [CheckCDXDates] dll = siwndw.dll function = CheckCDXDates FindSymevntDll] dll = siwndw.dll function = FindSymevnt [NukeSymevntDll] dll = siwndw.dll function = NukeSymevnt ;*************************************************************************** ;* Misc install functions * ;*************************************************************************** [SetLocalDir] reset = TARGET location = %s\NDW, WINDOWS [CheckNav] navtsr.exe, SOURCE [CheckBackup] nbwin.exe, SOURCE [ScreenSaver] sleeper.exe, SOURCE [ScriptMaker] batchrun.exe, SOURCE [Viewers] nviewer.exe, SOURCE [Scheduler] schedule.exe, SOURCE [CDXDll] fassist.dll, SOURCE [deskedit] deskedit.exe, SOURCE [winfileini] winfile.ini, WINDOWS [quakedlls] symkrnl0.dll, target [VerDll] ver.dll, system [ndwini30] ndw.pr2, windows [ndwini] ndw.ini, windows [scheduledat] schedule.dat, TARGET [CheckEm] system.nd3, WINDOWS [CheckNlaunch] nlaunch.dat, TARGET [CheckImage] file = c:\autoexec.bat findrems = 0 finditems = FindImage filetype = autoexec [FindImage] %s\image.exe, TARGET [textfiles] ext = .txt exe = "deskedit.exe %1" insert = TARGET [inifiles] ext = .ini exe = "deskedit.exe %1" insert = TARGET [SymBrowse] reset = TARGET5 defdir = C:\SYMNTC [Deletendwexe] ndw.exe, WINDOWS [ncdtree] caption = "Norton Desktop - NCD Tree Creation" text1 = "Scanning drive %c: for file information." [DeskeditDelReg] .txt .ini [DeskeditReg] file = %s\de.reg, TARGET location = SOURCE [ScriptMakerDelReg] .sm [ScriptMakerReg] file = %s\sm.reg, TARGET location = SOURCE [fassistini] fassist.ini, WINDOWS ;*************************************************************************** ;* File backup * ;*************************************************************************** [SaveEm] win.ini, win.nd1, WINDOWS, WINDOWS system.ini, system.nd1, WINDOWS, WINDOWS ndw.ini, ndw.nd1, WINDOWS, WINDOWS winfile.ini, winfile.nd1, WINDOWS, WINDOWS c:\config.sys, c:\config.nd1 c:\autoexec.bat, c:\autoexec.nd1 [original] win.ini, win.nd3, WINDOWS, WINDOWS system.ini, system.nd3, WINDOWS, WINDOWS ndw.ini, ndw.nd3, WINDOWS, WINDOWS winfile.ini, winfile.nd3, WINDOWS, WINDOWS c:\config.sys, c:\config.nd3 c:\autoexec.bat, c:\autoexec.nd3 [siwndw] siwndw.dll, siwndw.dll, SOURCE, WINDOWS [CheckFiles] file=c:\config.sys CompLine=files=50, greaterthan FindRems=0 [CheckSymVar] file = c:\autoexec.bat finditems = Checksym [Checksym] "set symantec=%s", TARGET5 [ndwexe] ndw.exe, ndw.exe, TARGET, WINDOWS [DoRescue] "%s\rescuew.exe /REGMSG", SOURCE [pix] color = %s\ndw1024.bmp, 1, 1 color = %s\symlogo.rle, -1, 1 [pix2] color = %s\ndw1024.bmp color = %s\symlogo.rle, -1, 1 ;*************************************************************************** ;* Config.sys mods * ;*************************************************************************** [ConfigNav] caption = "Norton Desktop - Modify Config.sys File" text1 = "The following modifications need to be made to your config.sys file. To edit the file, click the Edit button." FileSpec = c:\config.sys filetype = config rem1 = "rem" rem2 = rem3 = rem4 = FindRems = 0 EditCaption = "Edit Config.sys" EditText = "Make the desired changes to the file and click Done when finished. To cancel this and all previous edits, click Cancel Edit." AddPath = DelItems = ConfigDelItems AddItems = ConfigAddItems RemItems = ConfigRemItems [ConfigRemItems] *vsafe.sys*, switch41 *vsafe.com*, switch41 *vwatch.sys*, switch41 *vwatch.com*, switch41 *nav&.sys*, switch41 *nav_.sys*, switch41 "files=*", switch20 "files =*", switch20 "*navtsr.exe*" "*navtsr*" [ConfigAddItems] "files=50", switch20 "device=%s\navtsr.exe", target, switch41, putmeafterthis=navafterthis [navafterthis] *qemm* *sstordrv.com* *stacker.com* *sswap.com* *devswap.com* *sstordrv.sys* *dmdrvr.bin* *fixt_drv.sys* *multivol.sys* *hardrive.sys* *edvr.sys* *splt_drv.sys* *rcd.sys* *sydriver.sys* *sqdriver.sys* *syq55.sys* *qemm386.sys* *emm386.sys* *emm386.exe* *s-ice.exe* *bc.sys* *386max.sys* *bluemax.sys* ;*************************************************************************** ;* Autoexec Mods * ;*************************************************************************** [Autoexec] caption = "Norton Desktop - Modify Autoexec.bat File" text1 = "The following modifications need to be made to your autoexec.bat file. To edit the file, click the Edit button." FileSpec = c:\autoexec.bat filetype = autoexec rem1 = "rem" rem2 = rem3 = rem4 = FindRems = 0 EditCaption = "Edit Autoexec.bat" EditText = "Make the desired changes to the file and click Done when finished. To cancel this and all previous edits, click Cancel Edit." AddPath = SOURCE, TARGET DelItems = AutoexecDelItems AddItems = AutoexecAddItems RemItems = AutoexecRemItems [AutoexecRemItems] "SET SYMANTEC=*", switch22 "*image*", switch23 [AutoexecAddItems] "SET SYMANTEC=%s", TARGET5 %s\image.exe, TARGET ;*************************************************************************** ;* SetShell section * ;*************************************************************************** [SetShell] AppIniName = ndw.ini WinIniName = win.ini SystemIniName = system.ini Message = MessageBox.SetShellMessage SysSectionName = boot WinSectionName = windows shell = %s\install.exe load = run = SetShellIfLoaded= Backup = Backup.SetShellSave Restore = Backup.SetShellRestore Active = yes IfActiveList=LoadedList SubProcess=SubProc [SetShellSave] win.ini, win.siw, WINDOWS, WINDOWS system.ini, system.siw, WINDOWS, WINDOWS [SetShellRestore] system.siw, system.ini, WINDOWS, WINDOWS win.siw, win.ini, WINDOWS, WINDOWS [LoadedList] nwin2.dll symkrnl2.dll symgui2.dll navtsrw.exe ctl3d.dll symevnt1.dll [SetShellMessage] caption = "Norton Desktop - Install Program" "Welcome to the Norton Desktop Network" "User Installation program. Please select" "OK to allow Install to restart Windows" "and continue the installation. Press" "Cancel to exit Install." [WindowsVersion] 3.10 "Norton Desktop 3.0 requires" "Windows 3.1 or greater." ;*************************************************************************** ;* Groups * ;*************************************************************************** [groups] "Norton Desktop Applications", ndw30.grp, DELETE [Norton Desktop Applications] "Norton Desktop", ndw.exe, baseFiles "Control Center", cfgndw.exe, baseFiles,, SOURCE "Load FileAssist", fassist.exe, basefiles,, SOURCE "Day Planner", dayplan.exe, baseFiles,, SOURCE "Speed Disk", sdw.exe, baseFiles,, SOURCE "Norton Disk Doctor", nddw.exe, baseFiles,, SOURCE "SmartErase", smterase.exe, baseFiles, SOURCE "Create Rescue Disk", rescuew.exe, baseFiles,, SOURCE "Norton AntiVirus", navw.exe, baseFiles,, TARGET "Norton Backup", nbwin.exe, baseFiles,, SOURCE "Scheduler", schedule.exe, baseFiles,, TARGET "System Information", siw.exe, baseFiles,, SOURCE "Desktop Editor", deskedit.exe, baseFiles,, SOURCE "Norton Viewer", nviewer.exe, baseFiles,, SOURCE "SuperFind", sfind.exe, baseFiles,, SOURCE "Script Maker", "deskedit.exe /b", baseFiles, 1, SOURCE "Dialog Editor", dlgedt.exe, baseFiles,, SOURCE "Screen Saver", sleeper.exe, baseFiles,, SOURCE "Icon Editor", iconedit.exe, baseFiles,, SOURCE "Disk Copy", wdskcopy.exe, baseFiles,, SOURCE "Format Disk", wformat.exe, baseFiles,, SOURCE "KeyFinder", keyfind.exe, baseFiles,, SOURCE "Financial Calculator", fincalc.exe, baseFiles,, SOURCE "Tape Calculator", tapecalc.exe, baseFiles,, SOURCE "Scientific Calculator", sicalc.exe, baseFiles,, SOURCE "Norton AntiVirus Auto-Protect", navtsrw.exe, baseFiles,, TARGET "Read-Me File", ndwread.txt, basefiles,, SOURCE, readme.ico, SOURCE ;"Remove Norton Desktop", "install.exe /u", basefiles ;*************************************************************************** ;* Copy * ;*************************************************************************** [NDWCopy] CopyMain.BaseFiles, "Norton Desktop Basefiles - 2680K", 2680, Y, N, Y ; -section total = 2680 ; 1.44M Installation ;size=1.44M ;total=2 [Disks] 1=A:\, "Norton Desktop for Windows, Disk 1" 2=A:\, "Norton Desktop for Windows, Disk 2" [NDWCOPY.disk1] NAV.OVL, "Norton AntiVirus DOS Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:343047 NLIB101.RTL, "Norton DOS Run-Time Library", Link:BASEFILES, TARGET , SIZE:200527 VIRSCAN.DAT, "Norton AntiVirus Data File", Link:BASEFILES, TARGET , SWITCH41 , SIZE:181792 NAVW.HLP, "Norton AntiVirus Windows Help", Link:BASEFILES, TARGET , SWITCH41 , SIZE:168767 NAVTSR.EXE, "Norton AntiVirus DOS TSR Program", Link:BASEFILES, TARGET , SWITCH41 , SIZE:167944 NAV.EXE, "Norton AntiVirus DOS Virus Clinic", Link:BASEFILES, TARGET , SWITCH41 , SIZE:150645 NAV.HLP, "Norton AntiVirus Help", Link:BASEFILES, TARGET , SWITCH41 , SIZE:124949 NAVOPTS.NCP, "Norton AntiVirus Configuration File", Link:BASEFILES, TARGET , SWITCH41 , SIZE:56624 REPAIRF.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:6909 DKTFULL.MNU, "Full Desktop Menu", Link:BASEFILES, TARGET , SIZE:2037 [NDWCOPY.disk2] NAVWORK.DLL, "Norton AntiVirus Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:99392 VIRSCAN.INF, "Norton AntiVirus Scan Information", Link:BASEFILES, TARGET , SWITCH41 , SIZE:91776 NAVW.EXE, "Norton AntiVirus Windows Clinic", Link:BASEFILES, TARGET , SWITCH41 , SIZE:83824 SCHEDULE.EXE, "Scheduler Program", Link:BASEFILES, TARGET , SWITCH45 , SIZE:81024 RESCUE.EXE, "Norton Rescue Creation Program", Link:BASEFILES, TARGET , SIZE:76780 UZIP.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:70656 NAVTSRW.EXE, "Norton AntiVirus Windows TSR Program", Link:BASEFILES, TARGET , SWITCH41 , SIZE:68336 NAVXUTIL.DLL, "Norton AntiVirus Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:56176 NDWSPLSH.BMP, "Norton Desktop Bitmap", Link:BASEFILES, TARGET , SIZE:46926 SCANF.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:42177 SMARTCAN.EXE, "SmartCan DOS TSR", Link:BASEFILES, TARGET , SIZE:38661 NWIPXSPX.DLL, "Netware Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:35308 SYMALOG2.DLL, "Norton AntiVirus Activity Log", Link:BASEFILES, TARGET , SWITCH41 , SIZE:30192 VIRSCAN2.DLL, "Norton AntiVirus Scan Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:29488 VIRLIST2.DLL, "Norton AntiVirus Scan Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:25904 NAVTSR7.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:25498 SYMEVNT.386, "Symantec Event Manager VXD", Link:BASEFILES, SYSTEM , SIZE:24678 NAVTSR6.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:24522 NAVINOC.DLL, "Norton AntiVirus Inoculation Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:24256 FASSIST.DOC, "FileAssist WinWord Install Macro", Link:BASEFILES, TARGET , SWITCH46 , SIZE:21515 SCANINST.DLL, "Norton AntiVirus Scan Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:20864 CTL3D.DLL, "3-D Controls DLL", Link:BASEFILES, SYSTEM , VersionCheck, SIZE:20272 NAVTSR5.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:19914 NAVTSR3.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:19754 NDW.EXE, "Norton Desktop Shell", Link:BASEFILES, TARGET , SIZE:19264 NAVTSR2.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:18794 NAVTSR4.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:18778 SYMINTG2.DLL, "Norton AntiVirus Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:13920 NAVALOG.DLL, "Norton AntiVirus Activity Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:13792 IMAGE.EXE, "Image Program", Link:BASEFILES, TARGET , SIZE:13769 NAVTSR1.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:13290 NAVTSR0.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:12154 INSCANF.DAT, "Norton AntiVirus Floppy Scan Data", Link:BASEFILES, TARGET , SWITCH41 , SIZE:11638 INSCANM.DAT, "Norton AntiVirus Memory Scan Data", Link:BASEFILES, TARGET , SWITCH41 , SIZE:11203 WORDPROC.SET, "Word Processor Setup File", Link:BASEFILES, TARGET , SWITCH85 , SIZE:10471 DBASE.SET, "Database Setup File", Link:BASEFILES, TARGET , SWITCH85 , SIZE:10451 ASSIST.SET, "Backup Assistant Setup File", Link:BASEFILES, TARGET , SWITCH85 , SIZE:10391 FULL.SET, "Full Backup Setup File", Link:BASEFILES, TARGET , SWITCH85 , SIZE:10382 LOG.CMB, "Norton AntiVirus Activity Log File", Link:BASEFILES, TARGET , SWITCH41 , SIZE:9290 NAVSERVE.DLL, "Norton AntiVirus Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:6080 MESSAGE.CMB, "Norton AntiVirus 3.0", Link:BASEFILES, TARGET , SWITCH41 , SIZE:5492 VFINTD.386, "Backup Floppy Driver", Link:BASEFILES, SYSTEM , SWITCH40 , SIZE:5481 VFINTD.386, "Backup Floppy Driver", Link:BASEFILES, TARGET , SWITCH40 , SIZE:5481 NAVEXCLU.DLL, "Norton AntiVirus Exclusions Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:5312 VNSS.386, "Screen Saver Driver", Link:BASEFILES, TARGET , SWITCH42 , SIZE:5282 SWAPB.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:4698 NLAUNCH.DAT, "Launch Menu Data File", Link:BASEFILES, TARGET , SWITCH16 , SIZE:4047 REPAIRB.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:4012 NAVSECUR.DLL, "Norton AntiVirus Security Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:3968 NETWORK.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:3588 SCHEDULE.DAT, "Scheduler Data File", Link:BASEFILES, TARGET , SWITCH14 , SIZE:3430 NAVCOMM.DLL, "Norton AntiVirus Library", Link:BASEFILES, TARGET , SWITCH41 , SIZE:2784 NDW.INI, "Norton Desktop Ini File", Link:BASEFILES, WINDOWS , SWITCH12 , SIZE:2472 FULL.MNU, "Norton Desktop 2.x Full Menu", Link:BASEFILES, TARGET , SIZE:2190 SWAPF.OVL, "Norton AntiVirus Overlay", Link:BASEFILES, TARGET , SWITCH41 , SIZE:1770 SHORT.MNU, "Norton Desktop 2.x Short Menu", Link:BASEFILES, TARGET , SIZE:1435 INSCANB.DAT, "Norton AntiVirus Boot Scan Data", Link:BASEFILES, TARGET , SWITCH41 , SIZE:1432 DRWSHORT.MNU, "Short Drive Windows Menu", Link:BASEFILES, TARGET , SIZE:958 DKTSHORT.MNU, "Short Desktop Menu", Link:BASEFILES, TARGET , SIZE:889 NAVDEF.DAT, "Norton AntiVirus 3.0", Link:BASEFILES, TARGET , SWITCH41 , SIZE:828 NAVOPTS.DAT, "Norton AntiVirus 3.0", Link:BASEFILES, TARGET , SWITCH41 , SIZE:828 NAV.ICO, "Norton AntiVirus Icon", Link:BASEFILES, TARGET , SWITCH41 , SIZE:766 FASSIST.LOC, "FileAssist Localization File", Link:BASEFILES, TARGET , SWITCH46 , SIZE:631 EXCLUDE.DAT, "Norton AntiVirus Exclusions Data", Link:BASEFILES, TARGET , SWITCH41 , SIZE:444 DE.REG, "DeskEdit Registration Merge File", Link:BASEFILES, TARGET , SIZE:337 DRWCUST.TBR, "Drive Window Custom Toolbar", Link:BASEFILES, TARGET , SIZE:300 SM.REG, "ScriptMaker Registration Merge File", Link:BASEFILES, TARGET , SWITCH43 , SIZE:284 DKTCUST.TBR, "Norton Desktop Custom Toolbar", Link:BASEFILES, TARGET , SIZE:251 QKACUST.TBR, "Quick Access Custom Toolbar", Link:BASEFILES, TARGET , SIZE:212 FASSIST.INI, "FileAssist Ini File", Link:BASEFILES, WINDOWS , SWITCH15 , SIZE:149