home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / f08 / 0535-1.img / NETADMIN.INF < prev    next >
Encoding:
INI File  |  1993-11-15  |  43.7 KB  |  940 lines

  1. ;***************************************************************************
  2. ;* Norton Desktop Version 3.0 Network Admin Script                         *
  3. ;* FOR VERSION 3.2+ OF SYMANTEC INSTALL FOR WINDOWS                        *
  4. ;***************************************************************************
  5.  
  6. [InstallVersion]
  7. 3.2
  8.  
  9. [process]
  10. switch89 = TRUE
  11. switch90 = FALSE
  12. switch15 = TRUE
  13. switch12 = TRUE
  14.  
  15. NetadminInstall
  16.  
  17. ;//////////////////////////////
  18. ;// Background Bitmaps
  19. ;//////////////////////////////
  20.  
  21. switch02 = IsVideo.1280       
  22. #if switch02
  23.    Bitmaps.pix2
  24. #else
  25.    Bitmaps.pix
  26. #endif
  27.  
  28. ;//////////////////////////////
  29. ;// Initialization            
  30. ;//////////////////////////////
  31.  
  32. NDWCopy = SetActiveCopy
  33.  
  34. Backup.siwndw                  ; Copy custom dll to windows dir
  35.  
  36. Registration                   ; Get user name and company
  37. ResetTarget.SetNetDrive
  38.  
  39. MessageBox.OverwriteWarn
  40.  
  41. ;//////////////////////////////
  42. ;// Select the install type
  43. ;//////////////////////////////
  44.  
  45. SelectInstallType              ; Select from the 2 avail types of install
  46.  
  47. switch99 = TRUE
  48.  
  49. #ifnot switch92                ; not a custom, jump to drive selection
  50.    goto.drivesel
  51. #endif
  52.  
  53. ;//////////////////////////////
  54. ;// Component Selection
  55. ;//////////////////////////////
  56.  
  57. :compselect                    ; Initial component selection
  58. PrimarySelect
  59.  
  60. #ifnot switch99
  61.    goto.checkspace
  62. #endif
  63.  
  64. ;//////////////////////////////
  65. ;// Drive Selection   
  66. ;//////////////////////////////
  67.  
  68. :drivesel
  69. CallProc.dowelcome             ; Call revolver custom dll for target path
  70.  
  71. ;//////////////////////////////
  72. ;// Disk Space Checking
  73. ;//////////////////////////////
  74.  
  75. :checkspace
  76. switch95 = FALSE
  77. switch96 = FALSE
  78. switch97 = FALSE
  79.  
  80. switch99 = CheckDiskSpace.TARGET
  81.  
  82. #ifnot switch99
  83.    DiskSpaceError.nospace
  84. #endif
  85.  
  86. #if switch95
  87.    goto.drivesel
  88. #endif
  89.  
  90. #if switch96
  91.    goto.compselect
  92. #endif
  93.  
  94.                                ; See if we copy the install.inf.
  95. #if switch91
  96.    switch98 = FALSE
  97. #else
  98.    switch98 = TRUE
  99. #endif
  100.  
  101. ;//////////////////////////////
  102. ;// Copy the files              
  103. ;//////////////////////////////
  104.  
  105. CallProc.UnhideDescrip
  106. MakeFilesReadWrite.ROFiles
  107. Delete.DelDescrip
  108.  
  109. DisableUtils
  110. copy
  111. EnableUtils
  112.  
  113. ;//////////////////////////////
  114. ;// Rescue disk                 
  115. ;//////////////////////////////
  116.  
  117. ;ExecChildProcess.DoRescue
  118.  
  119. switch40 = IsOptionSelected.schedule
  120. switch41 = IsOptionSelected.nav
  121. switch42 = IsOptionSelected.nbackup
  122.  
  123. ;//////////////////////////////
  124. ;// Register other modules     
  125. ;//////////////////////////////
  126.  
  127. #if switch40
  128.    SetRegistration.SetSched
  129. #endif
  130.  
  131. #if switch41
  132.    RegisterNav30
  133. #endif
  134.  
  135. #if switch42
  136.    SetRegistration.SetNBackup
  137. #endif
  138.  
  139. SetRegistration.SetSymUtil
  140.  
  141. ;//////////////////////////////
  142. ;// Make the files read-only    
  143. ;//////////////////////////////
  144.  
  145. MakeFilesReadOnly.ROFiles
  146.  
  147. ;//////////////////////////////
  148. ;// Clean up                    
  149. ;//////////////////////////////
  150.  
  151. Backup.descripfile
  152. delete.custdll
  153. Delete.Leftovers
  154.  
  155. ;//////////////////////////////
  156. ;// Prepare for exit            
  157. ;//////////////////////////////
  158.  
  159. switch13 = IsInstallShell
  160.  
  161. #if switch13
  162.    End.byeshell
  163. #else
  164.    MessageBox.bye
  165.    exit
  166. #endif
  167.  
  168. end
  169.  
  170. ;***************************************************************************
  171. ;* SubProc Executed When Install Takes Over As Shell                       *
  172. ;***************************************************************************
  173.  
  174. [SubProc]
  175. Return
  176.  
  177.  
  178. ;***************************************************************************
  179. ;* Dialog Info                                                             *
  180. ;***************************************************************************
  181.  
  182. [NDWCopy:CopyDialog]
  183. caption = "Copying Norton Desktop Files..."
  184. posx = -10
  185. posy = -10
  186.  
  187. [NDWCopy:Primary]
  188. caption = "Norton Desktop 3.0 Main Selection"
  189. button1 = "Select..."
  190. button2 = "Select..."
  191. button3 = "Select..."
  192. button4 = "Select..."
  193. button5 = "Select..."
  194. text = App1Text
  195.  
  196. [App1Text]
  197. "Please select the items you want to install.  If a selection"
  198. "has a button to the right, you can select individual files or"
  199. "components."
  200.  
  201. [NDWCopy:Component]
  202. caption = "Norton Desktop 3.0 Component Selection"
  203. text    = "Select/Deselect the components you want to install.  Checked items will be installed."
  204.  
  205. [NDWCopy:Advo]
  206. posx = 20
  207. posy = 60
  208. count = 12
  209. location = siwndw.dll
  210. BitmapsOnly = 1
  211.  
  212. [AdvoDefault]
  213. posx = 20
  214. posy = 30
  215. text = AdvoText
  216.  
  217. [AdvoText]
  218. "Please take a moment to complete the Product Registration Card
  219. "included with your product and return it to Symantec."
  220. ""
  221. "This will ensure that you receive future product announcements"
  222. "and important notices. It will also qualify you for any discounts"
  223. "on future upgrades."
  224. ""
  225. "Thank you for purchasing Norton Desktop!"
  226.  
  227. [NDWCopy:TypeSelect]
  228. count = 2
  229. caption = "Norton Desktop 3.0 Install Type Selection"
  230. text = "Please select the type of install you want to perform."
  231. grouptext = "Install Types"
  232. button1 = "&Full Install"
  233. button2 = "&Custom Install"
  234. descrip1 = "Installs the entire Norton Desktop to your server.  This requires a total of 16.5 MB of disk space."
  235. descrip2 = "Lets you choose which Norton Desktop modules to install.  If you need more options later, you can run install again."
  236.  
  237. ;***************************************************************************
  238. ;* Message Text                                                            *
  239. ;***************************************************************************
  240.  
  241. [byeshell]
  242. caption  =  "Norton Desktop - Install Complete"
  243. "This concludes the Network Administrator"
  244. "installation of Norton Desktop."
  245. " "
  246. "Thank You for Choosing the Leader in Utilities Software."
  247. " "
  248. "Select one of the exit options below."
  249.  
  250. [bye]
  251. caption  =  "Norton Desktop - Install Complete"
  252. "This concludes the Network Administrator"
  253. "installation of Norton Desktop."
  254. ""
  255. "Thank You for Choosing the Leader in"
  256. "Utilities Software."
  257. ""
  258. "Press OK to return to Windows."
  259.  
  260. [OverwriteWarn]
  261. caption = "Norton Desktop 3.0 - Install"
  262. "If you are currently running a shared"
  263. "version of Norton Desktop 2.x on your"
  264. "network, we strongly suggest that you:"
  265. ""
  266. "1) Install Norton Desktop 3.0 to a"
  267. "different directory.
  268. "2) Update the workstations at your"
  269. "convenience."
  270. "3) Delete the old Norton Desktop"
  271. "network directory after all users have"
  272. "been updated to use the new version."
  273. ""
  274. "Please see the Network Administrator's"
  275. "Guide for more information."
  276.  
  277.   
  278. [AskVScan]
  279. caption = "Scan For Viruses"
  280. "Would you like to scan your hard"
  281. "disk for viruses before copying the"
  282. "Norton Desktop files?"
  283.  
  284. [VirusContinue]
  285. caption = "Norton Desktop - Install"
  286. "Since a virus was found on your"
  287. "system, you should exit now to run"
  288. "Norton AntiVirus and correct the"
  289. "problem."
  290. ""
  291. "Do you want to exit now?"
  292.  
  293. [nospace]
  294. caption = "Insufficient Disk Space"
  295. text = idstext
  296. radio1 = "&Change Drive"
  297. radio2 = "&Deselect Components"
  298. radio3 = "C&ontinue Installation"
  299. descrip1 = "Choose this option to change the installation drive to another with more space available."
  300. descrip2 = "Choose this option to deselect product components so that less disk space will be required."
  301. 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."
  302.  
  303. [idstext]
  304. "There is insufficient disk space on the current target drive (%c:). "
  305. "Currently, there is %u KB of space on the drive and the installation"
  306. "will require approximately %u KB.  Please choose one of the options"
  307. "below or exit installation and delete files to free more space."
  308.  
  309. [Registration]
  310. caption =  "Norton Desktop - Registration"
  311. text1   =  regtext
  312. text2   =  "&Name:"
  313. text3   =  "&Company:"
  314. Cancel  =  "Cancel"
  315. Help    =  "&Help"
  316. appname =  nwin2.dll
  317. prevappname =
  318. string  =  "Symantec Install for Windows"
  319. active  =  yes
  320.  
  321. [regtext]
  322. "Welcome to Norton Desktop 3.0!"
  323. ""
  324. "Norton Desktop will be installed on your file server"
  325. "or hard drive and will take between 5.7 and 16.5 MB depending"
  326. "on the options you choose in the following screens."
  327. ""
  328. "Please register your name and company below:"
  329.  
  330. [VersionSearch]
  331. caption =  "Searching for Previous Version"
  332. text1   =  "Searching for a previously"
  333. text2   =  "installed version of Norton Desktop."
  334. appname =  "nwin2.dll"
  335. apppath =  C:\NDW30
  336.  
  337. [SymantecDir]
  338. caption =  "Searching for Shared Directory"
  339. text1   =  "Searching for the Symantec shared"
  340. text2   =  "files subdirectory."
  341. appname =  "symcfg.bin"
  342. apppath =  C:\SYMNTC
  343.  
  344. [TargetDrive]
  345. caption =  "Install Norton Desktop Files"
  346. defpath =  F:\NDW30
  347. text    =  "Please select the drive/directory where you want to install Norton Desktop."
  348. reqspace=  "Approximate additional disk space required"
  349.  
  350. [errors]
  351. noprev  =  "Symantec Install for Windows is already running!"
  352.  
  353. [FileCopy]
  354. copycaption   =  "Installing Norton Desktop for Windows"
  355. errorcaption  =  "Error Copying Files"
  356. insertcaption =  "Insert Diskette"
  357. Message       =   MessageText
  358.  
  359. [cancel]
  360. caption = "Norton Desktop - Exit Install"
  361. text    = "Are you sure you want to exit?"
  362.  
  363. [cancelshell]
  364. caption = "Norton Desktop - Exit Install"
  365. "You have selected to cancel Install."
  366. "In order to reset the Windows"
  367. "environment, Install will also close Windows."
  368. "Are you sure you want to exit?"
  369.  
  370.  
  371. ;***************************************************************************
  372. ;* Ini modifications                                                       *
  373. ;***************************************************************************
  374.  
  375.  
  376. ;***************************************************************************
  377. ;* Delete Files                                                            *
  378. ;***************************************************************************
  379.  
  380. [custdll]
  381. siwndw.dll,    WINDOWS
  382.  
  383. [Leftovers]
  384. win.siw,       WINDOWS
  385. system.siw,    WINDOWS
  386. ctl3d.dll,     WINDOWS
  387.  
  388. [DelDescrip]
  389. descript.ion,  TARGET
  390.  
  391. ;***************************************************************************
  392. ;* External function calls                                                 *
  393. ;***************************************************************************
  394.  
  395. [dowelcome]
  396. dll = siwndw.dll
  397. function = DoWelcomeDlg
  398. caption = "Norton Desktop 3.0 - Select Installation Path"
  399. lasttext = "You may exit install at any time by clicking on any Exit Install button."
  400. newtext = newwelcome
  401. prevtext = prevwelcome
  402.  
  403. [newwelcome]
  404. "Norton Desktop will be installed into the directory below,"
  405. "which will be created on your hard disk, and will take between"
  406. "5.7 MB and 16.5 MB of disk space depending on the type of install"
  407. "you are performing and the options selected."
  408. ""
  409. "To install to a different location, please enter the drive and"
  410. "directory below."
  411.  
  412. [prevwelcome]
  413. "Norton Desktop will be installed into the directory below and will"
  414. "replace the existing version of Norton Desktop currently in that"
  415. "directory.  Your current configuration and customization settings"
  416. "will be saved.  Installation will take up to 16.5 MB of disk space"
  417. "depending on the type of install and the options selected."                    
  418. ""
  419. "To install Norton Desktop to a different location, please enter the"
  420. "drive and directory below."
  421.  
  422. [UnhideDescrip]
  423. dll = siwndw.dll
  424. function = ExposeDescription
  425.  
  426.  
  427. ;***************************************************************************
  428. ;* Misc install functions                                                  *
  429. ;***************************************************************************
  430.  
  431. [ndwini]
  432. ndw.ini, windows
  433.  
  434. [SetNetDrive]
  435. reset = TARGET
  436. location = FirstNetDrive
  437. defaultdir = NDW30
  438.  
  439. [ROFiles]
  440. *.*, TARGET
  441.  
  442. [SetSched]
  443. schedule.exe, TARGET
  444.  
  445. [SetSymUtil]
  446. symutil2.dll, TARGET
  447.  
  448. [SetNbackup]
  449. nbwin.exe, TARGET
  450.  
  451.  
  452. ;***************************************************************************
  453. ;* File backup                                                             *
  454. ;***************************************************************************
  455.  
  456. [siwndw]
  457. siwndw.dll, siwndw.dll, SOURCE, WINDOWS
  458.  
  459. [descripfile]
  460. descript.xxx, descript.ion, TARGET, TARGET
  461.  
  462. [DoRescue]
  463. "%s\rescuew.exe /REGMSG", TARGET
  464.  
  465. [pix]
  466. color = %s\ndw1024.bmp, 1, 1
  467. color = %s\symlogo.rle, -1, 1
  468.  
  469. [pix2]
  470. color = %s\ndw1024.bmp
  471. color = %s\symlogo.rle, -1, 1
  472.  
  473. ;***************************************************************************
  474. ;* Config.sys mods                                                         *
  475. ;***************************************************************************
  476.  
  477. ;***************************************************************************
  478. ;* Autoexec Mods                                                           *
  479. ;***************************************************************************
  480.  
  481. ;***************************************************************************
  482. ;* SetShell section                                                        *
  483. ;***************************************************************************
  484.  
  485. [SetShell]
  486. AppIniName =
  487. WinIniName = win.ini
  488. SystemIniName = system.ini
  489. Message = MessageBox.SetShellMessage
  490. SysSectionName = boot
  491. WinSectionName = windows
  492. shell = %s\install.exe
  493. load =
  494. run =
  495. SetShellIfLoaded=
  496. Backup = Backup.SetShellSave
  497. Restore = Backup.SetShellRestore
  498. Active = yes
  499. IfActiveList=LoadedList
  500. SubProcess=SubProc
  501.  
  502. [SetShellSave]
  503. win.ini, win.siw, WINDOWS, WINDOWS
  504. system.ini, system.siw, WINDOWS, WINDOWS
  505.  
  506. [SetShellRestore]
  507. system.siw, system.ini, WINDOWS, WINDOWS
  508. win.siw, win.ini, WINDOWS, WINDOWS
  509.  
  510. [LoadedList]
  511. nwin2.dll
  512. symkrnl2.dll
  513. symgui2.dll
  514. ctl3d.dll
  515.  
  516. [SetShellMessage]
  517. caption  =  "Norton Desktop - Install Program"
  518. "Welcome to the Norton Desktop Administrator"
  519. "Installation program. Please select OK"
  520. "to allow Install to restart Windows"
  521. "and continue the installation. Press"
  522. "Cancel to exit Install."
  523.  
  524. [WindowsVersion]
  525. 3.10
  526. "Norton Desktop 3.0 requires"
  527. "Windows 3.1 or greater."
  528.  
  529. ;***************************************************************************
  530. ;* Groups                                                                  *
  531. ;***************************************************************************
  532.  
  533.  
  534. ;***************************************************************************
  535. ;* Copy                                                                    *
  536. ;***************************************************************************
  537.  
  538. [NDWCopy]
  539. CopyMain.BaseFiles,    "Norton Desktop Base Files - 5864K",        5864, Y, N, Y
  540.  
  541. ; -section total =     5864
  542.  
  543. CopyMain.product,      "Productivity Tools - 2418K",                  0, N, Y, Y
  544. CopySub.denali,        "Day Planner - 363K",                        363
  545. CopySub.denalih,       "Day Planner Help - 155K",                   155
  546. CopySub.deskedith,     "Desktop Editor Help - 146K",                146
  547. CopySub.dirassist,     "FileAssist - 121K",                         121
  548. CopySub.schedule,      "Scheduler - 84K",                            84
  549. CopySub.scheduleh,     "Scheduler Help - 53K",                       53
  550. CopySub.embbasic,      "ScriptMaker - 1118K",                      1118
  551. CopySub.embbasich,     "ScriptMaker Help - 378K",                   378
  552.  
  553. ; -section total =     2418
  554.  
  555. CopyMain.Utils,        "Utilities && Tools - 5091K",                  0, N, Y, Y
  556. CopySub.sdw,           "Speed Disk - 175K",                         175
  557. CopySub.sdwh,          "Speed Disk Help - 55K",                      55
  558. CopySub.unerase,       "SmartErase/Unerase - 39K",                   39
  559. CopySub.uneraseh,      "SmartErase/Unerase Help - 64K",              64
  560. CopySub.nddw,          "Norton Disk Doctor - 770K",                 770
  561. CopySub.nddwh,         "Norton Disk Doctor Help - 52K",              52
  562. CopySub.nbackup,       "Norton Backup Floppy Only - 1318K",        1318
  563. CopySub.nbtape,        "Norton Backup Tape Drivers - 143K",         143
  564. CopySub.nbwhelp,       "Norton Backup Help - 362K",                 362
  565. CopySub.nav,           "Norton AntiVirus - 1821K",                 1821
  566. CopySub.navh,          "Norton AntiVirus Help - 292K",              292
  567.  
  568. ; -section total =     5091
  569.  
  570. CopyMain.access,       "Desktop Accessories - 1867K",                 0, N, Y, Y
  571. CopySub.calcs,         "Calculators - 237K",                        237
  572. CopySub.calcsh,        "Calculator Help - 232K",                    232
  573. CopySub.iconedit,      "Icon Editor - 132K",                        132
  574. CopySub.iconedith,     "Icon Editor Help - 93K",                     93
  575. CopySub.sysinfo,       "System Information - 218K",                 218
  576. CopySub.sysinfoh,      "System Information Help - 64K",              64
  577. CopySub.keyfind,       "KeyFinder - 35K",                            35
  578. CopySub.keyfindh,      "KeyFinder Help - 46K",                       46
  579. CopySub.nss,           "Screen Saver - 764K",                       764
  580. CopySub.nssh,          "Screen Saver Help - 46K",                    46
  581.  
  582. ; -section total =     1867
  583.  
  584. CopyMain.fileman,      "File Management - 1732K",                     0, N, Y, Y
  585. CopySub.diskcopy,      "Disk Copy - 18K",                            18
  586. CopySub.diskcopyh,     "Disk Copy Help - 18K",                       18
  587. CopySub.format,        "Disk Format - 10K",                          10
  588. CopySub.formath,       "Disk Format Help - 21K",                     21
  589. CopySub.viewers,       "Norton File Viewers - 1467K",              1467
  590. CopySub.vwrhelp,       "Norton File Viewers Help - 80K",             80
  591. CopySub.sfind,         "SuperFind - 48K",                            48
  592. CopySub.sfindh,        "SuperFind Help - 70K",                       70
  593.  
  594. ; -section total =     1732
  595. ; -product total =    16972
  596. ; 1.44M Installation
  597. ;size=1.44M
  598. ;total=7
  599.  
  600. [Disks]
  601. 1=A:\, "Norton Desktop for Windows, Disk 1"
  602. 2=A:\, "Norton Desktop for Windows, Disk 2"
  603. 3=A:\, "Norton Desktop for Windows, Disk 3"
  604. 4=A:\, "Norton Desktop for Windows, Disk 4"
  605. 5=A:\, "Norton Desktop for Windows, Disk 5"
  606. 6=A:\, "Fix-It Disk #1, Disk 6"
  607. 7=A:\, "Fix-It Disk #2, Disk 7"
  608.  
  609. [NDWCOPY.disk1]
  610. NBWIN.EXE,             "Norton Backup Program File",         Link:NBACKUP, TARGET , SIZE:611408
  611. NDDW.EXE,             "Norton Disk Doctor",         Link:NDDW, TARGET , SIZE:746528
  612. INSTBIN.EXE,             "Symantec Install Main Program",         Link:BASEFILES, TARGET , SIZE:245344
  613. SYMGUI2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:262576
  614. INSTALL.INF,             "Symantec Single-User Install Script",         Link:BASEFILES, TARGET , SWITCH98 , SIZE:94296
  615. SIWNDW.DLL,             "Norton Desktop Install Library",         Link:BASEFILES, TARGET , SIZE:214416
  616. SYMKRNL2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:123488
  617. SIWDLL.DLL,             "Symantec Install for Windows",         Link:BASEFILES, TARGET , SIZE:82464
  618. INSTALL.EXE,             "Symantec Install for Windows",         Link:BASEFILES, TARGET , SIZE:37232
  619. SYMUTIL2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:79424
  620. SCHEDULE.HLP,             "Scheduler Help",         Link:SCHEDULEH, TARGET , SIZE:53301
  621. SYMINSTL.HLP,             "Symantec Install Help File",         Link:BASEFILES, TARGET , SIZE:28641
  622. NDWREAD.TXT,             "Norton Desktop Read-Me File",         Link:BASEFILES, TARGET , SIZE:17261
  623. VIRSCAN2.DLL,             "Norton AntiVirus Scan Library",         Link:NAV, TARGET , SIZE:29488
  624. SCANINST.DLL,             "Norton AntiVirus Scan Library",         Link:NAV, TARGET , SIZE:20864
  625. FASSIST.DOC,             "FileAssist WinWord Install Macro",         Link:DIRASSIST, TARGET , SIZE:21515
  626. NDW1024.BMP,             "Norton Desktop Bitmap",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:393334
  627. SIWVSCAN.DLL,             "Norton AntiVirus Scan Library",         Link:NAV, TARGET , SWITCH90 , SIZE:7968
  628. SYMLOGO.RLE,             "Symantec Logo Bitmap",         Link:BASEFILES, TARGET , SIZE:2222
  629.  
  630. [NDWCOPY.disk2]
  631. NBWINH.HLP,             "Norton Backup for Windows Help",         Link:NBWHELP, TARGET , SIZE:361686
  632. NWIN2.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:357072
  633. SMW.HLP,             "Script Maker Help",         Link:EMBBASICH, TARGET , SIZE:273061
  634. DAYPLAN.EXE,             "Day Planner",         Link:DENALI, TARGET , SIZE:363376
  635. NDW.HLP,             "Norton Desktop Help File",         Link:BASEFILES, TARGET , SIZE:246720
  636. NDWDLL2.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:261184
  637. NDWGLOSS.HLP,             "Norton Desktop Help",         Link:BASEFILES, TARGET , SIZE:171265
  638. NAVW.HLP,             "Norton AntiVirus Windows Help",         Link:NAVH, TARGET , SIZE:168767
  639. CFGNDW.HLP,             "Control Center Help",         Link:BASEFILES, TARGET , SIZE:144832
  640. ICONEDIT.EXE,             "Icon Editor",         Link:ICONEDIT, TARGET , SIZE:132848
  641. NAVSERVE.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:6080
  642.  
  643. [NDWCOPY.disk3]
  644. DAYPLAN.HLP,             "Day Planner Help File",         Link:DENALIH, TARGET , SIZE:155274
  645. NBWQMF.DLL,             "Norton Backup SCSI Library",         Link:NBACKUP, TARGET , SIZE:185424
  646. DESKEDIT.EXE,             "ScriptMaker Editor",         Link:DESKEDIT, TARGET , SIZE:230176
  647. DESKEDIT.EXE,             "ScriptMaker Editor",         Link:EMBBASIC, TARGET , SIZE:230176
  648. SIW.EXE,             "System Information",         Link:SYSINFO, TARGET , SIZE:218624
  649. DESKEDIT.HLP,             "Desktop Editor Help",         Link:DESKEDITH, TARGET , SIZE:146574
  650. NDWINTRO.HLP,             "Norton Desktop Help File",         Link:BASEFILES, TARGET , SIZE:140716
  651. CFGNDW.EXE,             "Control Center",         Link:BASEFILES, TARGET , SIZE:239760
  652. SYMRUN2.DLL,             "ScriptMaker Library",         Link:EMBBASIC, TARGET , SIZE:182048
  653. NWRES2.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:327120
  654. FINCALC.HLP,             "Financial Calculator Help",         Link:CALCSH, TARGET , SIZE:103669
  655. SDENGINE.DLL,             "Speed Disk Library",         Link:SDW, TARGET , SIZE:132400
  656. DLGEDT.HLP,             "Dialog Editor Help",         Link:EMBBASICH, TARGET , SIZE:105209
  657. AAPLAY.DLL,             "Autodesk Animation Viewer Library",         Link:VIEWERS, TARGET , SIZE:137232
  658. SYMCOM2.DLL,             "ScriptMaker Library",         Link:EMBBASIC, TARGET , SIZE:162736
  659. NBWRES.DLL,             "Norton Backup Resource Library",         Link:NBACKUP, TARGET , SIZE:262608
  660. ICONEDIT.HLP,             "Icon Editor Help",         Link:ICONEDITH, TARGET , SIZE:93665
  661. FASSIST1.DLL,             "FileAssist Library",         Link:DIRASSIST, TARGET , SIZE:93600
  662. BATCHRUN.EXE,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:103584
  663. SYMWPG.PRS,             "WordPerfect Viewer Parser",         Link:VIEWERS, TARGET , SIZE:140544
  664. SYMDRW.PRS,             "Norton Viewer",         Link:VIEWERS, TARGET , SIZE:139184
  665. NVIEWER.HLP,             "Norton Viewer Help",         Link:VWRHELP, TARGET , SIZE:80542
  666. VIRSCAN.INF,             "Norton AntiVirus Scan Information",         Link:NAV, TARGET , SIZE:91776
  667.  
  668. [NDWCOPY.disk4]
  669. NWNETAPI.DLL,             "NetWare Library",         Link:BASEFILES, TARGET , SIZE:106047
  670. FINCALC.EXE,             "Financial Calculator",         Link:CALCS, TARGET , SIZE:103856
  671. DLGEDT.EXE,             "ScriptMaker Dialog Editor",         Link:EMBBASIC, TARGET , SIZE:124672
  672. SFIND.HLP,             "Super Find Help",         Link:SFINDH, TARGET , SIZE:70697
  673. NSGALRY.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:62720
  674. TAPECALC.HLP,             "Tape Calculator Help",         Link:CALCSH, TARGET , SIZE:68902
  675. SYMDB2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:120512
  676. NAVWORK.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:99392
  677. SICALC.HLP,             "Scientific Calculator Help",         Link:CALCSH, TARGET , SIZE:62383
  678. SYMTXT.DSP,             "ASCII Display Engine",         Link:BASEFILES, TARGET , SIZE:87568
  679. SMTERASE.HLP,             "SmartErase Help",         Link:UNERASEH, TARGET , SIZE:64807
  680. SMARTCAN.EXE,             "SmartCan DOS TSR",         Link:BASEFILES, TARGET , SIZE:38661
  681. SIW.HLP,             "System Information Help",         Link:SYSINFOH, TARGET , SIZE:64718
  682. TAPECALC.EXE,             "Tape Calculator",         Link:CALCS, TARGET , SIZE:74608
  683. NAV.HLP,             "Norton AntiVirus Help",         Link:NAVH, TARGET , SIZE:124949
  684. SLEEPER.EXE,             "Screen Saver",         Link:NSS, TARGET , SIZE:79920
  685. NAVTSR.EXE,             "Norton AntiVirus DOS TSR Program",         Link:NAV, TARGET , SIZE:167944
  686. NAVTSRW.EXE,             "Norton AntiVirus Windows TSR Program",         Link:NAV, TARGET , SIZE:68336
  687. SYMDOC.PRS,             "Word Processing Viewer Parser",         Link:VIEWERS, TARGET , SIZE:75280
  688. SDW.HLP,             "Speed Disk Help",         Link:SDWH, TARGET , SIZE:55348
  689. DESKEDIT.SMH,             "ScriptMaker Editor Help",         Link:EMBBASIC, TARGET , SIZE:145351
  690. DRAGDRP2.DLL,             "Drag-Drop Library",         Link:BASEFILES, TARGET , SIZE:61680
  691. NDDW.HLP,             "Norton Disk Doctor Help",         Link:NDDWH, TARGET , SIZE:52358
  692. SYMDRAW.PRS,             "Norton Viewer",         Link:VIEWERS, TARGET , SIZE:86192
  693. NSFIGURE.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:36768
  694. NDLL2.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:65072
  695. RESCUEW.HLP,             "Norton Rescue Help",         Link:BASEFILES, TARGET , SIZE:52515
  696. SC2DWP.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:58976
  697. NAVW.EXE,             "Norton AntiVirus Windows Clinic",         Link:NAV, TARGET , SIZE:83824
  698. SICALC.EXE,             "Scientific Calculator",         Link:CALCS, TARGET , SIZE:60896
  699. SYMTIF.PRS,             "TIFF File Viewer Parser",         Link:VIEWERS, TARGET , SIZE:59440
  700. SLEEPER.HLP,             "Screen Saver Help",         Link:NSSH, TARGET , SIZE:46818
  701. KEYFIND.HLP,             "KeyFinder Help",         Link:KEYFINDH, TARGET , SIZE:46231
  702. SCANF.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:42177
  703. SYMVWR.DLL,             "Norton Viewer Engine",         Link:BASEFILES, TARGET , SIZE:57072
  704. SYMEXCEL.PRS,             "Excel Viewer Parser",         Link:VIEWERS, TARGET , SIZE:54608
  705. SCHEDULE.EXE,             "Scheduler Program",         Link:SCHEDULE, TARGET , SIZE:81024
  706. SYMFAT2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:56800
  707. SYML123.PRS,             "Lotus 1-2-3 Viewer Parser",         Link:VIEWERS, TARGET , SIZE:50944
  708. RECDLL2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:59920
  709. SYMSS.DSP,             "Spreadsheet Display Engine",         Link:VIEWERS, TARGET , SIZE:54528
  710. NAVOPTS.NCP,             "Norton AntiVirus Configuration File",         Link:NAV, TARGET , SIZE:56624
  711. RESCUEW.EXE,             "Rescue Disk Creation Program",         Link:BASEFILES, TARGET , SIZE:52592
  712. NAVXUTIL.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:56176
  713. NDW3A.NIL,             "Norton Desktop 3.0 Icon Library",         Link:BASEFILES, TARGET , SIZE:99568
  714. NSFRAME.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:59760
  715.  
  716. [NDWCOPY.disk5]
  717. SYMZIP2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:49792
  718. SYMPDX.PRS,             "PDX Viewer Parser",         Link:VIEWERS, TARGET , SIZE:45008
  719. SYMNET2.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:50208
  720. NSFISH.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:104432
  721. SYMQA.PRS,             "Q&A Viewer Parser",         Link:VIEWERS, TARGET , SIZE:47744
  722. SMTERASE.EXE,             "SmartErase",         Link:UNERASE, TARGET , SIZE:39568
  723. NDW3C.NIL,             "Norton Desktop 3.0 Icon Library",         Link:BASEFILES, TARGET , SIZE:101184
  724. SDW.EXE,             "Speed Disk",         Link:SDW, TARGET , SIZE:44752
  725. SYMSYS2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:45632
  726. SFIND.EXE,             "SuperFind",         Link:SFIND, TARGET , SIZE:42960
  727. NPT2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:34736
  728. SC2VW.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:31920
  729. NDW3B.NIL,             "Norton Desktop 3.0 Icon Library",         Link:BASEFILES, TARGET , SIZE:72096
  730. NDWCFG.DLL,             "Norton Desktop Configuration",         Link:BASEFILES, TARGET , SIZE:32304
  731. SYMDBASE.PRS,             "DBase Viewer Parser",         Link:VIEWERS, TARGET , SIZE:34224
  732. NVIEWER.EXE,             "Norton Viewer Engine",         Link:VIEWERS, TARGET , SIZE:33440
  733. KEYFIND.EXE,             "KeyFinder",         Link:KEYFIND, TARGET , SIZE:35584
  734. SYMCRDFL.PRS,             "Cardfile Viewer Parser",         Link:VIEWERS, TARGET , SIZE:32416
  735. NAVTSR7.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:25498
  736. SYMALOG2.DLL,             "Norton AntiVirus Activity Log",         Link:NAV, TARGET , SIZE:30192
  737. SYMHXD.DSP,             "Norton Hex Display Engine",         Link:VIEWERS, TARGET , SIZE:30720
  738. NAVTSR6.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:24522
  739. SYMPCX.PRS,             "PCX Viewer Parser",         Link:VIEWERS, TARGET , SIZE:36224
  740. NDWINI.TXT,             "Norton Desktop Ini File Read-Me File",         Link:BASEFILES, TARGET , SIZE:46053
  741. IMAGE.EXE,             "Image Program",         Link:BASEFILES, TARGET , SIZE:13769
  742. WFORMAT.HLP,             "Norton Disk Format Help",         Link:FORMATH, TARGET , SIZE:21578
  743. NSSPIRO.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:27040
  744. NBWQMFR.DLL,             "Norton Backup SCSI Resource Library",         Link:NBACKUP, TARGET , SIZE:47696
  745. SYMGIF.PRS,             "GIF File Viewer Parser",         Link:VIEWERS, TARGET , SIZE:32528
  746. SYMUNZP2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:65952
  747. NAVINOC.DLL,             "Norton AntiVirus Inoculation Library",         Link:NAV, TARGET , SIZE:24256
  748. SYMZIP.PRS,             "Archive Viewer Parser",         Link:VIEWERS, TARGET , SIZE:27200
  749. NSCLOCK.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:22832
  750. NNOVELL.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:34448
  751. NWIPXSPX.DLL,             "Netware Library",         Link:NAV, TARGET , SIZE:35308
  752. SYMEVNT.386,             "Symantec Event Manager VXD",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:24678
  753. SYMEVNT.386,             "Symantec Event Manager VXD",         Link:BASEFILES, SYSTEM , SWITCH89 , SIZE:24678
  754. VIRLIST2.DLL,             "Norton AntiVirus Scan Library",         Link:NAV, TARGET , SIZE:25904
  755. NBWQ117.DLL,             "QIC-117 (40/80) Tape Library",         Link:NBTAPE, TARGET , SIZE:19648
  756. SYMBM.DSP,             "Bitmap Display Engine",         Link:VIEWERS, TARGET , SIZE:25712
  757. SC2CH.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:26086
  758. UNINSTAL.INF,             "Single-User Uninstall Script",         Link:BASEFILES, TARGET , SIZE:51998
  759. NAVTSR5.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:19914
  760. DRVMAP2.DLL,             "Speed Disk Drive Map",         Link:NDDW, TARGET , SIZE:24368
  761. NAVTSR3.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:19754
  762. NSGRAPHS.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:52880
  763. NETUSER.INF,             "Network User Install Script",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:46743
  764. NSHOOK.DLL,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:21008
  765. UZIP.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:70656
  766. NAVTSR2.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:18794
  767. NAVTSR4.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:18778
  768. NDW.EXE,             "Norton Desktop Shell",         Link:BASEFILES, TARGET , SIZE:19264
  769. NBWIDE.DLL,             "IDE Tape Library",         Link:NBTAPE, TARGET , SIZE:20992
  770. NBWQ02.DLL,             "QIC-02 Tape Library",         Link:NBTAPE, TARGET , SIZE:19776
  771. SYMFMT2.DLL,             "Symantec Format Library",         Link:BASEFILES, TARGET , SIZE:20400
  772. WDSKCOPY.HLP,             "Norton Disk Copy Help",         Link:DISKCOPYH, TARGET , SIZE:18518
  773. NNET.DLL,             "Norton Desktop Network Library",         Link:BASEFILES, TARGET , SIZE:22960
  774. NSCRAYON.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:42448
  775. NBWREAD.TXT,             "Norton Backup Read-Me File",         Link:BASEFILES, TARGET , SIZE:30083
  776. NSTRAIL.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:25440
  777. SC2FI.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:23536
  778. NBWACC.DLL,             "AccuTrak Tape Library",         Link:NBTAPE, TARGET , SIZE:17280
  779. WDSKCOPY.EXE,             "Norton Disk Copy",         Link:DISKCOPY, TARGET , SIZE:18464
  780. NSEYES.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:29088
  781. NBWASPI.DLL,             "Norton Backup ASPI Driver",         Link:NBTAPE, TARGET , SIZE:17808
  782. CTL3D.DLL,             "3-D Controls DLL",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:20272
  783. CTL3D.DLL,             "3-D Controls DLL",         Link:BASEFILES, SYSTEM , SWITCH89 , VersionCheck, SIZE:20272
  784. WBTAPI2.DLL,             "ScriptMaker",         Link:EMBBASIC, TARGET , SIZE:20720
  785. SYMNW32.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:20944
  786. NSKC.EXE,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:40288
  787. NSKC.EXE,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:40288
  788. NSSPOT.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:16320
  789. SYMMM.DSP,             "MultiMedia Display Engine",         Link:VIEWERS, TARGET , SIZE:18064
  790. NBWRPT.DLL,             "Norton Backup Report Library",         Link:NBACKUP, TARGET , SIZE:15344
  791. NBWNWARE.DLL,             "Norton Backup NetWare Library",         Link:NBACKUP, TARGET , SIZE:16464
  792. NSMSG.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:31696
  793. NDWSPLSH.BMP,             "Norton Desktop Bitmap",         Link:BASEFILES, TARGET , SIZE:46926
  794. NBWIPXL.DLL,             "Local Network Share Tape Library",         Link:NBTAPE, TARGET , SIZE:17840
  795. NBWIPXR.DLL,             "Remote Network Share Tape Library",         Link:NBTAPE, TARGET , SIZE:16016
  796. SETTINGS.EXE,             "Norton Desktop Configuration Tool",         Link:EMBBASIC, TARGET , SIZE:28329
  797. SYMWNET2.SMH,             "ScriptMaker Help File",         Link:EMBBASIC, TARGET , SIZE:8362
  798. SYMWNET2.SML,             "ScriptMaker File",         Link:EMBBASIC, TARGET , SIZE:14752
  799. NAVTSR1.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:13290
  800. NSSHUFFL.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:13360
  801. SYMPROG.PRS,             "Program Viewer Parser",         Link:VIEWERS, TARGET , SIZE:15248
  802. NBWFD.DLL,             "Norton Backup Floppy Library",         Link:NBACKUP, TARGET , SIZE:17072
  803. SYMCDR.PRS,             "Corel Draw Viewer Parser",         Link:VIEWERS, TARGET , SIZE:15776
  804. NBWCACE2.DLL,             "Microsoft Low Compression Library",         Link:NBACKUP, TARGET , SIZE:21392
  805. TREASURE.DLL,             "Treasure Chest Help",         Link:BASEFILES, TARGET , SIZE:16352
  806. NAVALOG.DLL,             "Norton AntiVirus Activity Library",         Link:NAV, TARGET , SIZE:13792
  807. NAVTSR0.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:12154
  808. NMACRO.DLL,             "Norton Desktop Library",         Link:EMBBASIC, TARGET , SIZE:14528
  809. SYMINTG2.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:13920
  810. SYMVCR.EXE,             "VCR Viewer Control",         Link:VIEWERS, TARGET , SIZE:18672
  811. VS2JW.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:12363
  812. SYMCUR.PRS,             "Windows Cursor Viewer",         Link:VIEWERS, TARGET , SIZE:13344
  813. SYMHEX.PRS,             "HEX Viewer Parser",         Link:VIEWERS, TARGET , SIZE:13712
  814. SYMBMP.PRS,             "Bitmap Viewer Parser",         Link:VIEWERS, TARGET , SIZE:13328
  815. NDWPRINT.EXE,             "Norton Desktop Print Module",         Link:BASEFILES, TARGET , SIZE:11216
  816. SYMWMF.PRS,             "Windows Metafile Viewer Parser",         Link:VIEWERS, TARGET , SIZE:13184
  817. SYMWEXT2.SMH,             "ScriptMaker Help File",         Link:EMBBASIC, TARGET , SIZE:9135
  818. SYMWEXT2.SML,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:6736
  819. SYMICO.PRS,             "Icon Viewer Parser",         Link:VIEWERS, TARGET , SIZE:12928
  820. COMMEXT.DLL,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:14992
  821. CONTENTS.TXT,             "File Descriptions",         Link:BASEFILES, TARGET , SIZE:24609
  822. NBWEACE0.DLL,             "Norton Backup Encryption Library",         Link:NBACKUP, TARGET , SIZE:15840
  823. SYMPUB2.DLL,             "ScriptMaker Library",         Link:EMBBASIC, TARGET , SIZE:10736
  824. WFORMAT.EXE,             "Norton Disk Format",         Link:FORMAT, TARGET , SIZE:10400
  825. SC2FA.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:9616
  826. SYMBV42.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:11120
  827. SYMLM22.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:11152
  828. NBWLAP.DLL,             "DEC InfoServer Tape Library",         Link:NBTAPE, TARGET , SIZE:9792
  829. NBX.DLL,             "Norton DLL Manager",         Link:NBACKUP, TARGET , SIZE:15776
  830. SYMMAIL2.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:10016
  831. NSFRWRKS.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:20160
  832. NBWCACE0.DLL,             "Norton Low Compression Library",         Link:NBACKUP, TARGET , SIZE:9440
  833. SMW.EXE,             "ScriptMaker for DOS",         Link:EMBBASIC, TARGET , SIZE:9184
  834. VS2QA.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:10429
  835. STUB.EXE,             "ScriptMaker File",         Link:EMBBASIC, TARGET , SIZE:9024
  836. NLANMAN.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:9968
  837. PRINTDIR.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:12799
  838. NBWCACE1.DLL,             "Norton High Compression Library",         Link:NBACKUP, TARGET , SIZE:8992
  839. FASSIST.EXE,             "FileAssist Loader",         Link:DIRASSIST, TARGET , SIZE:7040
  840. REPAIRF.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:6909
  841. NSFADE.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:12096
  842. NTASTIC.DLL,             "Symantec Library",         Link:BASEFILES, TARGET , SIZE:7024
  843. SC2CA.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:5900
  844. SYMCNST2.SMH,             "ScriptMaker Help File",         Link:EMBBASIC, TARGET , SIZE:5005
  845. SYMCNST2.SML,             "ScriptMaker Library",         Link:EMBBASIC, TARGET , SIZE:3392
  846. SYMNSM2.DLL,             "ScriptMaker Library",         Link:BASEFILES, TARGET , SIZE:6480
  847. SYMVID2.DLL,             "Symantec Multimedia DLL",         Link:VIEWERS, TARGET , SIZE:5952
  848. NHOOKDLL.DLL,             "Norton Desktop Library",         Link:BASEFILES, TARGET , SIZE:6528
  849. NSWARP.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:10160
  850. NAVEXCLU.DLL,             "Norton AntiVirus Exclusions Library",         Link:NAV, TARGET , SIZE:5312
  851. NFMEXT.DLL,             "File Manager Extensions",         Link:EMBBASIC, TARGET , SIZE:5728
  852. NBANYAN.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:6256
  853. SWAPB.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:4698
  854. N10NET.DLL,             "Symantec Network Library",         Link:BASEFILES, TARGET , SIZE:6224
  855. WBT.DLL,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:4928
  856. DESCRIPT.XXX,             "File Descriptions",         Link:BASEFILES, TARGET , SIZE:11131
  857. NHOOKEXE.EXE,             "Norton Desktop Executable",         Link:BASEFILES, TARGET , SIZE:5472
  858. ICLOAD.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:7634
  859. FILETRK.DLL,             "File Delete Tracking Library",         Link:BASEFILES, TARGET , SIZE:4912
  860. NBWSMEM.DLL,             "Norton Backup Memory Manager",         Link:NBACKUP, TARGET , SIZE:6272
  861. WORDPROC.SET,             "Word Processor Setup File",         Link:NBACKUP, TARGET , SWITCH85 , SIZE:10471
  862. DBASE.SET,             "Database Setup File",         Link:NBACKUP, TARGET , SWITCH85 , SIZE:10451
  863. SPRDSHT.SET,             "Spreadsheet Setup File",         Link:NBACKUP, TARGET , SIZE:10411
  864. ASSIST.SET,             "Backup Assistant Setup File",         Link:NBACKUP, TARGET , SWITCH85 , SIZE:10391
  865. FULL.SET,             "Full Backup Setup File",         Link:NBACKUP, TARGET , SWITCH85 , SIZE:10382
  866. MSGBOX.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:6980
  867. NAVREAD.TXT,             "Norton AntiVirus Read-Me File",         Link:BASEFILES, TARGET , SIZE:6822
  868. REPAIRB.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:4012
  869. LOADFTRK.EXE,             "File Track Loader",         Link:BASEFILES, TARGET , SIZE:4640
  870. JWQADSP.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:8704
  871. NETWORK.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:3588
  872. NDW.INI,             "Norton Desktop Ini File",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:2472
  873. NDW.INI,             "Norton Desktop Ini File",         Link:BASEFILES, WINDOWS , SWITCH12 , SIZE:2472
  874. NSBLANK.NSS,             "Screen Saver Module",         Link:NSS, TARGET , SIZE:4784
  875. NBWIPX.DLL,             "Network Protocol Library",         Link:NBTAPE, TARGET , SIZE:6656
  876. JWQA.EXE,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:4096
  877. SYMVX.DLL,             "Norton Viewer Engine",         Link:BASEFILES, TARGET , SIZE:3392
  878. FONTLIST.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:6743
  879. NAVSECUR.DLL,             "Norton AntiVirus Security Library",         Link:NAV, TARGET , SIZE:3968
  880. SC2IO.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:3036
  881. SYMEVNT1.DLL,             "Norton Disk Doctor DLL",         Link:BASEFILES, TARGET , SWITCH90 , SIZE:3360
  882. SYMEVNT1.DLL,             "Norton Disk Doctor DLL",         Link:BASEFILES, SYSTEM , SWITCH89 , SIZE:3360
  883. SC2UT.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:2992
  884. GREETING.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:4226
  885. VFINTD.386,             "Backup Floppy Driver",         Link:NBACKUP, SYSTEM , SWITCH89 , SIZE:5481
  886. VFINTD.386,             "Backup Floppy Driver",         Link:NBACKUP, TARGET , SIZE:5481
  887. NBWSTHW.DLL,             "TC-15 Hardware Compression Library",         Link:NBTAPE, TARGET , SIZE:3312
  888. CLOCKEY.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:2765
  889. VNSS.386,             "Screen Saver Driver",         Link:NSS, TARGET , SIZE:5282
  890. FULL.MNU,             "Norton Desktop 2.x Full Menu",         Link:BASEFILES, TARGET , SIZE:2190
  891. DKTFULL.MNU,             "Full Desktop Menu",         Link:BASEFILES, TARGET , SIZE:2037
  892. RUNMAN.NBB,             "SuperFind File",         Link:SFIND, TARGET , SIZE:6802
  893. NAVCOMM.DLL,             "Norton AntiVirus Library",         Link:NAV, TARGET , SIZE:2784
  894. MINALL.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:2291
  895. LOG.CMB,             "Norton AntiVirus Activity Log File",         Link:NAV, TARGET , SIZE:9290
  896. JWQAPRS.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:5120
  897. SC2BK.DLL,             "JustWrite and Q&A Viewer",         Link:VIEWERS, TARGET , SIZE:1760
  898. CONSEC.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:2316
  899. SWAPF.OVL,             "Norton AntiVirus Overlay",         Link:NAV, TARGET , SIZE:1770
  900. MULTIWIN.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:1967
  901. MESSAGE.CMB,             "Norton AntiVirus 3.0",         Link:NAV, TARGET , SIZE:5492
  902. SHORT.MNU,             "Norton Desktop 2.x Short Menu",         Link:BASEFILES, TARGET , SIZE:1435
  903. RESCUE.INI,             "Rescue Disk Ini File",         Link:BASEFILES, TARGET , SIZE:3318
  904. SYMEVNTX.EXE,             "Symantec Event Manager Program",         Link:BASEFILES, TARGET , SIZE:1952
  905. TAPECTRL.CFG,             "Norton Tape Configuration File",         Link:NBACKUP, TARGET , SIZE:3085
  906. ERROR.SM,             "ScriptMaker Sample Script",         Link:EMBBASIC, TARGET , SIZE:1299
  907. DRWSHORT.MNU,             "Short Drive Windows Menu",         Link:BASEFILES, TARGET , SIZE:958
  908. DKTSHORT.MNU,             "Short Desktop Menu",         Link:BASEFILES, TARGET , SIZE:889
  909. EXEC.EXE,             "ScriptMaker Module",         Link:EMBBASIC, TARGET , SIZE:1386
  910. NLAUNCH.DAT,             "Launch Menu Data File",         Link:BASEFILES, TARGET , SWITCH16 , SIZE:4047
  911. NAV.ICO,             "Norton AntiVirus Icon",         Link:NAV, TARGET , SIZE:766
  912. FASSIST.LOC,             "FileAssist Localization File",         Link:DIRASSIST, TARGET , SIZE:631
  913. README.ICO,             "Read-Me File Icon",         Link:BASEFILES, TARGET , SIZE:766
  914. SCHEDULE.DAT,             "Scheduler Data File",         Link:SCHEDULE, TARGET , SWITCH14 , SIZE:3430
  915. SCHEDULE.DAT,             "Scheduler Data File",         Link:NBACKUP, TARGET , SWITCH14 , SIZE:3430
  916. DRWCUST.TBR,             "Drive Window Custom Toolbar",         Link:BASEFILES, TARGET , SIZE:300
  917. DKTCUST.TBR,             "Norton Desktop Custom Toolbar",         Link:BASEFILES, TARGET , SIZE:251
  918. NAVDEF.DAT,             "Norton AntiVirus Definitions Data File",         Link:NAV, TARGET , SIZE:828
  919. QKACUST.TBR,             "Quick Access Custom Toolbar",         Link:BASEFILES, TARGET , SIZE:212
  920. DEUN.REG,             "DeskEdit Registration Merge File",         Link:BASEFILES, TARGET , SIZE:335
  921. DE.REG,             "DeskEdit Registration Merge File",         Link:BASEFILES, TARGET , SIZE:337
  922. SM.REG,             "ScriptMaker Registration Merge File",         Link:EMBBASIC, TARGET , SIZE:284
  923. FASSIST.INI,             "FileAssist Ini File",         Link:DIRASSIST, TARGET , SWITCH90 , SIZE:149
  924. FASSIST.INI,             "FileAssist Ini File",         Link:DIRASSIST, WINDOWS , SWITCH15 , SIZE:149
  925. DAYPLAN.INI,             "Day Planner",         Link:DENALI, TARGET , SIZE:28
  926.  
  927. [NDWCOPY.disk6]
  928. NLIB101.RTL,             "Norton DOS Run-Time Library",         Link:BASEFILES, TARGET , SIZE:200527
  929. RESCUE.EXE,             "DOS Rescue Disk Creation Program",         Link:BASEFILES, TARGET , SIZE:76780
  930.  
  931. [NDWCOPY.disk7]
  932. NAV.OVL,             "Norton AntiVirus DOS Overlay",         Link:NAV, TARGET , SIZE:343047
  933. VIRSCAN.DAT,             "Norton AntiVirus Data File",         Link:NAV, TARGET , SIZE:181792
  934. NAV.EXE,             "Norton AntiVirus DOS Virus Clinic",         Link:NAV, TARGET , SIZE:150645
  935. INSCANF.DAT,             "Norton AntiVirus Floppy Scan Data",         Link:NAV, TARGET , SIZE:11638
  936. INSCANM.DAT,             "Norton AntiVirus Memory Scan Data",         Link:NAV, TARGET , SIZE:11203
  937. INSCANB.DAT,             "Norton AntiVirus Boot Scan Data",         Link:NAV, TARGET , SIZE:1432
  938. NAVOPTS.DAT,             "Norton AntiVirus Configuration File",         Link:NAV, TARGET , SIZE:828
  939. EXCLUDE.DAT,             "Norton AntiVirus Exclusions Data",         Link:NAV, TARGET , SIZE:444
  940.