home *** CD-ROM | disk | FTP | other *** search
/ Win 3.11 Apps / win311aps.iso / NORTON / INSTALL.INF < prev    next >
INI File  |  1995-05-15  |  71KB  |  2,108 lines

  1. ;***************************************************************************
  2. ;* Norton Desktop Version 3.0 Install Script                               *
  3. ;* FOR VERSION 3.2+ OF SYMANTEC INSTALL FOR WINDOWS                        *
  4. ;***************************************************************************
  5.  
  6. [InstallVersion]
  7. 3.2
  8.  
  9. [process]
  10. switch89 = FALSE
  11. switch90 = TRUE
  12.  
  13. ;//////////////////////////////
  14. ;// Background Bitmaps
  15. ;//////////////////////////////
  16.  
  17. switch02 = IsVideo.1280       
  18. #if switch02
  19.    Bitmaps.pix2
  20. #else
  21.    Bitmaps.pix
  22. #endif
  23.  
  24. ;//////////////////////////////
  25. ;// Initialization            
  26. ;//////////////////////////////
  27.  
  28. NDWCopy = SetActiveCopy
  29.  
  30. Backup.siwndw                  ; Copy custom dll to windows dir
  31.  
  32. VersionSearch                  ; Search for previous version
  33. GetSymantecDir                 ; Symantec dir will be in target5
  34.  
  35. Registration                   ; Get user name and company
  36.  
  37.  
  38. ;//////////////////////////////
  39. ;// Select the install type
  40. ;//////////////////////////////
  41.  
  42. SelectInstallType              ; Select from the 3 avail types of install
  43. GetPrevVerSize                 ; Calculate the prev ver size if available
  44. switch99 = TRUE
  45.  
  46. #ifnot switch93                ; not a custom, jump to drive selection
  47.    goto.drivesel
  48. #endif
  49.  
  50. ;//////////////////////////////
  51. ;// Component Selection
  52. ;//////////////////////////////
  53.  
  54. :compselect                    ; Initial component selection
  55. PrimarySelect
  56.  
  57. #ifnot switch99
  58.    goto.checkspace
  59. #endif
  60.  
  61. ;//////////////////////////////
  62. ;// Drive Selection   
  63. ;//////////////////////////////
  64.  
  65. :drivesel
  66. CallProc.dowelcome             ; Call revolver custom dll for target path
  67.  
  68.  
  69. ;//////////////////////////////
  70. ;// Disk Space Checking
  71. ;//////////////////////////////
  72.  
  73. :checkspace
  74. switch95 = FALSE
  75. switch96 = FALSE
  76. switch97 = FALSE
  77.  
  78. switch99 = CheckDiskSpace.TARGET
  79.  
  80. #ifnot switch99
  81.    DiskSpaceError.nospace
  82. #endif
  83.  
  84. #if switch95
  85.    goto.drivesel
  86. #endif
  87.  
  88. #if switch96
  89.    goto.compselect
  90. #endif
  91.  
  92. ;//////////////////////////////
  93. ;// Backup of startup files
  94. ;//////////////////////////////
  95.  
  96. Backup.SaveEm                  ; Backup up files
  97. switch10=exists.CheckEm        ; check for original backups
  98.  
  99. #ifnot switch10
  100.    Backup.original             ; make original backups
  101. #endif
  102.  
  103. switch12 = exists.ndwini
  104. switch14 = exists.scheduledat
  105. switch15 = exists.fassistini
  106. switch16 = exists.CheckNlaunch
  107.  
  108. ;//////////////////////////////
  109. ;// Get rid of old symevnt.dll
  110. ;//////////////////////////////
  111.  
  112. switch13 = IsInstallShell
  113.  
  114. #if switch13
  115.    CallProcEx.NukeSymevntDll
  116. #endif
  117.  
  118. ;//////////////////////////////
  119. ;// Config.sys modifications
  120. ;//////////////////////////////
  121.  
  122.                                ; Figure out what needs to be done to the
  123.                                ; config.sys
  124.  
  125. switch20 = CheckNumericEntry.CheckFiles
  126. switch21 = IsOptionSelected.Nav
  127. switch22 = VerifyStartup.CheckSymVar
  128.  
  129. NOT.switch20
  130. NOT.switch22
  131.  
  132. #ifnot switch91
  133.    #if switch21
  134.        ModifyTextFile.confignav
  135.    #else
  136.        #if switch20
  137.            ModifyTextFile.configfiles
  138.        #endif
  139.    #endif
  140. #else
  141.    #if switch21
  142.        SilentModifyTF.confignav
  143.    #else
  144.        #if switch20
  145.            SilentModifyTF.configfiles
  146.        #endif
  147.    #endif
  148. #endif
  149.  
  150.  
  151. ;//////////////////////////////
  152. ;// Autoexec.bat modifications
  153. ;//////////////////////////////
  154.  
  155. ;switch23 = VerifyStartup.CheckImage
  156. ;NOT.switch23
  157. switch23 = TRUE
  158.  
  159. #ifnot switch91
  160.    ModifyTextFile.autoexec     ; Add necessary items to the autoexec.bat
  161. #else
  162.    SilentModifyTF.autoexec
  163. #endif
  164.  
  165. switch85 = exists.CheckEmSetups
  166.  
  167.  
  168. ;//////////////////////////////
  169. ;// Virus scanning              
  170. ;//////////////////////////////
  171.  
  172.                                ; Virus scanning
  173. #ifnot switch91
  174.    switch25 = MessageYesNo.AskVScan
  175. #else
  176.    switch25 = TRUE
  177. #endif
  178.  
  179. ;switch25 = FALSE
  180.  
  181. #if switch25
  182.    backup.VScanDlls
  183.    switch26 = CallProcEx.DoVScan
  184.    delete.delVScanDlls
  185.  
  186.    #ifnot switch26
  187.        exit
  188.    #endif
  189. #endif
  190.  
  191. ;//////////////////////////////
  192. ;// Copy the files              
  193. ;//////////////////////////////
  194.  
  195. switch50 = CallProcEx.CheckCDXDates
  196. CallProc.UnhideDescrip
  197.  
  198.                                ; Do the file copy
  199. DisableUtils
  200. copy
  201. EnableUtils
  202.  
  203. ;//////////////////////////////
  204. ;// Create the icons            
  205. ;//////////////////////////////
  206.  
  207. switch30 = VerifyIni.checkshell
  208. switch13 = IsInstallShell
  209.  
  210. #if switch30
  211.    #if switch13
  212.        CallProc.ExecNDW30
  213.        NDW3Groups
  214.    #else
  215.        groups
  216.    #endif
  217. #else
  218.    groups
  219. #endif
  220.  
  221. ncdtree                        ; Create ncd trees
  222.  
  223.  
  224. ;//////////////////////////////
  225. ;// Default Editor settings    
  226. ;//////////////////////////////
  227.  
  228. switch31 = VerifyIni.CheckEditor
  229.  
  230. #if switch31
  231.    switch19 = FALSE
  232. #else
  233.    #if switch91
  234.        switch19 = TRUE
  235.    #else
  236.        switch19 = MessageYesNo.defaulteditor
  237.    #endif
  238. #endif
  239.  
  240. #if switch19
  241.    UpdateIni.AddDeskedit
  242.    switch31 = TRUE
  243. #endif
  244.  
  245. ;//////////////////////////////
  246. ;// Change the shell to NDW    
  247. ;//////////////////////////////
  248.  
  249. #ifnot switch30
  250.    switch17 = Dialog.MakeShell
  251. #else
  252.    switch17 = TRUE
  253. #endif
  254.  
  255. #if switch17
  256.    UpdateIni.ndwshell
  257. #else
  258.    RemoveFromLoad.removecdx    ; Add CDXHost to the load line if NDW is
  259.    RemoveFromLoad.removecdx2   ; not going to be the shell
  260. #endif
  261.  
  262.  
  263. ;//////////////////////////////
  264. ;// Find out what we're installing
  265. ;//////////////////////////////
  266.  
  267. switch40 = IsOptionSelected.nbackup
  268. switch41 = IsOptionSelected.nav
  269. switch42 = IsOptionSelected.nss
  270. switch43 = IsOptionSelected.embbasic
  271. switch44 = IsOptionSelected.schedule
  272. switch45 = IsOptionSelected.viewers
  273. switch46 = IsOptionSelected.dirassist
  274.  
  275. ;//////////////////////////////
  276. ;// Winfile.ini modifications  
  277. ;//////////////////////////////
  278.  
  279. switch19 = exists.winfileini
  280. #if switch19
  281.    DelFromIni.DelWinfileExts
  282. #endif
  283. UpdateIni.ChgWinfileExts
  284.  
  285.  
  286. ;//////////////////////////////
  287. ;// System.ini modifications   
  288. ;//////////////////////////////
  289.  
  290. DelFromIni.DelVxds             ; Delete old vxds
  291. AddToIni.AddSymevent           ; Add Symevent
  292.  
  293. #if switch40                   ; Add NBackup entries to system.ini
  294.    DelFromIni.delvfintd
  295.    AddToIni.addvfintd
  296. #endif
  297.  
  298. DelFromIni.delvnavd            ; Remove old nav vxd
  299.  
  300. #if switch42                   ; Add Screen Saver vxd
  301.    DelFromIni.DelVnss
  302.    AddToIni.AddVnss
  303. #endif
  304.  
  305. ;//////////////////////////////
  306. ;// Win.ini modifications      
  307. ;//////////////////////////////
  308.  
  309. RemoveFromLoad.removeftrack
  310. UpdateIni.AddDocuments
  311.  
  312. #if switch40
  313.    UpdateIni.AddBackupExts     ; Add Backup extensions
  314. #endif   
  315.  
  316. RemoveFromLoad.removenavpopup
  317.  
  318. #if switch41                   ; Add NAV to the load line
  319.    RemoveFromLoad.removenavwin
  320.    UpdateIni.addnavwin
  321. #endif
  322.  
  323. #if switch43
  324.    UpdateIni.AddSMExts         ; Add ScriptMaker extensions
  325. #endif
  326.  
  327. #ifnot switch17
  328.    #if switch46
  329.        UpdateIni.addcdx
  330.    #endif
  331. #endif
  332.  
  333. UpdateIni.AddMiscExts          ; Add .nil extension
  334.  
  335.  
  336. ;//////////////////////////////
  337. ;// Ndw.ini modifications      
  338. ;//////////////////////////////
  339.  
  340. DelFromIni.DelViewer-Parsers
  341. DelFromIni.DelViewer-Filemap
  342. UpdateIni.AddViewer-Parsers
  343. UpdateIni.AddViewer-Filemap
  344. UpdateIni.AddVwrExtDef
  345.  
  346. UpdateIni.SetMainPaths
  347.  
  348. #if switch12
  349.    UpdateIni.AddNviewerSwitch
  350.    UpdateIni.SetOtherNDWDefaults
  351. #endif
  352.  
  353. ;#if switch41                   ; Add NAV to the load line
  354. ;   RemoveFromLoad.removenavwin2
  355. ;   UpdateIni.IdleLoadNav
  356. ;#endif
  357.  
  358. switch52=VerifyBackupPaths.CheckBackupEntry
  359.  
  360. #ifnot switch40
  361.    switch52 = FALSE
  362. #endif
  363.  
  364. #if switch52
  365.     UpdateIni.BackupPaths
  366. #endif
  367.  
  368. ;//////////////////////////////
  369. ;// Schedule.ini modifications 
  370. ;//////////////////////////////
  371.  
  372. #if switch44
  373.    UpdateIni.AddNewSched
  374. #endif
  375.  
  376. ;//////////////////////////////
  377. ;// Fassist.ini modifications  
  378. ;//////////////////////////////
  379.  
  380. #if switch50
  381.    #if switch46
  382.        switch51 = VerifyIni.CDXWinword
  383.  
  384.        #if switch51
  385.            DelFromIni.RedoWinword
  386.        #endif
  387.    #endif
  388. #endif
  389.  
  390. ;UpdateIni.FassistEnable
  391.  
  392. ;//////////////////////////////
  393. ;// Register other modules     
  394. ;//////////////////////////////
  395.  
  396. #if switch41
  397.    RegisterNav30               ; Register NAV
  398. #endif
  399.  
  400. #if switch44
  401.    SetRegistration.SetSched    ; Register scheduler
  402. #endif
  403.  
  404. #if switch40
  405.    SetRegistration.SetNbackup
  406. #endif
  407.  
  408. SetRegistration.SetSymUtil     ; Register symutil
  409.  
  410.  
  411. ;//////////////////////////////
  412. ;// Rescue disk                 
  413. ;//////////////////////////////
  414.  
  415. ExecChildProcess.DoRescue
  416.  
  417.  
  418. ;//////////////////////////////
  419. ;// Update Reg Database
  420. ;//////////////////////////////
  421.  
  422. #if switch43
  423.    DelRegKey.ScriptMakerDelReg
  424.    MergeRegFile.ScriptMakerReg
  425. #endif
  426.  
  427. #if switch31
  428.    DelRegKey.DeskeditDelReg
  429.    MergeRegFile.DeskeditReg
  430. #endif
  431.  
  432. ;//////////////////////////////
  433. ;// Clean up                    
  434. ;//////////////////////////////
  435.  
  436. Backup.descripfile
  437. delete.ndw20files
  438. delete.custdll
  439. Delete.Leftovers
  440.  
  441. ;//////////////////////////////
  442. ;// Prepare for exit            
  443. ;//////////////////////////////
  444.  
  445. switch13 = IsRebootRequested
  446.  
  447. #if switch13
  448.    EndNoRestart.byereboot
  449. #else
  450.    #if switch91
  451.        End.bye
  452.    #else
  453.        End.byewarn
  454.    #endif
  455. #endif
  456.  
  457. end
  458.  
  459. ;***************************************************************************
  460. ;* SubProc Executed When Install Takes Over As Shell                       *
  461. ;***************************************************************************
  462.  
  463. [SubProc]
  464. Backup.siwndw                  ; Copy custom dll to windows dir
  465. CallProcEx.FindSymevntDll
  466. DelFromIni.DelAllVxds
  467. Return
  468.  
  469.  
  470. ;***************************************************************************
  471. ;* Dialog Info                                                             *
  472. ;***************************************************************************
  473.  
  474. [NDWCopy:CopyDialog]
  475. caption = "Copying Norton Desktop Files..."
  476. posx = -10
  477. posy = -10
  478.  
  479. [NDWCopy:Primary]
  480. caption = "Norton Desktop 3.0 Main Selection"
  481. button1 = "Select..."
  482. button2 = "Select..."
  483. button3 = "Select..."
  484. button4 = "Select..."
  485. button5 = "Select..."
  486. text = App1Text
  487.  
  488. [App1Text]
  489. "Please select the items you want to install.  If a selection"
  490. "has a button to the right, you can select individual files or"
  491. "components."
  492.  
  493. [NDWCopy:Component]
  494. caption = "Norton Desktop 3.0 Component Selection"
  495. text    = "Select/Deselect the components you want to install.  Checked items will be installed."
  496.  
  497. [NDWCopy:Advo]
  498. posx = 20
  499. posy = 60
  500. count = 12
  501. location = siwndw.dll
  502. BitmapsOnly = 1
  503.  
  504. [AdvoDefault]
  505. posx = 20
  506. posy = 30
  507. text = AdvoText
  508.  
  509. [AdvoText]
  510. "Please take a moment to complete the Product Registration Card
  511. "included with your product and return it to Symantec."
  512. ""
  513. "This will ensure that you receive future product announcements"
  514. "and important notices. It will also qualify you for any discounts"
  515. "on future upgrades."
  516. ""
  517. "Thank you for purchasing Norton Desktop!"
  518.  
  519. [NDWCopy:TypeSelect]
  520. count = 3
  521. caption = "Norton Desktop 3.0 Install Type Selection"
  522. text = "Please select the type of install you want to perform."
  523. grouptext = "Install Types"
  524. button1 = "&Automatic Install"
  525. button2 = "&Interactive Install"
  526. button3 = "&Custom Install"
  527. descrip1 = "Installs the entire Norton Desktop using our default settings.  This requires a total of 16.5 MB of disk space."
  528. descrip2 = "Installs Norton Desktop as above but gives you more control over some of the installation options."
  529. descrip3 = "Lets you choose which Norton Desktop modules to install.  If you need more options later, you can run install again."
  530.  
  531. ;***************************************************************************
  532. ;* Message Text                                                            *
  533. ;***************************************************************************
  534.  
  535. [bye]
  536. caption  =  "Norton Desktop - Install Complete"
  537. "This concludes the installation of Norton Desktop."
  538. " "
  539. "Thank You for Choosing the Leader in Utilities Software."
  540. " "
  541. "Select one of the exit options below."
  542.  
  543. [byewarn]
  544. caption  =  "Norton Desktop - Install Complete"
  545. "This concludes the installation of Norton Desktop."
  546. " "
  547. "Thank You for Choosing the Leader in Utilities Software."
  548. " "
  549. "Select one of the exit options below."
  550. "If you elected not to allow Install to modify your"
  551. "startup files, please note that Norton Desktop must"
  552. "be in your DOS PATH in order to run properly."
  553.  
  554. [byereboot]
  555. caption  =  "Norton Desktop - Install Complete"
  556. "This concludes the installation of Norton Desktop."
  557. "Thank You for Choosing the Leader in Utilities Software."
  558. " "
  559. "Select one of the exit options below."
  560. "Rebooting is highly recommended so that the changes"
  561. "to your startup files can take effect.  Please remove"
  562. "all floppy disks from the drives.  If you choose to"
  563. "exit to DOS, please note that you should reboot your"
  564. "machine before starting Windows."
  565.  
  566. [MakeShell]
  567. caption = "Norton Desktop - Change Shell"
  568. "Do you want to make Norton Desktop"
  569. "your Windows shell?"
  570. ""
  571. "Normally, Program Manager is the"
  572. "shell -- the interface between you"
  573. "and Windows. Norton Desktop provides"
  574. "greater functionality, yet retains"
  575. "all of your existing Program Manager"
  576. "groups."
  577.  
  578. [defaulteditor]
  579. caption = "Norton Desktop - Default Editor"
  580. "Would you like the Norton Desktop"
  581. "Editor as your default text editor?"
  582.  
  583. [AskVScan]
  584. caption = "Scan For Viruses"
  585. "Would you like to scan your hard"
  586. "disk for viruses before copying the"
  587. "Norton Desktop files?"
  588.  
  589. [nospace]
  590. caption = "Insufficient Disk Space"
  591. text = idstext
  592. radio1 = "&Change Drive"
  593. radio2 = "&Deselect Components"
  594. radio3 = "C&ontinue Installation"
  595. descrip1 = "Choose this option to change the installation drive to another with more space available."
  596. descrip2 = "Choose this option to deselect product components so that less disk space will be required."
  597. descrip3 = "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."
  598.  
  599. [idstext]
  600. "There is insufficient disk space on the current target drive (%c:). "
  601. "Currently, there is %u KB of space on the drive and the installation"
  602. "will require approximately %u KB.  Please choose one of the options"
  603. "below or exit installation and delete files to free more space."
  604.  
  605. [Registration]
  606. caption =  "Norton Desktop - Registration"
  607. text1   =  regtext
  608. text2   =  "&Name:"
  609. text3   =  "&Company:"
  610. Cancel  =  "Cancel"
  611. Help    =  "&Help"
  612. appname =  nwin2.dll
  613. prevappname = nwin2.dll
  614. string  =  "Symantec Install for Windows"
  615. active  =  yes
  616.  
  617. [regtext]
  618. "Welcome to Norton Desktop 3.0!"
  619. ""
  620. "Norton Desktop will be installed on your hard"
  621. "drive and will take between 5.7 and 16.5 MB depending"
  622. "on the options you choose in the following screens."
  623. ""
  624. "Please register your name and company below:"
  625.  
  626. [BackupSearch]
  627. caption =  "Searching for Newer Version"
  628. text1   =  "Searching for a newer version"
  629. text2   =  "of Norton Backup."
  630. appname =  nbwin.exe
  631. apppath =  C:\NDW
  632. existslist  =   NBkpExists
  633. DateCheck   =   nbx.dll
  634.  
  635. [NBkpExists]    
  636. nbwfd.dll,  target
  637. nbwres.dll, target
  638. nbwtd.dll,  target
  639. nbx.dll,    target
  640.  
  641. [VersionSearch]
  642. caption =  "Searching for Previous Version"
  643. text1   =  "Searching for a previously"
  644. text2   =  "installed version of Norton Desktop."
  645. appname =  "nwin2.dll"
  646. apppath =  C:\NDW
  647.  
  648. [SymantecDir]
  649. caption =  "Searching for Shared Directory"
  650. text1   =  "Searching for the Symantec shared"
  651. text2   =  "files subdirectory."
  652. appname =  "symcfg.bin"
  653. apppath =  C:\SYMANTEC
  654.  
  655. [TargetDrive]
  656. caption =  "Install Norton Desktop Files"
  657. defpath =  C:\NDW
  658. text    =  "Please select the drive/directory where you want to install Norton Desktop."
  659. reqspace=  "Approximate additional disk space required"
  660.  
  661. [errors]
  662. noprev  =  "Symantec Install for Windows is already running!"
  663.  
  664. [FileCopy]
  665. copycaption   =  "Installing Norton Desktop for Windows"
  666. errorcaption  =  "Error Copying Files"
  667. insertcaption =  "Insert Diskette"
  668. Message       =   MessageText
  669.  
  670. [cancel]
  671. caption = "Norton Desktop - Exit Install"
  672. text    = "Are you sure you want to exit?"
  673.  
  674. [cancelshell]
  675. caption = "Norton Desktop - Exit Install"
  676. "You have selected to cancel Install."
  677. "In order to reset the Windows"
  678. "environment, Install will also close"
  679. "Windows.  Are you sure you want to exit?"
  680.  
  681.  
  682.  
  683. ;***************************************************************************
  684. ;* NDW Ini modifications                                                   *
  685. ;***************************************************************************
  686.  
  687. [DelViewer-Filemap]
  688. IniName=ndw.ini
  689. SectionName=Viewer-Filemap
  690. CRD=*
  691. CDR=*
  692. PIC=*
  693. WMF=*
  694. DRW=*
  695. DB=*
  696. WPG=*
  697. TXT=*
  698. DOC=*
  699. WPS=*
  700. SAM=*
  701. BAT=*
  702. INI=*
  703. SYS=*
  704. EXE=*
  705. DLL=*
  706. PRS=*
  707. DSP=*
  708. NSS=*
  709. OVL=*
  710. OVR=*
  711. OV1=*
  712. OV2=*
  713. OV3=*
  714. OV4=*
  715. COM=*
  716. WK3=*
  717. WK1=*
  718. WKT=*
  719. WKQ=*
  720. WKS=*
  721. WQ1=*
  722. XLS=*
  723. XLC=*
  724. XLW=*
  725. XLA=*
  726. XLM=*
  727. DBF=*
  728. DB=*
  729. BMP=*
  730. RLE=*
  731. DIB=*
  732. GIF=*
  733. PCX=*
  734. ZIP=*
  735. ZOO=*
  736. ARC=*
  737. PAK=*
  738. LZH=*
  739. ICO=*
  740. IC=*
  741. NIL=*
  742. ICL=*
  743. TIF=*
  744. _SE=*
  745. JW=*
  746.  
  747. [DelViewer-Parsers]
  748. IniName=ndw.ini
  749. SectionName=Viewer-Parsers
  750. CRDFILE.PRS=*
  751. CDR.PRS=*
  752. PDX.PRS=*
  753. WMF.PRS=*
  754. DRW.PRS=*
  755. DRAW.PRS=*
  756. WPV.PRS=*
  757. DOC.PRS=*
  758. L123.PRS=*
  759. MSEXCEL.PRS=*
  760. SYMDBASE=*
  761. ZIP.PRS=*
  762. BMP.PRS=*
  763. GIF.PRS=*
  764. PCX.PRS=*
  765. PROG.PRS=*
  766. HEX.PRS=*
  767. ICO.PRS=*
  768. TIF.PRS=*
  769. WPGI.PRS=*
  770. JWQAPRS.DLL=*
  771. DBASE.PRS=*
  772.  
  773. [AddViewer-Filemap]
  774. IniName=ndw.ini
  775. SectionName=Viewer-Filemap
  776. CRD="SYMCRDFL.PRS SYMHEX.PRS"
  777. CDR="SYMCDR.PRS SYMHEX.PRS"
  778. CUR="SYMCUR.PRS SYMHEX.PRS"
  779. PIC="SYMDRAW.PRS SYMHEX.PRS"
  780. WMF="SYMWMF.PRS SYMHEX.PRS"
  781. DRW="SYMDRW.PRS SYMHEX.PRS"
  782. DB="SYMPDX.PRS SYMHEX.PRS"
  783. WPG="SYMWPG.PRS SYMHEX.PRS"
  784. TXT="SYMDOC.PRS SYMHEX.PRS"
  785. DOC="SYMDOC.PRS JWQAPRS.DLL SYMHEX.PRS"
  786. WPS="SYMDOC.PRS SYMHEX.PRS"
  787. SAM="SYMDOC.PRS SYMHEX.PRS"
  788. BAT="SYMDOC.PRS SYMHEX.PRS"
  789. INI="SYMDOC.PRS SYMHEX.PRS"
  790. SYS="SYMDOC.PRS SYMHEX.PRS"
  791. EXE="SYMPROG.PRS SYMHEX.PRS"
  792. DLL="SYMPROG.PRS SYMHEX.PRS"
  793. PRS="SYMPROG.PRS SYMHEX.PRS"
  794. DSP="SYMPROG.PRS SYMHEX.PRS"
  795. NSS="SYMPROG.PRS SYMHEX.PRS"
  796. OVL="SYMPROG.PRS SYMHEX.PRS"
  797. OVR="SYMPROG.PRS SYMHEX.PRS"
  798. OV1="SYMPROG.PRS SYMHEX.PRS"
  799. OV2="SYMPROG.PRS SYMHEX.PRS"
  800. OV3="SYMPROG.PRS SYMHEX.PRS"
  801. OV4="SYMPROG.PRS SYMHEX.PRS"
  802. COM="SYMPROG.PRS SYMHEX.PRS"
  803. WK3="SYML123.PRS SYMHEX.PRS"
  804. WK4="SYML123.PRS SYMHEX.PRS"
  805. WK1="SYML123.PRS SYMHEX.PRS"
  806. WKT="SYML123.PRS SYMHEX.PRS"
  807. WKQ="SYML123.PRS SYMHEX.PRS"
  808. WKS="SYML123.PRS SYMHEX.PRS"
  809. WQ1="SYML123.PRS SYMHEX.PRS"
  810. XLS="SYMEXCEL.PRS SYMHEX.PRS"
  811. XLC="SYMEXCEL.PRS SYMHEX.PRS"
  812. XLW="SYMEXCEL.PRS SYMHEX.PRS"
  813. XLA="SYMEXCEL.PRS SYMHEX.PRS"
  814. XLM="SYMEXCEL.PRS SYMHEX.PRS"
  815. XLT="SYMEXCEL.PRS SYMHEX.PRS"
  816. DBF="SYMDBASE.PRS SYMHEX.PRS"
  817. DB="SYMPDX.PRS SYMHEX.PRS"
  818. BMP="SYMBMP.PRS SYMHEX.PRS"
  819. RLE="SYMBMP.PRS SYMHEX.PRS"
  820. DIB="SYMBMP.PRS SYMHEX.PRS"
  821. GIF="SYMGIF.PRS SYMHEX.PRS"
  822. PCX="SYMPCX.PRS SYMBMP.PRS SYMHEX.PRS"
  823. ZIP="SYMZIP.PRS SYMHEX.PRS"
  824. ZOO="SYMZIP.PRS SYMHEX.PRS"
  825. ARC="SYMZIP.PRS SYMHEX.PRS"
  826. PAK="SYMZIP.PRS SYMHEX.PRS"
  827. LZH="SYMZIP.PRS SYMHEX.PRS"
  828. ICO="SYMICO.PRS SYMHEX.PRS"
  829. IC="SYMICO.PRS SYMHEX.PRS"
  830. NIL="SYMICO.PRS SYMHEX.PRS"
  831. ICL="SYMICO.PRS SYMHEX.PRS"
  832. TIF="SYMTIF.PRS SYMHEX.PRS"
  833. _SE="SYMDOC.PRS SYMHEX.PRS"
  834. DTF="SYMQA.PRS SYMHEX.PRS"
  835. FLC="SYMMM.DSP SYMHEX.PRS"
  836. FLI="SYMMM.DSP SYMHEX.PRS"
  837. JW="JWQAPRS.DLL SYMHEX.PRS"
  838.  
  839. [AddViewer-Parsers]
  840. IniName=ndw.ini
  841. SectionName=Viewer-Parsers
  842. SYMCRDFL.PRS="Windows Cardfile"
  843. SYMCDR.PRS="Corel Draw"
  844. SYMCUR.PRS="Windows Cursor"
  845. SYMPDX.PRS=Paradox
  846. SYMWMF.PRS="Window Metafile"
  847. SYMDRW.PRS="Micrografx Designer"
  848. SYMDRAW.PRS="Micrografx Draw"
  849. SYMDOC.PRS="Documents & Text"
  850. SYML123.PRS="Lotus 1-2-3"
  851. SYMEXCEL.PRS="Microsoft Excel"
  852. SYMDBASE.PRS=dBASE
  853. SYMZIP.PRS="Compressed Archives"
  854. SYMBMP.PRS="Windows Bitmaps"
  855. SYMGIF.PRS="CompuServe GIF"
  856. SYMPCX.PRS="Paintbrush (PCX)"
  857. SYMPROG.PRS=Programs
  858. SYMHEX.PRS="Hex Dump"
  859. SYMICO.PRS="Windows Icons"
  860. SYMTIF.PRS="TIFF (Grayscale & Color)"
  861. SYMWPG.PRS="WordPerfect Image Graphics"
  862. SYMQA.PRS="Q&A Database"
  863. SYMMM.DSP="Symantec Multimedia Viewer"
  864. JWQAPRS.DLL="Just Write/Q&A Viewer"
  865.  
  866. [AddVwrExtDef]
  867. IniName = ndw.ini
  868. SectionName = "Viewer-Default Extensions"
  869. ExcelWorksheet = .xls
  870. ExcelChart = .xlc
  871. WordDocument = .doc
  872. PBrush = .bmp
  873.  
  874. [SetMainPaths]
  875. IniName = ndw.ini
  876. SectionName = "Quick Access"
  877. MainPath=%s\QAMAIN.QAG, TARGET
  878. SectionName = Configuration
  879. NDWDir=%s, TARGET
  880. SectionName = Defaults
  881. DefaultIconLib = %s\NDW3A.NIL, TARGET
  882.  
  883. [AddNviewerSwitch]
  884. IniName = ndw.ini
  885. SectionName = NViewer
  886. QuickClose&Min="0  ; 1 = Right button on NViewer client area to close windows"
  887.  
  888. [SetOtherNDWDefaults]
  889. IniName = ndw.ini
  890. Sectioname = Defaults
  891. IconSearchLevel = 0
  892.  
  893. [IdleLoadNav]
  894. IniName = ndw.ini
  895. SectionName = windows
  896. load=%s\navtsrw.exe, TARGET, append
  897.  
  898. [BackupPaths]
  899. IniName = ndw.ini
  900. SectionName = NBackup
  901. "Setup File Path"=%s\, TARGET
  902. "Catalog Path"=%s, TARGET
  903. "Setup File 1"=
  904. "Setup File 2"=
  905. "Setup File 3"=
  906. "Setup File 4"=
  907. "Setup File 5"=
  908. "Setup File Name"=DEFAULT.SET
  909.  
  910. [CheckBackupEntry]
  911. file=ndw.ini
  912.  
  913. ;***************************************************************************
  914. ;* Fassist.ini Modifications                                               *
  915. ;***************************************************************************
  916.  
  917. [CDXWinword]
  918. IniName = fassist.ini
  919. SectionName = global
  920. WinwordInstalled=1
  921.  
  922. [RedoWinword]
  923. IniName = fassist.ini
  924. SectionName = global
  925. WinwordInstalled=*
  926.  
  927. [FassistEnable]
  928. IniName = fassist.ini
  929. Sectionname = global
  930. Enabled=1
  931.  
  932. ;***************************************************************************
  933. ;* Schedule.ini Additions                                                  *
  934. ;***************************************************************************
  935.  
  936. [AddNewSched]
  937. IniName = schedule.ini
  938. SectionName = Scheduler
  939. ButtonStyle = 838
  940. StatusBar = 1
  941. Hide = 0
  942. AutoLoad = 0
  943.  
  944. SectionName = NamedEvents
  945. NamedEvent1 = 1
  946. NamedEvent0 = 1
  947. NamedEvent999 = 0
  948.  
  949. SectionName = NamedEvent1
  950. Name="Scan for Viruses"
  951. Prompt="&What to Scan:"
  952. CommandLine=NAVW.EXE
  953. StartupDir=%s, TARGET
  954. RunStyle=1
  955.  
  956. SectionName = NamedEvent0
  957. Name="Backup System"
  958. Prompt="&What to Backup:"
  959. CommandLine="NBWIN.EXE -A -M"
  960. StartupDir=%s, TARGET
  961. RunStyle=1
  962.  
  963. SectionName = NamedEvent999
  964. Name="Run Disk Doctor"
  965. Prompt=
  966. CommandLine="NDDW.EXE /Q"
  967. StartupDir=%s, TARGET
  968. RunStyle=0
  969.  
  970.  
  971. ;***************************************************************************
  972. ;* System.ini Additions                                                    *
  973. ;***************************************************************************
  974.  
  975. ; VXD Additions
  976.  
  977. [AddSymevent]
  978. IniName = system.ini
  979. SectionName = 386enh
  980. device="symevnt.386          ; Added by Norton Desktop"
  981.  
  982. [addvfintd]
  983. IniName = system.ini
  984. SectionName = 386enh
  985. device = "%s\vfintd.386      ; Added by Norton Desktop", TARGET
  986.  
  987. [AddVnss]
  988. IniName = system.ini
  989. SectionName = 386enh
  990. device="%s\VNSS.386          ; Added by Norton Desktop", TARGET
  991.  
  992. ; Shell Line
  993.  
  994. [ndwshell]
  995. IniName = system.ini
  996. SectionName = boot
  997. shell=%s\ndw.exe, TARGET
  998.  
  999.  
  1000. ;***************************************************************************
  1001. ;* System.ini Deletions                                                    *
  1002. ;***************************************************************************
  1003.  
  1004. ; VXD Deletions
  1005.  
  1006. [DelVxds]
  1007. IniName = system.ini
  1008. SectionName = 386enh
  1009. device=*vndwd.386*
  1010. device=*symevnt.386*
  1011.  
  1012. [DelAllVxds]
  1013. IniName = system.ini
  1014. SectionName = 386enh
  1015. device=*symevnt.386*
  1016. device=*vfintd.386*
  1017. device=*vnss.386*
  1018. device=*vndwd.386
  1019. device=*vnavd.386
  1020.  
  1021. [DelSymevent]
  1022. IniName = system.ini
  1023. SectionName = 386enh
  1024. device=*symevnt.386*
  1025.  
  1026. [delvfintd]
  1027. IniName = system.ini
  1028. SectionName = 386enh
  1029. device = *vfintd*
  1030.  
  1031. [delvnavd]
  1032. IniName = system.ini
  1033. SectionName = 386enh
  1034. device = *vnavd.386*
  1035.  
  1036. [DelVnss]
  1037. IniName = system.ini
  1038. SectionName = 386enh
  1039. device=*vnss.386*
  1040.  
  1041. ;***************************************************************************
  1042. ;* Win.ini Additions                                                       *
  1043. ;***************************************************************************
  1044.  
  1045. ; Load Line
  1046.  
  1047. [addnavwin]
  1048. IniName = win.ini
  1049. SectionName = windows
  1050. load = %s\navtsrw.exe, TARGET, append
  1051.  
  1052. [addcdx]
  1053. IniName = win.ini
  1054. SectionName = windows
  1055. load = %s\fassist.exe, TARGET, append
  1056.  
  1057. ; Extensions
  1058.  
  1059. [AddDeskedit]
  1060. IniName = win.ini
  1061. SectionName = extensions
  1062. txt="%s\deskedit.exe ^.txt", TARGET
  1063. ini="%s\deskedit.exe ^.ini", TARGET
  1064.  
  1065. [AddSMExts]
  1066. IniName = win.ini
  1067. SectionName = extensions
  1068. wbt = "%s\batchrun.exe ^.wbt", TARGET
  1069. wbm = "%s\batchrun.exe ^.wbm", TARGET
  1070. sm = "%s\deskedit /b ^.sm", TARGET
  1071.  
  1072. [AddBackupExts]
  1073. IniName=win.ini
  1074. SectionName=Extensions
  1075. set="%s\nbwin.exe ^.set", TARGET
  1076.  
  1077. [AddMiscExts]
  1078. IniName = win.ini
  1079. SectionName = extensions
  1080. nil="%s\iconedit.exe ^.nil", TARGET
  1081.  
  1082. ; Misc
  1083.  
  1084. [AddDocuments]
  1085. IniName=win.ini
  1086. SectionName=windows
  1087. Documents="doc txt wri xls xlc sam jw jwt tg1 qw qwt"
  1088.  
  1089.  
  1090. ;***************************************************************************
  1091. ;* Win.ini Deletions                                                       *
  1092. ;***************************************************************************
  1093.  
  1094. ; Load Line
  1095.  
  1096. [removeftrack]
  1097. loadftrk.exe
  1098.  
  1099. [removenavwin]
  1100. navtsrw.exe
  1101.  
  1102. [removenavwin2]
  1103. navtsrw.exe, ndw.ini
  1104.  
  1105. [removenavpopup]
  1106. navpopup.exe
  1107.  
  1108. [RemoveCDX]
  1109. fassist.exe
  1110. cdxhost.exe
  1111.  
  1112. [RemoveCDX2]
  1113. fassist.exe, ndw.ini
  1114.  
  1115. ;***************************************************************************
  1116. ;* Winfile.ini Modifications                                               *
  1117. ;***************************************************************************
  1118.  
  1119. [ChgWinfileExts]
  1120. IniName = winfile.ini
  1121. SectionName = Settings
  1122. NortonDesktopTools=&Tools
  1123. undelete.dll=nfmext.dll
  1124. SectionName=NortonDesktop
  1125. ToolsTitle=&Norton
  1126. SectionName=AddOns
  1127. NortonDesktopDll=nfmext.dll
  1128.  
  1129. [DelWinfileExts]
  1130. IniName = winfile.ini
  1131. SectionName = Settings
  1132. undelete.dll=*
  1133. SectionName = AddOns
  1134. "MS-DOS Tools Extentions"=*
  1135.  
  1136.  
  1137. ;***************************************************************************
  1138. ;* Ini Verifications                                                       *
  1139. ;***************************************************************************
  1140.  
  1141. [checkshell]
  1142. IniName = system.ini
  1143. SectionName = boot
  1144. shell=*ndw.exe
  1145.  
  1146. [CheckEditor]
  1147. IniName = win.ini
  1148. SectionName = extensions
  1149. txt=*deskedit*
  1150.  
  1151. [CheckEmSetups]
  1152. assist.set,             target  
  1153. dbase.set,              target   
  1154. full.set,               target    
  1155. sprdsht.set,            target 
  1156. wordproc.set,           target
  1157.  
  1158.  
  1159.  
  1160. ;***************************************************************************
  1161. ;* Delete Files                                                            *
  1162. ;***************************************************************************
  1163.  
  1164. [custdll]
  1165. siwndw.dll,    WINDOWS
  1166.  
  1167. [NDW20files]
  1168. ;NAV&.SYS,        TARGET
  1169. ;NAV_.SYS,        TARGET
  1170. ARTGALRY.NSS,  TARGET
  1171. BATCHRUN.WBT,  TARGET
  1172. BLANKER.NSS,   TARGET
  1173. BM.DSP,        TARGET
  1174. BMP.PRS,        TARGET
  1175. BOX.WBD,       TARGET
  1176. CDR.PRS,        TARGET
  1177. CONTENTS.TXT,    TARGET
  1178. DOC.PRS,        TARGET
  1179. DRAW.PRS,        TARGET
  1180. DRW.PRS,        TARGET
  1181. EYES.NSS,      TARGET
  1182. FADE.NSS,      TARGET
  1183. GIF.PRS,        TARGET
  1184. GRAPHS.NSS,    TARGET
  1185. HEX.PRS,        TARGET
  1186. HXD.DSP,        TARGET
  1187. ICO.PRS,        TARGET
  1188. KC.EXE,        TARGET
  1189. KCRAYON.NSS,   TARGET
  1190. L123.PRS,        TARGET
  1191. LOADRUN.WBT,   TARGET
  1192. MESSAGE.NSS,   TARGET
  1193. MSEXCEL.PRS,    TARGET
  1194. NAV.DAT,        TARGET
  1195. NAVDLL.DLL,    TARGET
  1196. NAVPOPUP.EXE,    TARGET
  1197. NAVPOPUP.HLP,  TARGET
  1198. NAVUTIL.DLL,    TARGET
  1199. NBWADV.HLP,    TARGET
  1200. NBWBAS.HLP,    TARGET
  1201. NBWPRE.HLP,    TARGET
  1202. NBWTD.DLL,        TARGET
  1203. NDW.EXE,       WINDOWS
  1204. NDW.ND0,       WINDOWS
  1205. NDWCLOSE.WBT,  TARGET
  1206. NDWMACRO.EXE,    TARGET
  1207. NDWMAIN.EXE,    TARGET
  1208. NDWTIME.WBT,   TARGET
  1209. NMAIL.DLL,     TARGET
  1210. NPACK22.EXE,   TARGET
  1211. NSS.DAT,       TARGET
  1212. NSSCLOCK.NSS,  TARGET
  1213. NWCONN.DLL,    TARGET
  1214. NWCORE.DLL,    TARGET
  1215. NWMISC.DLL,    TARGET
  1216. PCX.PRS,        TARGET
  1217. PDX.PRS,        TARGET
  1218. PROG.PRS,        TARGET
  1219. RANDOM.NSS,    TARGET
  1220. SETTINGS.WBT,  TARGET
  1221. SHELL.WBT,     TARGET
  1222. SHRED.EXE,        TARGET
  1223. SHRED.HLP,     TARGET
  1224. SHUFFLE.NSS,   TARGET
  1225. SPIRO.NSS,     TARGET
  1226. SPOTLITE.NSS,  TARGET
  1227. SS.DSP,        TARGET
  1228. STICKFIG.NSS,  TARGET
  1229. SYSTEM.ND0,    WINDOWS
  1230. SYTRIVIA.NSS,    TARGET
  1231. TEMPFILE.WBT,    TARGET
  1232. TIF.PRS,        TARGET
  1233. TRAIL.NSS,     TARGET
  1234. TRIVIA.NSS,    TARGET
  1235. TXT.DSP,        TARGET
  1236. VEC.DSP,        TARGET
  1237. VNAVD.386,        SYSTEM
  1238. VNAVD.386,        TARGET
  1239. VNDWD.386,        SYSTEM  
  1240. VNDWD.386,        TARGET
  1241. WIN.ND0,       WINDOWS
  1242. WINFILE.ND0,   WINDOWS
  1243. WMF.PRS,        TARGET
  1244. WPGI.PRS,        TARGET
  1245. WPV.PRS,        TARGET
  1246. ZIP.PRS,        TARGET
  1247. C:\AUTOEXEC.ND0
  1248. C:\CONFIG.ND0
  1249.  
  1250.  
  1251. [Leftovers]
  1252. win.siw,       WINDOWS
  1253. system.siw,    WINDOWS
  1254. sm.reg,        TARGET
  1255. de.reg,        TARGET
  1256. ndd.exe,       TARGET
  1257. unerase.exe,   TARGET
  1258. unformat.exe,  TARGET
  1259. speedisk.exe,  TARGET
  1260. nlib100.rtl,   TARGET
  1261. icocache.dat,  TARGET
  1262.  
  1263. ;***************************************************************************
  1264. ;* External function calls                                                 *
  1265. ;***************************************************************************
  1266.  
  1267. [dowelcome]
  1268. dll = siwndw.dll
  1269. function = DoWelcomeDlg
  1270. caption = "Norton Desktop 3.0 - Select Installation Path"
  1271. lasttext = "You may exit install at any time by clicking on any Exit Install button."
  1272. newtext = newwelcome
  1273. prevtext = prevwelcome
  1274.  
  1275. [newwelcome]
  1276. "Norton Desktop will be installed into the directory below,"
  1277. "which will be created on your hard disk, and will take between"
  1278. "5.7 MB and 16.5 MB of disk space depending on the type of install"
  1279. "you are performing and the options selected."
  1280. ""
  1281. "To install to a different location, please enter the drive and"
  1282. "directory below."
  1283.  
  1284. [prevwelcome]
  1285. "Norton Desktop will be installed into the directory below and will"
  1286. "replace the existing version of Norton Desktop currently in that"
  1287. "directory.  Your current configuration and customization settings"
  1288. "will be saved.  Installation will take up to 16.5 MB of disk space"
  1289. "depending on the type of install and the options selected."                    
  1290. ""
  1291. "To install Norton Desktop to a different location, please enter the"
  1292. "drive and directory below.  Please note that installing to a different"
  1293. "location may require additional disk space."
  1294.  
  1295. [VScanDlls]
  1296. scaninst.dll, scaninst.dll, SOURCE, WINDOWS
  1297. virscan2.dll, virscan2.dll, SOURCE, WINDOWS
  1298. inscan.zip, inscan.zip, SOURCE, WINDOWS
  1299. siwvscan.dll, siwvscan.dll, SOURCE, WINDOWS
  1300. symkrnl2.dll, symkrnl2.dll, SOURCE, WINDOWS
  1301. symutil2.dll, symutil2.dll, SOURCE, WINDOWS
  1302. symgui2.dll, symgui2.dll, SOURCE, WINDOWS
  1303.  
  1304. [delVscanDlls]
  1305. scaninst.dll, WINDOWS
  1306. virscan2.dll, WINDOWS
  1307. virscan.dat, WINDOWS
  1308. inscanf.dat, WINDOWS
  1309. inscanb.dat, WINDOWS
  1310. inscanm.dat, WINDOWS
  1311. siwvscan.dll, WINDOWS
  1312. symkrnl2.dll, WINDOWS
  1313. symutil2.dll, WINDOWS
  1314. symgui2.dll, WINDOWS
  1315. symkrnl1.dll, WINDOWS
  1316.  
  1317. [DoVScan]
  1318. dll = siwvscan.dll
  1319. function = ScanForViruses
  1320.  
  1321. [VirusScan]
  1322. dllname = scaninst.dll
  1323. caption = "Scanning For Viruses"
  1324. scanboot = yes
  1325. scanmem = yes
  1326. scanfloppy = no
  1327. scanfixed = yes
  1328. abortiffound = no
  1329. recommendtext = VirusFoundText
  1330.  
  1331. [VirusFoundText]
  1332. "A virus was found on your system."
  1333. "You should run NAV.EXE from the"
  1334. "Fix-It disk before continuing the"
  1335. "installation.  You can view the"
  1336. "NDWREAD.TXT file for more information."
  1337. "Would you like to exit install now"
  1338. "to correct the problem?"
  1339.  
  1340. [ExecNdw30]
  1341. dll = siwndw.dll
  1342. function = LaunchNDW30
  1343.  
  1344. [CheckCDXDates]
  1345. dll = siwndw.dll
  1346. function = CheckCDXDates
  1347.  
  1348. [FindSymevntDll]
  1349. dll = siwndw.dll
  1350. function = FindSymevnt
  1351.  
  1352. [NukeSymevntDll]
  1353. dll = siwndw.dll
  1354. function = NukeSymevnt
  1355.  
  1356. [UnhideDescrip]
  1357. dll = siwndw.dll
  1358. function = ExposeDescription
  1359.  
  1360. ;***************************************************************************
  1361. ;* Misc install functions                                                  *
  1362. ;***************************************************************************
  1363.  
  1364. [quakedlls]
  1365. symkrnl0.dll, target
  1366.  
  1367. [VerDll]
  1368. ver.dll, system
  1369.  
  1370. [ndwini30]
  1371. ndw.pr2, windows
  1372.  
  1373. [winfileini]
  1374. winfile.ini, WINDOWS
  1375.  
  1376. [ndwini]
  1377. ndw.ini, windows
  1378.  
  1379. [scheduledat]
  1380. schedule.dat, TARGET
  1381.  
  1382. [CheckEm]
  1383. system.nd3, WINDOWS
  1384.  
  1385. [CheckNlaunch]
  1386. nlaunch.dat, TARGET
  1387.  
  1388. [CheckImage]
  1389. file = c:\autoexec.bat
  1390. findrems = 0
  1391. finditems = FindImage
  1392. filetype = autoexec
  1393.  
  1394. [FindImage]
  1395. %s\image.exe, TARGET
  1396.  
  1397. [textfiles]
  1398. ext = .txt
  1399. exe = "deskedit.exe %1"
  1400. insert = TARGET
  1401.  
  1402. [inifiles]
  1403. ext = .ini
  1404. exe = "deskedit.exe %1"
  1405. insert = TARGET
  1406.  
  1407. [SymBrowse]
  1408. reset = TARGET5
  1409. defdir = C:\SYMNTC
  1410.  
  1411. [ncdtree]
  1412. caption = "Norton Desktop - NCD Tree Creation"
  1413. text1 = "Scanning drive %c: for file information."
  1414.  
  1415. [SetSched]
  1416. schedule.exe, TARGET
  1417.  
  1418. [SetSymUtil]
  1419. symutil2.dll, TARGET
  1420.  
  1421. [SetNbackup]
  1422. nbwin.exe, TARGET
  1423.  
  1424. [DeskeditDelReg]
  1425. .txt
  1426. .ini
  1427.  
  1428. [DeskeditReg]
  1429. file = %s\de.reg, TARGET
  1430. location = TARGET
  1431.  
  1432. [ScriptMakerDelReg]
  1433. .sm
  1434.  
  1435. [ScriptMakerReg]
  1436. file = %s\sm.reg, TARGET
  1437. location = TARGET
  1438.  
  1439. [fassistini]
  1440. fassist.ini, WINDOWS
  1441.  
  1442. ;***************************************************************************
  1443. ;* File backup                                                             *
  1444. ;***************************************************************************
  1445.  
  1446. [SaveEm]
  1447. win.ini, win.nd1, WINDOWS, WINDOWS
  1448. system.ini, system.nd1, WINDOWS, WINDOWS
  1449. ndw.ini, ndw.nd1, WINDOWS, WINDOWS
  1450. winfile.ini, winfile.nd1, WINDOWS, WINDOWS
  1451. c:\config.sys, c:\config.nd1
  1452. c:\autoexec.bat, c:\autoexec.nd1
  1453.  
  1454. [original]
  1455. win.ini, win.nd3, WINDOWS, WINDOWS
  1456. system.ini, system.nd3, WINDOWS, WINDOWS
  1457. ndw.ini, ndw.nd3, WINDOWS, WINDOWS
  1458. winfile.ini, winfile.nd3, WINDOWS, WINDOWS
  1459. c:\config.sys, c:\config.nd3
  1460. c:\autoexec.bat, c:\autoexec.nd3
  1461.  
  1462. [ndwpress]
  1463. ndw.ini, ndw.pr2, WINDOWS, WINDOWS
  1464.  
  1465. [siwndw]
  1466. siwndw.dll, siwndw.dll, SOURCE, WINDOWS
  1467.  
  1468. [descripfile]
  1469. descript.xxx, descript.ion, TARGET, TARGET
  1470.  
  1471. [CheckFiles]
  1472. file=c:\config.sys
  1473. CompLine=files=50, greaterthan
  1474. FindRems=0
  1475.  
  1476. [CheckSymVar]
  1477. file = c:\autoexec.bat
  1478. finditems = Checksym
  1479.  
  1480. [Checksym]
  1481. "set symantec=%s", TARGET5
  1482.  
  1483. [ndwexe]
  1484. ndw.exe, ndw.exe, TARGET, WINDOWS
  1485.  
  1486. [DoRescue]
  1487. "%s\rescuew.exe /REGMSG", TARGET
  1488.  
  1489. [pix]
  1490. color = %s\ndw1024.bmp, 1, 1
  1491. color = %s\symlogo.rle, -1, 1
  1492.  
  1493. [pix2]
  1494. color = %s\ndw1024.bmp
  1495. color = %s\symlogo.rle, -1, 1
  1496.  
  1497. ;***************************************************************************
  1498. ;* Config.sys mods                                                         *
  1499. ;***************************************************************************
  1500.  
  1501. [ConfigNav]
  1502. caption    = "Norton Desktop - Modify Config.sys File"
  1503. text1      = "The following modifications need to be made to your config.sys file.  To edit the file, click the Edit button."
  1504. FileSpec   = c:\config.sys
  1505. filetype   = config
  1506. rem1 = "rem"
  1507. rem2 = 
  1508. rem3 = 
  1509. rem4 =
  1510. FindRems = 0
  1511. EditCaption = "Edit Config.sys"
  1512. EditText = "Make the desired changes to the file and click Done when finished.  To cancel this and all previous edits, click Cancel Edit."
  1513. AddPath    =
  1514. DelItems   = ConfigDelItems
  1515. AddItems   = ConfigAddItems
  1516. RemItems   = ConfigRemItems
  1517.  
  1518. [ConfigRemItems]
  1519. *vsafe.sys*
  1520. *vsafe.com*
  1521. *vwatch.sys*
  1522. *vwatch.com*
  1523. *nav&.sys*
  1524. *nav_.sys*
  1525. "files=*",  switch20
  1526. "files =*", switch20
  1527. "*navtsr.exe*"
  1528. "*navtsr*"
  1529.  
  1530. [ConfigAddItems]
  1531. "files=50", switch20
  1532. "device=%s\navtsr.exe", target, putmeafterthis=navafterthis
  1533.  
  1534. [navafterthis]
  1535. *qemm*
  1536. *sstordrv.com*
  1537. *stacker.com*
  1538. *sswap.com*
  1539. *devswap.com*
  1540. *sstordrv.sys*
  1541. *dmdrvr.bin*
  1542. *fixt_drv.sys*
  1543. *multivol.sys*
  1544. *hardrive.sys*
  1545. *edvr.sys*
  1546. *splt_drv.sys*
  1547. *rcd.sys*
  1548. *sydriver.sys*
  1549. *sqdriver.sys*
  1550. *syq55.sys*
  1551. *qemm386.sys*
  1552. *emm386.sys*
  1553. *emm386.exe*
  1554. *s-ice.exe*
  1555. *bc.sys*
  1556. *386max.sys*
  1557. *bluemax.sys*
  1558.  
  1559. [ConfigFiles]
  1560. caption    = "Norton Desktop - Modify Config.sys File"
  1561. text1      = "The following modifications need to be made to your config.sys file.  To edit the file, click the Edit button."
  1562. FileSpec   = c:\config.sys
  1563. filetype   = config
  1564. rem1 = "rem"
  1565. rem2 = 
  1566. rem3 = 
  1567. rem4 =
  1568. FindRems = 0
  1569. EditCaption = "Edit Config.sys"
  1570. EditText = "Make the desired changes to the file and click Done when finished.  To cancel this and all previous edits, click Cancel Edit."
  1571. AddPath    =
  1572. DelItems   = ConfigFDelItems
  1573. AddItems   = ConfigFAddItems
  1574. RemItems   = ConfigFRemItems
  1575.  
  1576. [ConfigFRemItems]
  1577. "files=*", switch20
  1578. "files =*", switch20
  1579.  
  1580. [ConfigFAddItems]
  1581. "files=50", switch20
  1582.  
  1583. ;***************************************************************************
  1584. ;* Autoexec Mods                                                           *
  1585. ;***************************************************************************
  1586.  
  1587. [Autoexec]
  1588. caption    = "Norton Desktop - Modify Autoexec.bat File"
  1589. text1      = "The following modifications need to be made to your autoexec.bat file.  To edit the file, click the Edit button."
  1590. FileSpec   = c:\autoexec.bat
  1591. filetype   = autoexec
  1592. rem1 = "rem"
  1593. rem2 = 
  1594. rem3 = 
  1595. rem4 =
  1596. FindRems = 0
  1597. EditCaption = "Edit Autoexec.bat"
  1598. EditText = "Make the desired changes to the file and click Done when finished.  To cancel this and all previous edits, click Cancel Edit."
  1599. AddPath    = target
  1600. DelItems   = AutoexecDelItems
  1601. AddItems   = AutoexecAddItems
  1602. RemItems   = AutoexecRemItems
  1603.  
  1604. [AutoexecRemItems]
  1605. "SET SYMANTEC=*", switch22
  1606. "*image*", switch23
  1607.  
  1608. [AutoexecAddItems]
  1609. "SET SYMANTEC=%s", TARGET5
  1610. %s\image.exe, TARGET
  1611.  
  1612.  
  1613. ;***************************************************************************
  1614. ;* SetShell section                                                        *
  1615. ;***************************************************************************
  1616.  
  1617. [SetShell]
  1618. AppIniName = ndw.ini
  1619. WinIniName = win.ini
  1620. SystemIniName = system.ini
  1621. Message = MessageBox.SetShellMessage
  1622. SysSectionName = boot
  1623. WinSectionName = windows
  1624. shell = %s\install.exe
  1625. load =
  1626. run =
  1627. SetShellIfLoaded=
  1628. Backup = Backup.SetShellSave
  1629. Restore = Backup.SetShellRestore
  1630. Active = yes
  1631. IfActiveList=LoadedList
  1632. SubProcess=SubProc
  1633.  
  1634. [SetShellSave]
  1635. win.ini, win.siw, WINDOWS, WINDOWS
  1636. system.ini, system.siw, WINDOWS, WINDOWS
  1637.  
  1638. [SetShellRestore]
  1639. system.siw, system.ini, WINDOWS, WINDOWS
  1640. win.siw, win.ini, WINDOWS, WINDOWS
  1641.  
  1642. [LoadedList]
  1643. nwin2.dll
  1644. symkrnl2.dll
  1645. symgui2.dll
  1646. navtsrw.exe
  1647. ctl3d.dll
  1648. symevnt1.dll
  1649.  
  1650. [SetShellMessage]
  1651. caption  =  "Norton Desktop - Install Program"
  1652. "Welcome to the Norton Desktop Installation"
  1653. "program. Please select OK to allow Install"
  1654. "to restart Windows and continue the"
  1655. "installation. Press Cancel to exit"
  1656. "Install."
  1657.  
  1658. [WindowsVersion]
  1659. 3.10
  1660. "Norton Desktop 3.0 requires"
  1661. "Windows 3.1 or greater."
  1662.  
  1663. ;***************************************************************************
  1664. ;* Groups                                                                  *
  1665. ;***************************************************************************
  1666.  
  1667. [groups]
  1668. "Norton Desktop Applications", ndw30.grp,  DELETE
  1669.  
  1670. [Norton Desktop Applications]
  1671.  
  1672. "Norton Desktop",          ndw.exe,            baseFiles
  1673. "Control Center",          cfgndw.exe,         basefiles
  1674. "Load FileAssist",         fassist.exe,        dirassist
  1675. "Day Planner",             dayplan.exe,        denali
  1676. "Speed Disk",              sdw.exe,            sdw
  1677. "Norton Disk Doctor",      nddw.exe,           nddw
  1678. "SmartErase",              smterase.exe,       unerase
  1679. "Create Rescue Disk",      rescuew.exe,        basefiles
  1680. "Norton AntiVirus",        navw.exe,           nav
  1681. "Norton Backup",           nbwin.exe,          nbackup
  1682. "Scheduler",               schedule.exe,       schedule
  1683. "System Information",      siw.exe,            sysinfo
  1684. "Desktop Editor",          deskedit.exe,       baseFiles
  1685. "Norton Viewer",           nviewer.exe,        viewers
  1686. "SuperFind",               sfind.exe,          sfind
  1687. "ScriptMaker",             "deskedit.exe /b",  embbasic, 1
  1688. "Dialog Editor",           dlgedt.exe,         embbasic
  1689. "Screen Saver",            sleeper.exe,        nss
  1690. "Icon Editor",             iconedit.exe,       iconedit
  1691. "Disk Copy",               wdskcopy.exe,       diskcopy
  1692. "Format Disk",             wformat.exe,        format
  1693. "KeyFinder",               keyfind.exe,        keyfind
  1694. "Financial Calculator",    fincalc.exe,        calcs
  1695. "Tape Calculator",         tapecalc.exe,       calcs
  1696. "Scientific Calculator",   sicalc.exe,         calcs
  1697. "Norton AntiVirus Auto-Protect", navtsrw.exe,  nav
  1698. "Read-Me File",            ndwread.txt,        basefiles, 0,, readme.ico, TARGET
  1699. "Remove Norton Desktop",   "install.exe /u",   basefiles, 1,, instbin.exe, TARGET
  1700.  
  1701. ;***************************************************************************
  1702. ;* Copy                                                                    *
  1703. ;***************************************************************************
  1704.  
  1705. [NDWCopy]
  1706. CopyMain.BaseFiles,    "Norton Desktop Base Files - 5864K",        5864, Y, N, Y
  1707.  
  1708. ; -section total =     5864
  1709.  
  1710. CopyMain.product,      "Productivity Tools - 2418K",                  0, N, Y, Y
  1711. CopySub.denali,        "Day Planner - 363K",                        363
  1712. CopySub.denalih,       "Day Planner Help - 155K",                   155
  1713. CopySub.deskedith,     "Desktop Editor Help - 146K",                146
  1714. CopySub.dirassist,     "FileAssist - 121K",                         121
  1715. CopySub.schedule,      "Scheduler - 84K",                            84
  1716. CopySub.scheduleh,     "Scheduler Help - 53K",                       53
  1717. CopySub.embbasic,      "ScriptMaker - 1118K",                      1118
  1718. CopySub.embbasich,     "ScriptMaker Help - 378K",                   378
  1719.  
  1720. ; -section total =     2418
  1721.  
  1722. CopyMain.Utils,        "Utilities && Tools - 5091K",                  0, N, Y, Y
  1723. CopySub.sdw,           "Speed Disk - 175K",                         175
  1724. CopySub.sdwh,          "Speed Disk Help - 55K",                      55
  1725. CopySub.unerase,       "SmartErase/Unerase - 39K",                   39
  1726. CopySub.uneraseh,      "SmartErase/Unerase Help - 64K",              64
  1727. CopySub.nddw,          "Norton Disk Doctor - 770K",                 770
  1728. CopySub.nddwh,         "Norton Disk Doctor Help - 52K",              52
  1729. CopySub.nbackup,       "Norton Backup Floppy Only - 1318K",        1318
  1730. CopySub.nbtape,        "Norton Backup Tape Drivers - 143K",         143
  1731. CopySub.nbwhelp,       "Norton Backup Help - 362K",                 362
  1732. CopySub.nav,           "Norton AntiVirus - 1821K",                 1821
  1733. CopySub.navh,          "Norton AntiVirus Help - 292K",              292
  1734.  
  1735. ; -section total =     5091
  1736.  
  1737. CopyMain.access,       "Desktop Accessories - 1867K",                 0, N, Y, Y
  1738. CopySub.calcs,         "Calculators - 237K",                        237
  1739. CopySub.calcsh,        "Calculator Help - 232K",                    232
  1740. CopySub.iconedit,      "Icon Editor - 132K",                        132
  1741. CopySub.iconedith,     "Icon Editor Help - 93K",                     93
  1742. CopySub.sysinfo,       "System Information - 218K",                 218
  1743. CopySub.sysinfoh,      "System Information Help - 64K",              64
  1744. CopySub.keyfind,       "KeyFinder - 35K",                            35
  1745. CopySub.keyfindh,      "KeyFinder Help - 46K",                       46
  1746. CopySub.nss,           "Screen Saver - 764K",                       764
  1747. CopySub.nssh,          "Screen Saver Help - 46K",                    46
  1748.  
  1749. ; -section total =     1867
  1750.  
  1751. CopyMain.fileman,      "File Management - 1732K",                     0, N, Y, Y
  1752. CopySub.diskcopy,      "Disk Copy - 18K",                            18
  1753. CopySub.diskcopyh,     "Disk Copy Help - 18K",                       18
  1754. CopySub.format,        "Disk Format - 10K",                          10
  1755. CopySub.formath,       "Disk Format Help - 21K",                     21
  1756. CopySub.viewers,       "Norton File Viewers - 1467K",              1467
  1757. CopySub.vwrhelp,       "Norton File Viewers Help - 80K",             80
  1758. CopySub.sfind,         "SuperFind - 48K",                            48
  1759. CopySub.sfindh,        "SuperFind Help - 70K",                       70
  1760.  
  1761. ; -section total =     1732
  1762. ; -product total =    16972
  1763. ; 1.44M Installation
  1764. ;size=1.44M
  1765. ;total=7
  1766.  
  1767. [Disks]
  1768. 1=A:\, "Norton Desktop for Windows, Disk 1"
  1769. 2=A:\, "Norton Desktop for Windows, Disk 2"
  1770. 3=A:\, "Norton Desktop for Windows, Disk 3"
  1771. 4=A:\, "Norton Desktop for Windows, Disk 4"
  1772. 5=A:\, "Norton Desktop for Windows, Disk 5"
  1773. 6=A:\, "Fix-It Disk #1, Disk 6"
  1774. 7=A:\, "Fix-It Disk #2, Disk 7"
  1775.  
  1776. [NDWCOPY.disk1]
  1777. NBWIN.EXE,             "Norton Backup Program File",         Link:NBACKUP, TARGET , SIZE:611408
  1778. NDDW.EXE,             "Norton Disk Doctor",         Link:NDDW, TARGET , SIZE:746528
  1779. INSTBIN.EXE,             "Symantec Install Main Program",         Link:BASEFILES, TARGET , SIZE:245344
  1780. SYMGUI2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:262576
  1781. INSTALL.INF,             "Symantec Single-User Install Script",         Link:BASEFILES, TARGET , SWITCH98 , SIZE:94285
  1782. SIWNDW.DLL,             "Norton Desktop Install Library",         Link:BASEFILES, TARGET , SIZE:214416
  1783. SYMKRNL2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:123488
  1784. SIWDLL.DLL,             "Symantec Install for Windows",         Link:BASEFILES, TARGET , SIZE:82464
  1785. INSTALL.EXE,             "Symantec Install for Windows",         Link:BASEFILES, TARGET , SIZE:37232
  1786. SYMUTIL2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:79424
  1787. SCHEDULE.HLP,             "Scheduler Help",         Link:SCHEDULEH, TARGET , SIZE:53301
  1788. SYMINSTL.HLP,             "Symantec Install Help File",         Link:BASEFILES, TARGET , SIZE:28641
  1789. NDWREAD.TXT,             "Norton Desktop Read-Me File",         Link:BASEFILES, TARGET , SIZE:17261
  1790. VIRSCAN2.DLL,             "Norton AntiVirus Scan Library",         Link:NAV, TARGET , SIZE:29488
  1791. SCANINST.DLL,             "Norton AntiVirus Scan Library",         Link:NAV, TARGET , SIZE:20864
  1792. FASSIST.DOC,             "FileAssist WinWord Install Macro",         Link:DIRASSIST, TARGET , SIZE:21515
  1793. NDW1024.BMP,             "Norton Desktop Bitmap",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:393334
  1794. SIWVSCAN.DLL,             "Norton AntiVirus Scan Library",         Link:NAV, TARGET , SWITCH90 , SIZE:7968
  1795. SYMLOGO.RLE,             "Symantec Logo Bitmap",         Link:BASEFILES, TARGET , SIZE:2222
  1796.  
  1797. [NDWCOPY.disk2]
  1798. NBWINH.HLP,             "Norton Backup for Windows Help",         Link:NBWHELP, TARGET , SIZE:361686
  1799. NWIN2.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:357072
  1800. SMW.HLP,             "Script Maker Help",         Link:EMBBASICH, TARGET , SIZE:273061
  1801. DAYPLAN.EXE,             "Day Planner",         Link:DENALI, TARGET , SIZE:363376
  1802. NDW.HLP,             "Norton Desktop Help File",         Link:BASEFILES, TARGET , SIZE:246720
  1803. NDWDLL2.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:261184
  1804. NDWGLOSS.HLP,             "Norton Desktop Help",         Link:BASEFILES, TARGET , SIZE:171265
  1805. NAVW.HLP,             "Norton AntiVirus Windows Help",         Link:NAVH, TARGET , SIZE:168767
  1806. CFGNDW.HLP,             "Control Center Help",         Link:BASEFILES, TARGET , SIZE:144832
  1807. ICONEDIT.EXE,             "Icon Editor",         Link:ICONEDIT, TARGET , SIZE:132848
  1808. NAVSERVE.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:6080
  1809.  
  1810. [NDWCOPY.disk3]
  1811. DAYPLAN.HLP,             "Day Planner Help File",         Link:DENALIH, TARGET , SIZE:155274
  1812. NBWQMF.DLL,             "Norton Backup SCSI Library",         Link:NBACKUP, TARGET , SIZE:185424
  1813. DESKEDIT.EXE,             "ScriptMaker Editor",         Link:DESKEDIT, TARGET , SIZE:230176
  1814. DESKEDIT.EXE,             "ScriptMaker Editor",         Link:EMBBASIC, TARGET , SIZE:230176
  1815. SIW.EXE,             "System Information",         Link:SYSINFO, TARGET , SIZE:218624
  1816. DESKEDIT.HLP,             "Desktop Editor Help",         Link:DESKEDITH, TARGET , SIZE:146574
  1817. NDWINTRO.HLP,             "Norton Desktop Help File",         Link:BASEFILES, TARGET , SIZE:140716
  1818. CFGNDW.EXE,             "Control Center",         Link:BASEFILES, TARGET , SIZE:239760
  1819. SYMRUN2.DLL,             "ScriptMaker Library",         Link:EMBBASIC, TARGET , SIZE:182048
  1820. NWRES2.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:327120
  1821. FINCALC.HLP,             "Financial Calculator Help",         Link:CALCSH, TARGET , SIZE:103669
  1822. SDENGINE.DLL,             "Speed Disk Library",         Link:SDW, TARGET , SIZE:132400
  1823. DLGEDT.HLP,             "Dialog Editor Help",         Link:EMBBASICH, TARGET , SIZE:105209
  1824. AAPLAY.DLL,             "Autodesk Animation Viewer Library",         Link:VIEWERS, TARGET , SIZE:137232
  1825. SYMCOM2.DLL,             "ScriptMaker Library",         Link:EMBBASIC, TARGET , SIZE:162736
  1826. NBWRES.DLL,             "Norton Backup Resource Library",         Link:NBACKUP, TARGET , SIZE:262608
  1827. ICONEDIT.HLP,             "Icon Editor Help",         Link:ICONEDITH, TARGET , SIZE:93665
  1828. FASSIST1.DLL,             "FileAssist Library",         Link:DIRASSIST, TARGET , SIZE:93600
  1829. BATCHRUN.EXE,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:103584
  1830. SYMWPG.PRS,             "WordPerfect Viewer Parser",         Link:VIEWERS, TARGET , SIZE:140544
  1831. SYMDRW.PRS,             "Norton Viewer",         Link:VIEWERS, TARGET , SIZE:139184
  1832. NVIEWER.HLP,             "Norton Viewer Help",         Link:VWRHELP, TARGET , SIZE:80542
  1833. VIRSCAN.INF,             "Norton AntiVirus Scan Information",         Link:NAV, TARGET , SIZE:91776
  1834.  
  1835. [NDWCOPY.disk4]
  1836. NWNETAPI.DLL,             "NetWare Library",         Link:BASEFILES, TARGET , SIZE:106047
  1837. FINCALC.EXE,             "Financial Calculator",         Link:CALCS, TARGET , SIZE:103856
  1838. DLGEDT.EXE,             "ScriptMaker Dialog Editor",         Link:EMBBASIC, TARGET , SIZE:124672
  1839. SFIND.HLP,             "Super Find Help",         Link:SFINDH, TARGET , SIZE:70697
  1840. NSGALRY.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:62720
  1841. TAPECALC.HLP,             "Tape Calculator Help",         Link:CALCSH, TARGET , SIZE:68902
  1842. SYMDB2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:120512
  1843. NAVWORK.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:99392
  1844. SICALC.HLP,             "Scientific Calculator Help",         Link:CALCSH, TARGET , SIZE:62383
  1845. SYMTXT.DSP,             "ASCII Display Engine",         Link:BASEFILES, TARGET , SIZE:87568
  1846. SMTERASE.HLP,             "SmartErase Help",         Link:UNERASEH, TARGET , SIZE:64807
  1847. SMARTCAN.EXE,             "SmartCan DOS TSR",         Link:BASEFILES, TARGET , SIZE:38661
  1848. SIW.HLP,             "System Information Help",         Link:SYSINFOH, TARGET , SIZE:64718
  1849. TAPECALC.EXE,             "Tape Calculator",         Link:CALCS, TARGET , SIZE:74608
  1850. NAV.HLP,             "Norton AntiVirus Help",         Link:NAVH, TARGET , SIZE:124949
  1851. SLEEPER.EXE,             "Screen Saver",         Link:NSS, TARGET , SIZE:79920
  1852. NAVTSR.EXE,             "Norton AntiVirus DOS TSR Program",         Link:NAV, TARGET , SIZE:167944
  1853. NAVTSRW.EXE,             "Norton AntiVirus Windows TSR Program",         Link:NAV, TARGET , SIZE:68336
  1854. SYMDOC.PRS,             "Word Processing Viewer Parser",         Link:VIEWERS, TARGET , SIZE:75280
  1855. SDW.HLP,             "Speed Disk Help",         Link:SDWH, TARGET , SIZE:55348
  1856. DESKEDIT.SMH,             "ScriptMaker Editor Help",         Link:EMBBASIC, TARGET , SIZE:145351
  1857. DRAGDRP2.DLL,             "Drag-Drop Library",         Link:BASEFILES, TARGET , SIZE:61680
  1858. NDDW.HLP,             "Norton Disk Doctor Help",         Link:NDDWH, TARGET , SIZE:52358
  1859. SYMDRAW.PRS,             "Norton Viewer",         Link:VIEWERS, TARGET , SIZE:86192
  1860. NSFIGURE.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:36768
  1861. NDLL2.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:65072
  1862. RESCUEW.HLP,             "Norton Rescue Help",         Link:BASEFILES, TARGET , SIZE:52515
  1863. SC2DWP.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:58976
  1864. NAVW.EXE,             "Norton AntiVirus Windows Clinic",         Link:NAV, TARGET , SIZE:83824
  1865. SICALC.EXE,             "Scientific Calculator",         Link:CALCS, TARGET , SIZE:60896
  1866. SYMTIF.PRS,             "TIFF File Viewer Parser",         Link:VIEWERS, TARGET , SIZE:59440
  1867. SLEEPER.HLP,             "Screen Saver Help",         Link:NSSH, TARGET , SIZE:46818
  1868. KEYFIND.HLP,             "KeyFinder Help",         Link:KEYFINDH, TARGET , SIZE:46231
  1869. SCANF.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:42177
  1870. SYMVWR.DLL,             "Norton Viewer Engine",         Link:BASEFILES, TARGET , SIZE:57072
  1871. SYMEXCEL.PRS,             "Excel Viewer Parser",         Link:VIEWERS, TARGET , SIZE:54608
  1872. SCHEDULE.EXE,             "Scheduler Program",         Link:SCHEDULE, TARGET , SIZE:81024
  1873. SYMFAT2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:56800
  1874. SYML123.PRS,             "Lotus 1-2-3 Viewer Parser",         Link:VIEWERS, TARGET , SIZE:50944
  1875. RECDLL2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:59920
  1876. SYMSS.DSP,             "Spreadsheet Display Engine",         Link:VIEWERS, TARGET , SIZE:54528
  1877. NAVOPTS.NCP,             "Norton AntiVirus Configuration File",         Link:NAV, TARGET , SIZE:56624
  1878. RESCUEW.EXE,             "Rescue Disk Creation Program",         Link:BASEFILES, TARGET , SIZE:52592
  1879. NAVXUTIL.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:56176
  1880. NDW3A.NIL,             "Norton Desktop 3.0 Icon Library",         Link:BASEFILES, TARGET , SIZE:99568
  1881. NSFRAME.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:59760
  1882.  
  1883. [NDWCOPY.disk5]
  1884. SYMPDX.PRS,             "PDX Viewer Parser",         Link:VIEWERS, TARGET , SIZE:45008
  1885. SYMZIP2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:49632
  1886. SYMNET2.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:50208
  1887. NSFISH.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:104432
  1888. SYMQA.PRS,             "Q&A Viewer Parser",         Link:VIEWERS, TARGET , SIZE:47744
  1889. SMTERASE.EXE,             "SmartErase",         Link:UNERASE, TARGET , SIZE:39568
  1890. NDW3C.NIL,             "Norton Desktop 3.0 Icon Library",         Link:BASEFILES, TARGET , SIZE:101184
  1891. SDW.EXE,             "Speed Disk",         Link:SDW, TARGET , SIZE:44496
  1892. SYMSYS2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:45632
  1893. SFIND.EXE,             "SuperFind",         Link:SFIND, TARGET , SIZE:42960
  1894. NPT2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:34736
  1895. SC2VW.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:31920
  1896. NDW3B.NIL,             "Norton Desktop 3.0 Icon Library",         Link:BASEFILES, TARGET , SIZE:72096
  1897. NDWCFG.DLL,             "Norton Desktop Configuration",         Link:BASEFILES, TARGET , SIZE:32304
  1898. SYMDBASE.PRS,             "DBase Viewer Parser",         Link:VIEWERS, TARGET , SIZE:34224
  1899. NVIEWER.EXE,             "Norton Viewer Engine",         Link:VIEWERS, TARGET , SIZE:33440
  1900. KEYFIND.EXE,             "KeyFinder",         Link:KEYFIND, TARGET , SIZE:35584
  1901. SYMCRDFL.PRS,             "Cardfile Viewer Parser",         Link:VIEWERS, TARGET , SIZE:32416
  1902. NAVTSR7.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:25498
  1903. SYMALOG2.DLL,             "Norton AntiVirus Activity Log",         Link:NAV, TARGET , SIZE:30192
  1904. SYMHXD.DSP,             "Norton Hex Display Engine",         Link:VIEWERS, TARGET , SIZE:30720
  1905. NAVTSR6.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:24522
  1906. SYMPCX.PRS,             "PCX Viewer Parser",         Link:VIEWERS, TARGET , SIZE:36224
  1907. NDWINI.TXT,             "Norton Desktop Ini File Read-Me File",         Link:BASEFILES, TARGET , SIZE:46053
  1908. IMAGE.EXE,             "Image Program",         Link:BASEFILES, TARGET , SIZE:13769
  1909. WFORMAT.HLP,             "Norton Disk Format Help",         Link:FORMATH, TARGET , SIZE:21578
  1910. NSSPIRO.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:27040
  1911. NBWQMFR.DLL,             "Norton Backup SCSI Resource Library",         Link:NBACKUP, TARGET , SIZE:47696
  1912. SYMGIF.PRS,             "GIF File Viewer Parser",         Link:VIEWERS, TARGET , SIZE:32528
  1913. SYMUNZP2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:65952
  1914. NAVINOC.DLL,             "Norton AntiVirus Inoculation Library",         Link:NAV, TARGET , SIZE:24256
  1915. SYMZIP.PRS,             "Archive Viewer Parser",         Link:VIEWERS, TARGET , SIZE:27200
  1916. NSCLOCK.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:22832
  1917. NNOVELL.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:34448
  1918. NWIPXSPX.DLL,             "Netware Library",         Link:NAV, TARGET , SIZE:35308
  1919. SYMEVNT.386,             "Symantec Event Manager VXD",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:24678
  1920. SYMEVNT.386,             "Symantec Event Manager VXD",         Link:BASEFILES, SYSTEM , SWITCH89 , SIZE:24678
  1921. VIRLIST2.DLL,             "Norton AntiVirus Scan Library",         Link:NAV, TARGET , SIZE:25904
  1922. NBWQ117.DLL,             "QIC-117 (40/80) Tape Library",         Link:NBTAPE, TARGET , SIZE:19648
  1923. SYMBM.DSP,             "Bitmap Display Engine",         Link:VIEWERS, TARGET , SIZE:25712
  1924. SC2CH.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:26086
  1925. UNINSTAL.INF,             "Single-User Uninstall Script",         Link:BASEFILES, TARGET , SIZE:51998
  1926. NAVTSR5.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:19914
  1927. DRVMAP2.DLL,             "Speed Disk Drive Map",         Link:NDDW, TARGET , SIZE:24368
  1928. NAVTSR3.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:19754
  1929. NSGRAPHS.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:52880
  1930. NETUSER.INF,             "Network User Install Script",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:46667
  1931. NSHOOK.DLL,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:21008
  1932. UZIP.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:70656
  1933. NAVTSR2.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:18794
  1934. NAVTSR4.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:18778
  1935. NDW.EXE,             "Norton Desktop Shell",         Link:BASEFILES, TARGET , SIZE:19264
  1936. NBWIDE.DLL,             "IDE Tape Library",         Link:NBTAPE, TARGET , SIZE:20992
  1937. NBWQ02.DLL,             "QIC-02 Tape Library",         Link:NBTAPE, TARGET , SIZE:19776
  1938. SYMFMT2.DLL,             "Symantec Format Library",         Link:BASEFILES, TARGET , SIZE:20400
  1939. WDSKCOPY.HLP,             "Norton Disk Copy Help",         Link:DISKCOPYH, TARGET , SIZE:18518
  1940. NNET.DLL,             "Norton Desktop Network Library",         Link:BASEFILES, TARGET , SIZE:22960
  1941. NSCRAYON.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:42448
  1942. NBWREAD.TXT,             "Norton Backup Read-Me File",         Link:BASEFILES, TARGET , SIZE:30083
  1943. NSTRAIL.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:25440
  1944. SC2FI.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:23536
  1945. NBWACC.DLL,             "AccuTrak Tape Library",         Link:NBTAPE, TARGET , SIZE:17280
  1946. WDSKCOPY.EXE,             "Norton Disk Copy",         Link:DISKCOPY, TARGET , SIZE:18464
  1947. NSEYES.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:29088
  1948. NBWASPI.DLL,             "Norton Backup ASPI Driver",         Link:NBTAPE, TARGET , SIZE:17808
  1949. CTL3D.DLL,             "3-D Controls DLL",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:20272
  1950. CTL3D.DLL,             "3-D Controls DLL",         Link:BASEFILES, SYSTEM , SWITCH89 , VersionCheck, SIZE:20272
  1951. WBTAPI2.DLL,             "ScriptMaker",         Link:EMBBASIC, TARGET , SIZE:20720
  1952. SYMNW32.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:20944
  1953. NSKC.EXE,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:40288
  1954. NSKC.EXE,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:40288
  1955. NSSPOT.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:16320
  1956. SYMMM.DSP,             "MultiMedia Display Engine",         Link:VIEWERS, TARGET , SIZE:18064
  1957. NBWRPT.DLL,             "Norton Backup Report Library",         Link:NBACKUP, TARGET , SIZE:15344
  1958. NBWNWARE.DLL,             "Norton Backup NetWare Library",         Link:NBACKUP, TARGET , SIZE:16464
  1959. NSMSG.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:31696
  1960. NDWSPLSH.BMP,             "Norton Desktop Bitmap",         Link:BASEFILES, TARGET , SIZE:46926
  1961. NBWIPXL.DLL,             "Local Network Share Tape Library",         Link:NBTAPE, TARGET , SIZE:17840
  1962. NBWIPXR.DLL,             "Remote Network Share Tape Library",         Link:NBTAPE, TARGET , SIZE:16016
  1963. SETTINGS.EXE,             "Norton Desktop Configuration Tool",         Link:EMBBASIC, TARGET , SIZE:28329
  1964. SYMWNET2.SMH,             "ScriptMaker Help File",         Link:EMBBASIC, TARGET , SIZE:8362
  1965. SYMWNET2.SML,             "ScriptMaker File",         Link:EMBBASIC, TARGET , SIZE:14752
  1966. NBWEACE1.DLL,             "Norton Backup Encryption Library",         Link:NBACKUP, TARGET , SIZE:25920
  1967. NAVTSR1.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:13290
  1968. NSSHUFFL.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:13360
  1969. SYMPROG.PRS,             "Program Viewer Parser",         Link:VIEWERS, TARGET , SIZE:15248
  1970. NBWFD.DLL,             "Norton Backup Floppy Library",         Link:NBACKUP, TARGET , SIZE:17072
  1971. NSTRIVIA.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:15200
  1972. SYMCDR.PRS,             "Corel Draw Viewer Parser",         Link:VIEWERS, TARGET , SIZE:15776
  1973. NBWCACE2.DLL,             "Microsoft Low Compression Library",         Link:NBACKUP, TARGET , SIZE:21392
  1974. TREASURE.DLL,             "Treasure Chest Help",         Link:BASEFILES, TARGET , SIZE:16352
  1975. NAVALOG.DLL,             "Norton AntiVirus Activity Library",         Link:NAV, TARGET , SIZE:13792
  1976. NAVTSR0.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:12154
  1977. NMACRO.DLL,             "Norton Desktop Library",         Link:EMBBASIC, TARGET , SIZE:14528
  1978. SYMINTG2.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:13920
  1979. SYMVCR.EXE,             "VCR Viewer Control",         Link:VIEWERS, TARGET , SIZE:18672
  1980. VS2JW.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:12363
  1981. SYMCUR.PRS,             "Windows Cursor Viewer",         Link:VIEWERS, TARGET , SIZE:13344
  1982. SYMHEX.PRS,             "HEX Viewer Parser",         Link:VIEWERS, TARGET , SIZE:13712
  1983. SYMBMP.PRS,             "Bitmap Viewer Parser",         Link:VIEWERS, TARGET , SIZE:13328
  1984. NDWPRINT.EXE,             "Norton Desktop Print Module",         Link:BASEFILES, TARGET , SIZE:11216
  1985. SYMWMF.PRS,             "Windows Metafile Viewer Parser",         Link:VIEWERS, TARGET , SIZE:13184
  1986. SYMWEXT2.SMH,             "ScriptMaker Help File",         Link:EMBBASIC, TARGET , SIZE:9135
  1987. SYMWEXT2.SML,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:6736
  1988. SYMICO.PRS,             "Icon Viewer Parser",         Link:VIEWERS, TARGET , SIZE:12928
  1989. COMMEXT.DLL,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:14992
  1990. CONTENTS.TXT,             "File Descriptions",         Link:BASEFILES, TARGET , SIZE:24609
  1991. NBWEACE0.DLL,             "Norton Backup Encryption Library",         Link:NBACKUP, TARGET , SIZE:15840
  1992. SYMPUB2.DLL,             "ScriptMaker Library",         Link:EMBBASIC, TARGET , SIZE:10736
  1993. WFORMAT.EXE,             "Norton Disk Format",         Link:FORMAT, TARGET , SIZE:10400
  1994. SC2FA.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:9616
  1995. SYMBV42.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:11120
  1996. SYMLM22.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:11152
  1997. NBWLAP.DLL,             "DEC InfoServer Tape Library",         Link:NBTAPE, TARGET , SIZE:9792
  1998. NBX.DLL,             "Norton DLL Manager",         Link:NBACKUP, TARGET , SIZE:15776
  1999. SYMMAIL2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:10016
  2000. NSFRWRKS.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:20160
  2001. NBWCACE0.DLL,             "Norton Low Compression Library",         Link:NBACKUP, TARGET , SIZE:9440
  2002. SMW.EXE,             "ScriptMaker for DOS",         Link:EMBBASIC, TARGET , SIZE:9184
  2003. VS2QA.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:10429
  2004. STUB.EXE,             "ScriptMaker File",         Link:EMBBASIC, TARGET , SIZE:9024
  2005. NLANMAN.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:9968
  2006. PRINTDIR.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:12799
  2007. NBWCACE1.DLL,             "Norton High Compression Library",         Link:NBACKUP, TARGET , SIZE:8992
  2008. FASSIST.EXE,             "FileAssist Loader",         Link:DIRASSIST, TARGET , SIZE:7040
  2009. REPAIRF.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:6909
  2010. NSFADE.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:12096
  2011. NTASTIC.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:7024
  2012. SC2CA.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:5900
  2013. SYMCNST2.SMH,             "ScriptMaker Help File",         Link:EMBBASIC, TARGET , SIZE:5005
  2014. SYMCNST2.SML,             "ScriptMaker Library",         Link:EMBBASIC, TARGET , SIZE:3392
  2015. SYMNSM2.DLL,             "ScriptMaker Library",         Link:BASEFILES, TARGET , SIZE:6480
  2016. SYMVID2.DLL,             "Symantec Multimedia DLL",         Link:VIEWERS, TARGET , SIZE:5952
  2017. NHOOKDLL.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:6528
  2018. NSWARP.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:10160
  2019. NAVEXCLU.DLL,             "Norton AntiVirus Exclusions Library",         Link:NAV, TARGET , SIZE:5312
  2020. NFMEXT.DLL,             "File Manager Extensions",         Link:EMBBASIC, TARGET , SIZE:5728
  2021. NBANYAN.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:6256
  2022. SWAPB.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:4698
  2023. N10NET.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:6224
  2024. WBT.DLL,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:4928
  2025. DESCRIPT.XXX,             "File Descriptions",         Link:BASEFILES, TARGET , SIZE:11131
  2026. NHOOKEXE.EXE,             "Norton Desktop Executable",         Link:BASEFILES, TARGET , SIZE:5472
  2027. ICLOAD.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:7634
  2028. FILETRK.DLL,             "File Delete Tracking Library",         Link:BASEFILES, TARGET , SIZE:4912
  2029. NBWSMEM.DLL,             "Norton Backup Memory Manager",         Link:NBACKUP, TARGET , SIZE:6272
  2030. WORDPROC.SET,             "Word Processor Setup File",         Link:NBACKUP, TARGET , SWITCH85 , SIZE:10471
  2031. DBASE.SET,             "Database Setup File",         Link:NBACKUP, TARGET , SWITCH85 , SIZE:10451
  2032. SPRDSHT.SET,             "Spreadsheet Setup File",         Link:NBACKUP, TARGET , SIZE:10411
  2033. ASSIST.SET,             "Backup Assistant Setup File",         Link:NBACKUP, TARGET , SWITCH85 , SIZE:10391
  2034. FULL.SET,             "Full Backup Setup File",         Link:NBACKUP, TARGET , SWITCH85 , SIZE:10382
  2035. MSGBOX.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:6980
  2036. NAVREAD.TXT,             "Norton AntiVirus Read-Me File",         Link:BASEFILES, TARGET , SIZE:6822
  2037. REPAIRB.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:4012
  2038. LOADFTRK.EXE,             "File Track Loader",         Link:BASEFILES, TARGET , SIZE:4640
  2039. JWQADSP.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:8704
  2040. NETWORK.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:3588
  2041. NDW.INI,             "Norton Desktop Ini File",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:2472
  2042. NDW.INI,             "Norton Desktop Ini File",         Link:BASEFILES, WINDOWS , SWITCH12 , SIZE:2472
  2043. NSBLANK.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:4784
  2044. NBWIPX.DLL,             "Network Protocol Library",         Link:NBTAPE, TARGET , SIZE:6656
  2045. JWQA.EXE,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:4096
  2046. SYMVX.DLL,             "Norton Viewer Engine",         Link:BASEFILES, TARGET , SIZE:3392
  2047. FONTLIST.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:6743
  2048. NAVSECUR.DLL,             "Norton AntiVirus Security Library",         Link:NAV, TARGET , SIZE:3968
  2049. SC2IO.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:3036
  2050. SYMEVNT1.DLL,             "Norton Disk Doctor DLL",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:3360
  2051. SYMEVNT1.DLL,             "Norton Disk Doctor DLL",         Link:BASEFILES, SYSTEM , SWITCH89 , SIZE:3360
  2052. SC2UT.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:2992
  2053. GREETING.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:4226
  2054. VFINTD.386,             "Backup Floppy Driver",         Link:NBACKUP, SYSTEM , SWITCH89 , SIZE:5481
  2055. VFINTD.386,             "Backup Floppy Driver",         Link:NBACKUP, TARGET , SIZE:5481
  2056. NBWSTHW.DLL,             "TC-15 Hardware Compression Library",         Link:NBTAPE, TARGET , SIZE:3312
  2057. CLOCKEY.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:2765
  2058. VNSS.386,             "Screen Saver Driver",         Link:NSS, TARGET , SIZE:5282
  2059. FULL.MNU,             "Norton Desktop 2.x Full Menu",         Link:BASEFILES, TARGET , SIZE:2190
  2060. DKTFULL.MNU,             "Full Desktop Menu",         Link:BASEFILES, TARGET , SIZE:2037
  2061. RUNMAN.NBB,             "SuperFind File",         Link:SFIND, TARGET , SIZE:6802
  2062. NAVCOMM.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:2784
  2063. MINALL.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:2291
  2064. LOG.CMB,             "Norton AntiVirus Activity Log File",         Link:NAV, TARGET , SIZE:9290
  2065. JWQAPRS.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:5120
  2066. SC2BK.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:1760
  2067. CONSEC.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:2316
  2068. SWAPF.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:1770
  2069. MULTIWIN.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:1967
  2070. MESSAGE.CMB,             "Norton AntiVirus 3.0",         Link:NAV, TARGET , SIZE:5492
  2071. SHORT.MNU,             "Norton Desktop 2.x Short Menu",         Link:BASEFILES, TARGET , SIZE:1435
  2072. RESCUE.INI,             "Rescue Disk Ini File",         Link:BASEFILES, TARGET , SIZE:3318
  2073. SYMEVNTX.EXE,             "Symantec Event Manager Program",         Link:BASEFILES, TARGET , SIZE:1952
  2074. TAPECTRL.CFG,             "Norton Tape Configuration File",         Link:NBACKUP, TARGET , SIZE:3085
  2075. ERROR.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:1299
  2076. DRWSHORT.MNU,             "Short Drive Windows Menu",         Link:BASEFILES, TARGET , SIZE:958
  2077. DKTSHORT.MNU,             "Short Desktop Menu",         Link:BASEFILES, TARGET , SIZE:889
  2078. EXEC.EXE,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:1386
  2079. NLAUNCH.DAT,             "Launch Menu Data File",         Link:BASEFILES, TARGET , SWITCH16 , SIZE:4047
  2080. NAV.ICO,             "Norton AntiVirus Icon",         Link:NAV, TARGET , SIZE:766
  2081. FASSIST.LOC,             "FileAssist Localization File",         Link:DIRASSIST, TARGET , SIZE:631
  2082. README.ICO,             "Read-Me File Icon",         Link:BASEFILES, TARGET , SIZE:766
  2083. SCHEDULE.DAT,             "Scheduler Data File",         Link:SCHEDULE, TARGET , SWITCH14 , SIZE:3430
  2084. SCHEDULE.DAT,             "Scheduler Data File",         Link:NBACKUP, TARGET , SWITCH14 , SIZE:3430
  2085. DRWCUST.TBR,             "Drive Window Custom Toolbar",         Link:BASEFILES, TARGET , SIZE:300
  2086. DKTCUST.TBR,             "Norton Desktop Custom Toolbar",         Link:BASEFILES, TARGET , SIZE:251
  2087. NAVDEF.DAT,             "Norton AntiVirus Definitions Data File",         Link:NAV, TARGET , SIZE:828
  2088. QKACUST.TBR,             "Quick Access Custom Toolbar",         Link:BASEFILES, TARGET , SIZE:212
  2089. DEUN.REG,             "DeskEdit Registration Merge File",         Link:BASEFILES, TARGET , SIZE:335
  2090. DE.REG,             "DeskEdit Registration Merge File",         Link:BASEFILES, TARGET , SIZE:337
  2091. SM.REG,             "ScriptMaker Registration Merge File",         Link:EMBBASIC, TARGET , SIZE:284
  2092. FASSIST.INI,             "FileAssist Ini File",         Link:DIRASSIST, TARGET , SWITCH90 , SIZE:149
  2093. FASSIST.INI,             "FileAssist Ini File",         Link:DIRASSIST, WINDOWS , SWITCH15 , SIZE:149
  2094.  
  2095. [NDWCOPY.disk6]
  2096. NLIB101.RTL,             "Norton DOS Run-Time Library",         Link:BASEFILES, TARGET , SIZE:200527
  2097. RESCUE.EXE,             "DOS Rescue Disk Creation Program",         Link:BASEFILES, TARGET , SIZE:76780
  2098.  
  2099. [NDWCOPY.disk7]
  2100. NAV.OVL,             "Norton AntiVirus DOS Overlay",         Link:NAV, TARGET , SIZE:343047
  2101. VIRSCAN.DAT,             "Norton AntiVirus Data File",         Link:NAV, TARGET , SIZE:181792
  2102. NAV.EXE,             "Norton AntiVirus DOS Virus Clinic",         Link:NAV, TARGET , SIZE:150645
  2103. INSCANF.DAT,             "Norton AntiVirus Floppy Scan Data",         Link:NAV, TARGET , SIZE:11638
  2104. INSCANM.DAT,             "Norton AntiVirus Memory Scan Data",         Link:NAV, TARGET , SIZE:11203
  2105. INSCANB.DAT,             "Norton AntiVirus Boot Scan Data",         Link:NAV, TARGET , SIZE:1432
  2106. NAVOPTS.DAT,             "Norton AntiVirus Configuration File",         Link:NAV, TARGET , SIZE:828
  2107. EXCLUDE.DAT,             "Norton AntiVirus Exclusions Data",         Link:NAV, TARGET , SIZE:444
  2108.