home *** CD-ROM | disk | FTP | other *** search
/ Installer 5.00 - Please Dont Remove it From My Bag / 060126_0945.iso / NDW30 / NETUSER.IN! / NETUSER.INF
Encoding:
INI File  |  1993-11-16  |  45.6 KB  |  1,696 lines

  1. ;***************************************************************************
  2. ;* Norton Desktop Version 3.0 Network Workstation Script                   *
  3. ;* FOR VERSION 3.2+ OF SYMANTEC INSTALL FOR WINDOWS                        *
  4. ;***************************************************************************
  5.  
  6. [InstallVersion]
  7. 3.2
  8.  
  9. [process]
  10. NetUserInstall
  11.  
  12. ;//////////////////////////////
  13. ;// Background Bitmaps
  14. ;//////////////////////////////
  15.  
  16. switch02 = IsVideo.1280       
  17. #if switch02
  18.    Bitmaps.pix2
  19. #else
  20.    Bitmaps.pix
  21. #endif
  22.  
  23. ;//////////////////////////////
  24. ;// Initialization            
  25. ;//////////////////////////////
  26.  
  27. NDWCopy = SetActiveCopy
  28.  
  29. Backup.siwndw
  30.  
  31. ResetTarget.SetLocalDir
  32. GetSymantecDir                 ; Symantec dir will be in target5
  33.  
  34. switch01 = IsRegistered
  35. #ifnot switch01
  36.    Registration
  37. #endif
  38.  
  39. ;//////////////////////////////
  40. ;// Drive Selection   
  41. ;//////////////////////////////
  42.  
  43. :drivesel
  44. CallProc.dowelcome             ; Call revolver custom dll for target path
  45.  
  46. ;//////////////////////////////
  47. ;// Disk Space Checking
  48. ;//////////////////////////////
  49.  
  50. :checkspace
  51. switch95 = FALSE
  52. switch96 = FALSE
  53.  
  54. switch99 = CheckDiskSpace.TARGET
  55.  
  56. #ifnot switch99
  57.    DiskSpaceError.nospace
  58. #endif
  59.  
  60. #if switch95
  61.    goto.drivesel
  62. #endif
  63.  
  64. ;//////////////////////////////
  65. ;// Backup of startup files
  66. ;//////////////////////////////
  67.  
  68. Backup.SaveEm                  ; Backup up files
  69. switch10=exists.CheckEm        ; check for original backups
  70.  
  71. #ifnot switch10
  72.    Backup.original             ; make original backups
  73. #endif
  74.  
  75. ;//////////////////////////////
  76. ;// Get rid of old symevnt.dll
  77. ;//////////////////////////////
  78.  
  79. switch13 = IsInstallShell
  80.  
  81. #if switch13
  82.    CallProcEx.NukeSymevntDll
  83. #endif
  84.  
  85. ;//////////////////////////////
  86. ;// Find out what we're installing
  87. ;//////////////////////////////
  88.  
  89. switch12 = exists.ndwini
  90. switch14 = exists.scheduledat
  91. switch15 = exists.fassistini
  92. switch16 = exists.CheckNlaunch
  93. switch40 = exists.CheckBackup
  94. switch41 = exists.CheckNav
  95. switch42 = exists.ScreenSaver
  96. switch43 = exists.Scriptmaker
  97. switch44 = exists.Viewers
  98. switch45 = exists.Scheduler
  99. switch46 = exists.CDXDll
  100. switch85 = exists.CheckEmSetups
  101.  
  102. #ifnot switch40                ; If backup wasn't installed, don't copy
  103.    switch85 = TRUE             ; setup files
  104. #endif
  105.                                ; If scheduler wasn't installed, don't copy
  106. #ifnot switch45                ; dat file
  107.    switch14 = TRUE
  108. #endif
  109.  
  110. #ifnot switch46                ; If fassist wasn't installed, don't copy
  111.    switch15 = TRUE             ; it's ini file
  112. #endif
  113.  
  114. ;//////////////////////////////
  115. ;// Config.sys modifications
  116. ;//////////////////////////////
  117.                                ; Figure out what needs to be done to the
  118.                                ; config.sys
  119.  
  120. switch20 = CheckNumericEntry.CheckFiles
  121. switch22 = VerifyStartup.CheckSymVar
  122.  
  123. NOT.switch20
  124. NOT.switch22
  125.  
  126. ModifyTextFile.confignav
  127.  
  128. ;//////////////////////////////
  129. ;// Autoexec.bat modifications
  130. ;//////////////////////////////
  131.  
  132. ;switch23 = VerifyStartup.CheckImage
  133. ;NOT.switch23
  134. switch23 = TRUE
  135.  
  136. ModifyTextFile.autoexec
  137.  
  138.  
  139. ;//////////////////////////////
  140. ;// Virus scanning              
  141. ;//////////////////////////////
  142.  
  143. #if switch41
  144.    switch25 = MessageYesNo.AskVScan
  145.  
  146.    #if switch25
  147.        backup.VScanDlls
  148.        switch26 = CallProcEx.DoVScan
  149.        delete.delVScanDlls
  150.  
  151.        #ifnot switch26
  152.            exit
  153.        #endif
  154.    #endif
  155. #endif
  156.  
  157. ;//////////////////////////////
  158. ;// Copy the files              
  159. ;//////////////////////////////
  160.  
  161. NOT.switch41
  162. NOT.switch40
  163. NOT.switch42
  164. NOT.switch43
  165. NOT.switch45
  166. NOT.switch46
  167.  
  168. switch50 = CallProcEx.CheckCDXDates
  169.  
  170. DisableUtils
  171. copy
  172. EnableUtils
  173.  
  174. ;Backup.ndwexe
  175.  
  176. ;//////////////////////////////
  177. ;// Create the icons            
  178. ;//////////////////////////////
  179.  
  180. switch30 = VerifyIni.checkshell
  181. switch13 = IsInstallShell
  182.  
  183. #if switch30
  184.    #if switch13
  185.        CallProc.ExecNDW30
  186.        NDW3Groups
  187.    #else
  188.        groups
  189.    #endif
  190. #else
  191.    groups
  192. #endif
  193.  
  194. ncdtree                        ; Create ncd trees
  195.  
  196. ;delete.Deletendwexe
  197.  
  198. ;//////////////////////////////
  199. ;// Default Editor settings    
  200. ;//////////////////////////////
  201.  
  202. switch31 = VerifyIni.CheckEditor
  203.  
  204. #if switch31
  205.    switch19 = FALSE
  206. #else
  207.    switch19 = MessageYesNo.defaulteditor
  208. #endif
  209.  
  210. #if switch19
  211.    UpdateIni.AddDeskedit
  212.    switch31 = TRUE
  213. #endif
  214.  
  215.  
  216. ;//////////////////////////////
  217. ;// Change the shell to NDW    
  218. ;//////////////////////////////
  219.  
  220. #ifnot switch30
  221.    switch17 = Dialog.MakeShell
  222. #else
  223.    switch17 = TRUE
  224. #endif
  225.  
  226. #if switch17
  227.    UpdateIni.ndwshell
  228. #else
  229.    RemoveFromLoad.removecdx    ; Add CDXHost to the load line if NDW is
  230.    RemoveFromLoad.removecdx2   ; not going to be the shell
  231. #endif
  232.  
  233.  
  234. ;//////////////////////////////
  235. ;// Winfile.ini modifications  
  236. ;//////////////////////////////
  237.  
  238. switch19 = exists.winfileini
  239.  
  240. #if switch19
  241.    DelFromIni.DelWinfileExts
  242. #endif
  243. UpdateIni.ChgWinfileExts
  244.  
  245.  
  246. ;//////////////////////////////
  247. ;// System.ini modifications   
  248. ;//////////////////////////////
  249.  
  250. DelFromIni.DelVxds             ; Delete old vxds
  251. AddToIni.AddSymevent           ; Add Symevent
  252.  
  253. #ifnot switch40                ; Add NBackup entries to system.ini
  254.    DelFromIni.delvfintd
  255.    AddToIni.addvfintd
  256. #endif
  257.  
  258. DelFromIni.delvnavd            ; Remove old nav vxd
  259.  
  260. #ifnot switch42
  261.    DelFromIni.DelVnss          ; Add new Screen Saver vxd
  262.    AddToIni.AddVnss
  263. #endif
  264.  
  265. ;//////////////////////////////
  266. ;// Win.ini modifications      
  267. ;//////////////////////////////
  268.  
  269. RemoveFromLoad.removeftrack
  270. UpdateIni.AddDocuments
  271.  
  272. #ifnot switch40
  273.    UpdateIni.AddBackupExts     ; Backup extensions
  274. #endif
  275.  
  276. RemoveFromLoad.removenavpopup
  277.  
  278. #ifnot switch41
  279.    RemoveFromLoad.removenavwin
  280.    UpdateIni.addnavwin
  281. #endif
  282.  
  283. #ifnot switch43
  284.    UpdateIni.AddSMExts
  285. #endif
  286.  
  287. #ifnot switch17
  288.    #ifnot switch46
  289.        UpdateIni.addcdx
  290.    #endif
  291. #endif
  292.  
  293. UpdateIni.AddMiscExts
  294.  
  295.  
  296. ;//////////////////////////////
  297. ;// Ndw.ini modifications      
  298. ;//////////////////////////////
  299.  
  300. DelFromIni.DelViewer-Parsers
  301. DelFromIni.DelViewer-Filemap
  302. UpdateIni.AddViewer-Parsers
  303. UpdateIni.AddViewer-Filemap
  304. UpdateIni.AddVwrExtDef
  305.  
  306. UpdateIni.SetMainPaths
  307.  
  308. #if switch12
  309.    UpdateIni.AddNviewerSwitch
  310.    UpdateIni.SetOtherNDWDefaults
  311. #endif
  312.  
  313. ;#ifnot switch41
  314. ;   RemoveFromLoad.removenavwin2
  315. ;   UpdateIni.IdleLoadNav
  316. ;#endif
  317.  
  318. switch52=VerifyBackupPaths.CheckBackupEntry
  319.  
  320. #if switch40
  321.     switch52 = FALSE
  322. #endif
  323.  
  324. #if switch52
  325.     UpdateIni.BackupPaths
  326. #endif
  327.  
  328. ;//////////////////////////////
  329. ;// Schedule.ini modifications 
  330. ;//////////////////////////////
  331.  
  332. #ifnot switch45
  333.    UpdateIni.AddNewSched
  334. #endif
  335.  
  336. ;//////////////////////////////
  337. ;// Fassist.ini modifications  
  338. ;//////////////////////////////
  339.  
  340. #if switch50
  341.    #ifnot switch46
  342.        switch51 = VerifyIni.CDXWinword
  343.  
  344.        #if switch51
  345.            DelFromIni.RedoWinword
  346.        #endif
  347.    #endif
  348. #endif
  349.  
  350. ;UpdateIni.FassistEnable
  351.  
  352. ;//////////////////////////////
  353. ;// Rescue disk                 
  354. ;//////////////////////////////
  355.  
  356. ExecChildProcess.DoRescue
  357.  
  358. ;//////////////////////////////
  359. ;// Update Reg Database
  360. ;//////////////////////////////
  361.  
  362. #ifnot switch43
  363.    DelRegKey.ScriptMakerDelReg
  364.    MergeRegFile.ScriptMakerReg
  365. #endif
  366.  
  367. #if switch31
  368.    DelRegKey.DeskeditDelReg
  369.    MergeRegFile.DeskeditReg
  370. #endif
  371.  
  372. ;//////////////////////////////
  373. ;// Clean up                    
  374. ;//////////////////////////////
  375.  
  376. delete.ndw20files
  377. delete.custdll
  378. Delete.Leftovers
  379.  
  380. ;//////////////////////////////
  381. ;// Prepare for exit            
  382. ;//////////////////////////////
  383.  
  384.  
  385. #if switch13
  386.    EndNoRestart.byereboot
  387. #else
  388.    End.byewarn
  389. #endif
  390.  
  391. end
  392.  
  393. ;***************************************************************************
  394. ;* SubProc Executed When Install Takes Over As Shell                       *
  395. ;***************************************************************************
  396.  
  397. [SubProc]
  398. Backup.siwndw
  399. CallProcEx.FindSymevntDll
  400. DelFromIni.DelAllVxds
  401. Return
  402.  
  403.  
  404. ;***************************************************************************
  405. ;* Dialog Info                                                             *
  406. ;***************************************************************************
  407.  
  408. [NDWCopy:CopyDialog]
  409. caption = "Copying Norton Desktop Files..."
  410. posx = -10
  411. posy = -10
  412.  
  413. [NDWCopy:Primary]
  414. caption = "Norton Desktop 3.0 Main Selection"
  415. button1 = "Select..."
  416. button2 = "Select..."
  417. button3 = "Select..."
  418. button4 = "Select..."
  419. button5 = "Select..."
  420. text = App1Text
  421.  
  422. [App1Text]
  423. "Please select the items you want to install.  If a selection"
  424. "has a button to the right, you can select individual files or"
  425. "components."
  426.  
  427. [NDWCopy:Component]
  428. caption = "Norton Desktop 3.0 Component Selection"
  429. text    = "Select/Deselect the components you want to install.  Checked items will be installed."
  430.  
  431. [NDWCopy:Advo]
  432. posx = 20
  433. posy = 60
  434. count = 12
  435. location = siwndw.dll
  436. BitmapsOnly = 1
  437.  
  438. [AdvoDefault]
  439. posx = 20
  440. posy = 30
  441. text = AdvoText
  442.  
  443. [AdvoText]
  444. "Please take a moment to complete the Product Registration Card
  445. "included with your product and return it to Symantec."
  446. ""
  447. "This will ensure that you receive future product announcements"
  448. "and important notices. It will also qualify you for any discounts"
  449. "on future upgrades."
  450. ""
  451. "Thank you for purchasing Norton Desktop!"
  452.  
  453. [NDWCopy:TypeSelect]
  454. count = 3
  455. caption = "Norton Desktop 3.0 Install Type Selection"
  456. text = "Please select the type of install you want to perform."
  457. grouptext = "Install Types"
  458. button1 = "&Automatic Install"
  459. button2 = "&Interactive Install"
  460. button3 = "&Custom Install"
  461. descrip1 = "Installs the entire Norton Desktop using our default settings.  This requires a total of 15 MB of disk space."
  462. descrip2 = "Installs Norton Desktop as above but gives you more control over some of the installation options."
  463. descrip3 = "Lets you choose which Norton Desktop modules to install.  If you need more options later, you can run install again."
  464.  
  465. ;***************************************************************************
  466. ;* Message Text                                                            *
  467. ;***************************************************************************
  468.  
  469. [bye]
  470. caption  =  "Norton Desktop - Install Complete"
  471. "This concludes the Network User installation "
  472. "of Norton Desktop."
  473. " "
  474. "Thank You for Choosing the Leader in Utilities Software."
  475. " "
  476. "Select one of the exit options below."
  477.  
  478. [byewarn]
  479. caption  =  "Norton Desktop - Install Complete"
  480. "This concludes the Network User installation "
  481. "of Norton Desktop."
  482. " "
  483. "Thank You for Choosing the Leader in Utilities Software."
  484. " "
  485. "Select one of the exit options below."
  486. "If you elected not to allow Install to modify your"
  487. "startup files, please note that Norton Desktop must"
  488. "be in your DOS PATH in order to run properly."
  489.  
  490. [byereboot]
  491. caption  =  "Norton Desktop - Install Complete"
  492. "This concludes the Network User installation"
  493. "of Norton Desktop."
  494. "Thank You for Choosing the Leader in Utilities Software."
  495. " "
  496. "Select one of the exit options below."
  497. "Rebooting is highly recommended so that the changes"
  498. "to your startup files can take effect.  Please remove"
  499. "all floppy disks from the drives.  If you choose to"
  500. "exit to DOS, please note that you should reboot your"
  501. "machine before starting Windows."
  502.  
  503. [MakeShell]
  504. caption = "Norton Desktop - Change Shell"
  505. "Do you want to make Norton Desktop"
  506. "your Windows shell?"
  507. ""
  508. "Normally, Program Manager is the"
  509. "shell -- the interface between you"
  510. "and Windows. Norton Desktop provides"
  511. "greater functionality, yet retains"
  512. "all of your existing Program Manager"
  513. "groups."
  514.  
  515. [defaulteditor]
  516. caption = "Norton Desktop - Default Editor"
  517. "Would you like the Norton Desktop"
  518. "Editor as your default text editor?"
  519.  
  520. [AskVScan]
  521. caption = "Scan For Viruses"
  522. "Would you like to scan your hard"
  523. "disk for viruses before copying the"
  524. "Norton Desktop files?"
  525.  
  526. [VirusContinue]
  527. caption = "Norton Desktop - Install"
  528. "Since a virus was found on your"
  529. "system, you should exit now to run"
  530. "Norton AntiVirus and correct the"
  531. "problem."
  532. ""
  533. "Do you want to exit now?"
  534.  
  535. [nospace]
  536. caption = "Insufficient Disk Space"
  537. text = idstext
  538. radio1 = "&Change Drive"
  539. radio2 = "C&ontinue Installation"
  540. descrip1 = "Choose this option to change the installation drive to another with more space available."
  541. descrip2 = "This option may result in an incomplete installation.  We recommend that you choose one of the above options or exit the install and delete files."
  542. AllowContinue = 0
  543.  
  544. [idstext]
  545. "There is insufficient disk space on the current target drive (%c:). "
  546. "Currently, there is %u KB of space on the drive and the installation"
  547. "will require approximately %u KB.  Please choose one of the options"
  548. "below or exit installation and delete files to free more space."
  549.  
  550. [Registration]
  551. caption =  "Norton Desktop - Registration"
  552. text1   =  regtext
  553. "Welcome to the Norton Desktop installation program.  Please register your name and company before continuing:"
  554. text2   =  "&Name:"
  555. text3   =  "&Company:"
  556. Cancel  =  "Cancel"
  557. Help    =  "&Help"
  558. appname =  nwin2.dll
  559. prevappname =
  560. string  =  "Symantec Install for Windows"
  561. active  =  yes
  562.  
  563. [regtext]
  564. "Welcome to Norton Desktop 3.0!"
  565. ""
  566. "Norton Desktop will be installed on your workstation"
  567. "drive and will take approximately 2.6 MB of disk space."
  568. ""
  569. "Please register your name and company below:"
  570.  
  571. [BackupSearch]
  572. caption =  "Searching for Newer Version"
  573. text1   =  "Searching for a newer version"
  574. text2   =  "of Norton Backup."
  575. appname =  nbwin.exe
  576. apppath =  C:\NDW
  577. existslist  =   NBkpExists
  578. DateCheck   =   nbx.dll
  579.  
  580. [NBkpExists]    
  581. nbwfd.dll,  target
  582. nbwres.dll, target
  583. nbwtd.dll,  target
  584. nbx.dll,    target
  585.  
  586. [VersionSearch]
  587. caption =  "Searching for Previous Version"
  588. text1   =  "Searching for a previously"
  589. text2   =  "installed version of Norton Desktop."
  590. appname =  "nlaunch.dat"
  591. apppath =  C:\NDW
  592.  
  593. [SymantecDir]
  594. caption =  "Searching for Shared Directory"
  595. text1   =  "Searching for the Symantec shared"
  596. text2   =  "files subdirectory."
  597. appname =  "symcfg.bin"
  598. apppath =  C:\SYMNTC
  599.  
  600. [TargetDrive]
  601. caption =  "Install Norton Desktop Files"
  602. defpath =  C:\NDW
  603. text    =  "Please select the drive/directory where you want to install Norton Desktop."
  604. reqspace=  "Approximate additional disk space required"
  605.  
  606. [errors]
  607. noprev  =  "Symantec Install for Windows is already running!"
  608.  
  609. [FileCopy]
  610. copycaption   =  "Installing Norton Desktop for Windows"
  611. errorcaption  =  "Error Copying Files"
  612. insertcaption =  "Insert Diskette"
  613. Message       =   MessageText
  614.  
  615. [cancel]
  616. caption = "Norton Desktop - Exit Install"
  617. text    = "Are you sure you want to exit?"
  618.  
  619. [cancelshell]
  620. caption = "Norton Desktop - Exit Install"
  621. "You have selected to cancel Install."
  622. "In order to reset the Windows"
  623. "environment, Install will also close"
  624. "Windows.  Are you sure you want to exit?"
  625.  
  626.  
  627. ;***************************************************************************
  628. ;* NDW Ini modifications                                                   *
  629. ;***************************************************************************
  630.  
  631. [DelViewer-Filemap]
  632. IniName=ndw.ini
  633. SectionName=Viewer-Filemap
  634. CRD=*
  635. CDR=*
  636. PIC=*
  637. WMF=*
  638. DRW=*
  639. DB=*
  640. WPG=*
  641. TXT=*
  642. DOC=*
  643. WPS=*
  644. SAM=*
  645. BAT=*
  646. INI=*
  647. SYS=*
  648. EXE=*
  649. DLL=*
  650. PRS=*
  651. DSP=*
  652. NSS=*
  653. OVL=*
  654. OVR=*
  655. OV1=*
  656. OV2=*
  657. OV3=*
  658. OV4=*
  659. COM=*
  660. WK3=*
  661. WK1=*
  662. WKT=*
  663. WKQ=*
  664. WKS=*
  665. WQ1=*
  666. XLS=*
  667. XLC=*
  668. XLW=*
  669. XLA=*
  670. XLM=*
  671. DBF=*
  672. DB=*
  673. BMP=*
  674. RLE=*
  675. DIB=*
  676. GIF=*
  677. PCX=*
  678. ZIP=*
  679. ZOO=*
  680. ARC=*
  681. PAK=*
  682. LZH=*
  683. ICO=*
  684. IC=*
  685. NIL=*
  686. ICL=*
  687. TIF=*
  688. _SE=*
  689. JW=*
  690.  
  691. [DelViewer-Parsers]
  692. IniName=ndw.ini
  693. SectionName=Viewer-Parsers
  694. CRDFILE.PRS=*
  695. CDR.PRS=*
  696. PDX.PRS=*
  697. WMF.PRS=*
  698. DRW.PRS=*
  699. DRAW.PRS=*
  700. WPV.PRS=*
  701. DOC.PRS=*
  702. L123.PRS=*
  703. MSEXCEL.PRS=*
  704. SYMDBASE=*
  705. ZIP.PRS=*
  706. BMP.PRS=*
  707. GIF.PRS=*
  708. PCX.PRS=*
  709. PROG.PRS=*
  710. HEX.PRS=*
  711. ICO.PRS=*
  712. TIF.PRS=*
  713. WPGI.PRS=*
  714. JWQAPRS.DLL=*
  715. DBASE.PRS=*
  716.  
  717. [AddViewer-Filemap]
  718. IniName=ndw.ini
  719. SectionName=Viewer-Filemap
  720. CRD="SYMCRDFL.PRS SYMHEX.PRS"
  721. CDR="SYMCDR.PRS SYMHEX.PRS"
  722. CUR="SYMCUR.PRS SYMHEX.PRS"
  723. PIC="SYMDRAW.PRS SYMHEX.PRS"
  724. WMF="SYMWMF.PRS SYMHEX.PRS"
  725. DRW="SYMDRW.PRS SYMHEX.PRS"
  726. DB="SYMPDX.PRS SYMHEX.PRS"
  727. WPG="SYMWPG.PRS SYMHEX.PRS"
  728. TXT="SYMDOC.PRS SYMHEX.PRS"
  729. DOC="SYMDOC.PRS JWQAPRS.DLL SYMHEX.PRS"
  730. WPS="SYMDOC.PRS SYMHEX.PRS"
  731. SAM="SYMDOC.PRS SYMHEX.PRS"
  732. BAT="SYMDOC.PRS SYMHEX.PRS"
  733. INI="SYMDOC.PRS SYMHEX.PRS"
  734. SYS="SYMDOC.PRS SYMHEX.PRS"
  735. EXE="SYMPROG.PRS SYMHEX.PRS"
  736. DLL="SYMPROG.PRS SYMHEX.PRS"
  737. PRS="SYMPROG.PRS SYMHEX.PRS"
  738. DSP="SYMPROG.PRS SYMHEX.PRS"
  739. NSS="SYMPROG.PRS SYMHEX.PRS"
  740. OVL="SYMPROG.PRS SYMHEX.PRS"
  741. OVR="SYMPROG.PRS SYMHEX.PRS"
  742. OV1="SYMPROG.PRS SYMHEX.PRS"
  743. OV2="SYMPROG.PRS SYMHEX.PRS"
  744. OV3="SYMPROG.PRS SYMHEX.PRS"
  745. OV4="SYMPROG.PRS SYMHEX.PRS"
  746. COM="SYMPROG.PRS SYMHEX.PRS"
  747. WK3="SYML123.PRS SYMHEX.PRS"
  748. WK4="SYML123.PRS SYMHEX.PRS"
  749. WK1="SYML123.PRS SYMHEX.PRS"
  750. WKT="SYML123.PRS SYMHEX.PRS"
  751. WKQ="SYML123.PRS SYMHEX.PRS"
  752. WKS="SYML123.PRS SYMHEX.PRS"
  753. WQ1="SYML123.PRS SYMHEX.PRS"
  754. XLS="SYMEXCEL.PRS SYMHEX.PRS"
  755. XLC="SYMEXCEL.PRS SYMHEX.PRS"
  756. XLW="SYMEXCEL.PRS SYMHEX.PRS"
  757. XLA="SYMEXCEL.PRS SYMHEX.PRS"
  758. XLM="SYMEXCEL.PRS SYMHEX.PRS"
  759. XLT="SYMEXCEL.PRS SYMHEX.PRS"
  760. DBF="SYMDBASE.PRS SYMHEX.PRS"
  761. DB="SYMPDX.PRS SYMHEX.PRS"
  762. BMP="SYMBMP.PRS SYMHEX.PRS"
  763. RLE="SYMBMP.PRS SYMHEX.PRS"
  764. DIB="SYMBMP.PRS SYMHEX.PRS"
  765. GIF="SYMGIF.PRS SYMHEX.PRS"
  766. PCX="SYMPCX.PRS SYMBMP.PRS SYMHEX.PRS"
  767. ZIP="SYMZIP.PRS SYMHEX.PRS"
  768. ZOO="SYMZIP.PRS SYMHEX.PRS"
  769. ARC="SYMZIP.PRS SYMHEX.PRS"
  770. PAK="SYMZIP.PRS SYMHEX.PRS"
  771. LZH="SYMZIP.PRS SYMHEX.PRS"
  772. ICO="SYMICO.PRS SYMHEX.PRS"
  773. IC="SYMICO.PRS SYMHEX.PRS"
  774. NIL="SYMICO.PRS SYMHEX.PRS"
  775. ICL="SYMICO.PRS SYMHEX.PRS"
  776. TIF="SYMTIF.PRS SYMHEX.PRS"
  777. _SE="SYMDOC.PRS SYMHEX.PRS"
  778. DTF="SYMQA.PRS SYMHEX.PRS"
  779. FLC="SYMMM.DSP SYMHEX.PRS"
  780. FLI="SYMMM.DSP SYMHEX.PRS"
  781. JW="JWQAPRS.DLL SYMHEX.PRS"
  782.  
  783. [AddViewer-Parsers]
  784. IniName=ndw.ini
  785. SectionName=Viewer-Parsers
  786. SYMCRDFL.PRS="Windows Cardfile"
  787. SYMCDR.PRS="Corel Draw"
  788. SYMCUR.PRS="Windows Cursor"
  789. SYMPDX.PRS=Paradox
  790. SYMWMF.PRS="Window Metafile"
  791. SYMDRW.PRS="Micrografx Designer"
  792. SYMDRAW.PRS="Micrografx Draw"
  793. SYMDOC.PRS="Documents & Text"
  794. SYML123.PRS="Lotus 1-2-3"
  795. SYMEXCEL.PRS="Microsoft Excel"
  796. SYMDBASE.PRS=dBASE
  797. SYMZIP.PRS="Compressed Archives"
  798. SYMBMP.PRS="Windows Bitmaps"
  799. SYMGIF.PRS="CompuServe GIF"
  800. SYMPCX.PRS="Paintbrush (PCX)"
  801. SYMPROG.PRS=Programs
  802. SYMHEX.PRS="Hex Dump"
  803. SYMICO.PRS="Windows Icons"
  804. SYMTIF.PRS="TIFF (Grayscale & Color)"
  805. SYMWPG.PRS="WordPerfect Image Graphics"
  806. SYMQA.PRS="Q&A Database"
  807. SYMMM.DSP="Symantec Multimedia Viewer"
  808. JWQAPRS.DLL="Just Write/Q&A Viewer"
  809.  
  810. [AddVwrExtDef]
  811. IniName = ndw.ini
  812. SectionName = "Viewer-Default Extensions"
  813. ExcelWorksheet = .xls
  814. ExcelChart = .xlc
  815. WordDocument = .doc
  816. PBrush = .bmp
  817.  
  818. [SetMainPaths]
  819. IniName = ndw.ini
  820. SectionName = "Quick Access"
  821. MainPath=%s\QAMAIN.QAG, TARGET
  822. SectionName = Configuration
  823. NDWDir=%s, TARGET
  824. SectionName = Defaults
  825. DefaultIconLib = %s\NDW3A.NIL, TARGET
  826.  
  827. [AddNviewerSwitch]
  828. IniName = ndw.ini
  829. SectionName = NViewer
  830. QuickClose&Min="0  ; 1 = Right button on NViewer client area to close windows"
  831.  
  832. [SetOtherNDWDefaults]
  833. IniName = ndw.ini
  834. Sectioname = Defaults
  835. IconSearchLevel = 0
  836.  
  837. [IdleLoadNav]
  838. IniName = ndw.ini
  839. SectionName = windows
  840. load=%s\navtsrw.exe, TARGET, append
  841.  
  842. [BackupPaths]
  843. IniName = ndw.ini
  844. SectionName = NBackup
  845. "Setup File Path"=%s\, TARGET
  846. "Catalog Path"=%s, TARGET
  847. "Setup File 1"=
  848. "Setup File 2"=
  849. "Setup File 3"=
  850. "Setup File 4"=
  851. "Setup File 5"=
  852. "Setup File Name"=DEFAULT.SET
  853.  
  854. [CheckBackupEntry]
  855. file=ndw.ini
  856.  
  857. ;***************************************************************************
  858. ;* Fassist.ini Modifications                                               *
  859. ;***************************************************************************
  860.  
  861. [CDXWinword]
  862. IniName = fassist.ini
  863. SectionName = global
  864. WinwordInstalled=1
  865.  
  866. [RedoWinword]
  867. IniName = fassist.ini
  868. SectionName = global
  869. WinwordInstalled=*
  870.  
  871. [FassistEnable]
  872. IniName = fassist.ini
  873. Sectionname = global
  874. Enabled=1
  875.  
  876. ;***************************************************************************
  877. ;* Schedule.ini Additions                                                  *
  878. ;***************************************************************************
  879.  
  880. [AddNewSched]
  881. IniName = %s\schedule.ini, WINDOWS
  882. SectionName = Scheduler
  883. ButtonStyle = 838
  884. StatusBar = 1
  885. Hide = 0
  886. AutoLoad = 0
  887.  
  888. SectionName = NamedEvents
  889. NamedEvent1 = 1
  890. NamedEvent0 = 1
  891. NamedEvent999 = 0
  892.  
  893. SectionName = NamedEvent1
  894. Name="Scan for Viruses"
  895. Prompt="&What to Scan:"
  896. CommandLine=NAVW.EXE
  897. StartupDir=%s, TARGET
  898. RunStyle=1
  899.  
  900. SectionName = NamedEvent0
  901. Name="Backup System"
  902. Prompt="&What to Backup:"
  903. CommandLine="NBWIN.EXE -A -M"
  904. StartupDir=%s, TARGET
  905. RunStyle=1
  906.  
  907. SectionName = NamedEvent999
  908. Name="Run Disk Doctor"
  909. Prompt=
  910. CommandLine="NDDW.EXE /Q"
  911. StartupDir=%s, TARGET
  912. RunStyle=0
  913.  
  914. ;***************************************************************************
  915. ;* System.ini Additions                                                    *
  916. ;***************************************************************************
  917.  
  918. ; VXD Additions
  919.  
  920. [AddSymevent]
  921. IniName = system.ini
  922. SectionName = 386enh
  923. device="symevnt.386          ; Added by Norton Desktop"
  924.  
  925. [addvfintd]
  926. IniName = system.ini
  927. SectionName = 386enh
  928. device = "%s\vfintd.386      ; Added by Norton Desktop", TARGET
  929.  
  930. [AddVnss]
  931. IniName = system.ini
  932. SectionName = 386enh
  933. device="%s\VNSS.386          ; Added by Norton Desktop", TARGET
  934.  
  935. ; Shell Line
  936.  
  937. [ndwshell]
  938. IniName = system.ini
  939. SectionName = boot
  940. shell=%s\ndw.exe, TARGET
  941.  
  942.  
  943.  
  944. ;***************************************************************************
  945. ;* System.ini Deletions                                                    *
  946. ;***************************************************************************
  947.  
  948. ; VXD Deletions
  949.  
  950. [DelVxds]
  951. IniName = system.ini
  952. SectionName = 386enh
  953. device=*vndwd.386*
  954. device=*symevnt.386*
  955.  
  956. [DelAllVxds]
  957. IniName = system.ini
  958. SectionName = 386enh
  959. device=*symevnt.386*
  960. device=*vfintd.386*
  961. device=*vnss.386*
  962. device=*vndwd.386
  963. device=*vnavd.386
  964.  
  965. [DelSymevent]
  966. IniName = system.ini
  967. SectionName = 386enh
  968. device=*symevnt.386*
  969.  
  970. [delvfintd]
  971. IniName = system.ini
  972. SectionName = 386enh
  973. device = *vfintd*
  974.  
  975. [delvnavd]
  976. IniName = system.ini
  977. SectionName = 386enh
  978. device = *vnavd.386*
  979.  
  980. [DelVnss]
  981. IniName = system.ini
  982. SectionName = 386enh
  983. device=*vnss.386*
  984.  
  985. ;***************************************************************************
  986. ;* Win.ini Additions                                                       *
  987. ;***************************************************************************
  988.  
  989. ; Load Line
  990.  
  991. [addnavwin]
  992. IniName = win.ini
  993. SectionName = windows
  994. load = %s\navtsrw.exe, TARGET, append
  995.  
  996. [addcdx]
  997. IniName = win.ini
  998. SectionName = windows
  999. load = %s\fassist.exe, SOURCE, append
  1000.  
  1001. ; Extensions
  1002.  
  1003. [AddDeskedit]
  1004. IniName = win.ini
  1005. SectionName = extensions
  1006. txt="%s\deskedit.exe ^.txt", TARGET
  1007. ini="%s\deskedit.exe ^.ini", TARGET
  1008.  
  1009. [AddSMExts]
  1010. IniName = win.ini
  1011. SectionName = extensions
  1012. wbt = "%s\batchrun.exe ^.wbt", TARGET
  1013. wbm = "%s\batchrun.exe ^.wbm", TARGET
  1014. sm = "%s\deskedit /b ^.sm", TARGET
  1015.  
  1016. [AddBackupExts]
  1017. IniName=win.ini
  1018. SectionName=Extensions
  1019. set="%s\nbwin.exe ^.set", TARGET
  1020.  
  1021. [AddMiscExts]
  1022. IniName = win.ini
  1023. SectionName = extensions
  1024. nil="%s\iconedit.exe ^.nil", TARGET
  1025.  
  1026. ; Misc
  1027.  
  1028. [AddDocuments]
  1029. IniName=win.ini
  1030. SectionName=windows
  1031. Documents="doc txt wri xls xlc sam jw jwt tg1 qw qwt"
  1032.  
  1033. ;***************************************************************************
  1034. ;* Win.ini Deletions                                                       *
  1035. ;***************************************************************************
  1036.  
  1037. ; Load Line
  1038.  
  1039. [removeftrack]
  1040. loadftrk.exe
  1041.  
  1042. [removenavwin]
  1043. navtsrw.exe
  1044.  
  1045. [removenavwin2]
  1046. navtsrw.exe, ndw.ini
  1047.  
  1048. [removenavpopup]
  1049. navpopup.exe
  1050.  
  1051. [RemoveCDX]
  1052. fassist.exe
  1053. cdxhost.exe
  1054.  
  1055. [RemoveCDX2]
  1056. fassist.exe, ndw.ini
  1057.  
  1058. ;***************************************************************************
  1059. ;* Winfile.ini Modifications                                               *
  1060. ;***************************************************************************
  1061.  
  1062. [ChgWinfileExts]
  1063. IniName = winfile.ini
  1064. SectionName = Settings
  1065. NortonDesktopTools=&Tools
  1066. undelete.dll=nfmext.dll
  1067. SectionName=NortonDesktop
  1068. ToolsTitle=&Norton
  1069. SectionName=AddOns
  1070. NortonDesktopDll=nfmext.dll
  1071.  
  1072. [DelWinfileExts]
  1073. IniName = winfile.ini
  1074. SectionName = Settings
  1075. undelete.dll=*
  1076. SectionName = AddOns
  1077. "MS-DOS Tools Extentions"=*
  1078.  
  1079.  
  1080. ;***************************************************************************
  1081. ;* Ini Verifications                                                       *
  1082. ;***************************************************************************
  1083.  
  1084. [checkshell]
  1085. IniName = system.ini
  1086. SectionName = boot
  1087. shell=*ndw.exe
  1088.  
  1089. [CheckEditor]
  1090. IniName = win.ini
  1091. SectionName = extensions
  1092. txt=*deskedit*
  1093.  
  1094. [CheckEmSetups]
  1095. assist.set,             target  
  1096. dbase.set,              target   
  1097. full.set,               target    
  1098. sprdsht.set,            target 
  1099. wordproc.set,           target
  1100.  
  1101.  
  1102. ;***************************************************************************
  1103. ;* Delete Files                                                            *
  1104. ;***************************************************************************
  1105.  
  1106. [custdll]
  1107. siwndw.dll,    WINDOWS
  1108.  
  1109. [NDW20files]
  1110. ARTGALRY.NSS,  TARGET
  1111. BATCHRUN.WBT,  TARGET
  1112. BLANKER.NSS,   TARGET
  1113. BOX.WBD,       TARGET
  1114. CONTENTS.TXT,    TARGET
  1115. EYES.NSS,      TARGET
  1116. FADE.NSS,      TARGET
  1117. GRAPHS.NSS,    TARGET
  1118. KC.EXE,        TARGET
  1119. KCRAYON.NSS,   TARGET
  1120. LOADRUN.WBT,   TARGET
  1121. MESSAGE.NSS,   TARGET
  1122. NAV.DAT,        TARGET
  1123. NAVDLL.DLL,    TARGET
  1124. NAVPOPUP.EXE,    TARGET
  1125. NAVUTIL.DLL,    TARGET
  1126. NDW.EXE,       WINDOWS
  1127. NDW.ND0,       WINDOWS
  1128. NDWCLOSE.WBT,  TARGET
  1129. NDWMACRO.EXE,    TARGET
  1130. NDWMAIN.EXE,    TARGET
  1131. NDWTIME.WBT,   TARGET
  1132. NMAIL.DLL,     TARGET
  1133. NPACK22.EXE,   TARGET
  1134. NSS.DAT,       TARGET
  1135. NSSCLOCK.NSS,  TARGET
  1136. NWCONN.DLL,    TARGET
  1137. NWCORE.DLL,    TARGET
  1138. NWMISC.DLL,    TARGET
  1139. RANDOM.NSS,    TARGET
  1140. SETTINGS.WBT,  TARGET
  1141. SHELL.WBT,     TARGET
  1142. SHRED.EXE,        TARGET
  1143. SHUFFLE.NSS,   TARGET
  1144. SPIRO.NSS,     TARGET
  1145. SPOTLITE.NSS,  TARGET
  1146. STICKFIG.NSS,  TARGET
  1147. SYSTEM.ND0,    WINDOWS
  1148. SYTRIVIA.NSS,    TARGET
  1149. TEMPFILE.WBT,    TARGET
  1150. TRAIL.NSS,     TARGET
  1151. TRIVIA.NSS,    TARGET
  1152. VNAVD.386,        SYSTEM
  1153. VNAVD.386,        TARGET
  1154. VNDWD.386,        SYSTEM  
  1155. VNDWD.386,        TARGET
  1156. WIN.ND0,       WINDOWS
  1157. WINFILE.ND0,   WINDOWS
  1158. C:\AUTOEXEC.ND0
  1159. C:\CONFIG.ND0
  1160.  
  1161. [Leftovers]
  1162. win.siw,       WINDOWS
  1163. system.siw,    WINDOWS
  1164. sm.reg,        TARGET
  1165. de.reg,        TARGET
  1166. ndw.exe,       WINDOWS
  1167. icocache.dat,  TARGET
  1168.  
  1169.  
  1170. ;***************************************************************************
  1171. ;* External function calls                                                 *
  1172. ;***************************************************************************
  1173.  
  1174. [dowelcome]
  1175. dll = siwndw.dll
  1176. function = DoWelcomeDlg
  1177. caption = "Norton Desktop 3.0 - Select Installation Path"
  1178. lasttext = "You may exit install at any time by clicking on any Exit Install button."
  1179. newtext = newwelcome
  1180. prevtext = prevwelcome
  1181.  
  1182. [newwelcome]
  1183. "The Network User portion of Norton Desktop will be installed"
  1184. "into the directory below which will be created on your hard"
  1185. "drive.  The files will take between 1 and 2.6 MB of disk space."
  1186. ""
  1187. "To install to a different location, please enter the drive and"
  1188. "directory below."
  1189.  
  1190. [prevwelcome]
  1191. "Norton Desktop will be installed into the directory below and will"
  1192. "replace the existing version of Norton Desktop currently in that"
  1193. "directory.  Your current configuration and customization settings"
  1194. "will be saved.  Installation will take up to 2.6 MB of disk space."
  1195. ""
  1196. "To install Norton Desktop to a different location, please enter the"
  1197. "drive and directory below."
  1198.  
  1199. [VScanDlls]
  1200. scaninst.dll, scaninst.dll, SOURCE, WINDOWS
  1201. virscan2.dll, virscan2.dll, SOURCE, WINDOWS
  1202. virscan.dat, virscan.dat, SOURCE, WINDOWS
  1203. inscanf.dat, inscanf.dat, SOURCE, WINDOWS
  1204. inscanb.dat, inscanb.dat, SOURCE, WINDOWS
  1205. inscanm.dat, inscanm.dat, SOURCE, WINDOWS
  1206. siwvscan.dll, siwvscan.dll, SOURCE, WINDOWS
  1207. symkrnl2.dll, symkrnl2.dll, SOURCE, WINDOWS
  1208. symutil2.dll, symutil2.dll, SOURCE, WINDOWS
  1209. symgui2.dll, symgui2.dll, SOURCE, WINDOWS
  1210.  
  1211. [delVscanDlls]
  1212. scaninst.dll, WINDOWS
  1213. virscan2.dll, WINDOWS
  1214. virscan.dat, WINDOWS
  1215. inscanf.dat, WINDOWS
  1216. inscanb.dat, WINDOWS
  1217. inscanm.dat, WINDOWS
  1218. siwvscan.dll, WINDOWS
  1219. symkrnl2.dll, WINDOWS
  1220. symutil2.dll, WINDOWS
  1221. symgui2.dll, WINDOWS
  1222. symkrnl1.dll, WINDOWS
  1223.  
  1224. [DoVScan]
  1225. dll = siwvscan.dll
  1226. function = ScanForViruses
  1227.  
  1228. [VirusScan]
  1229. dllname = scaninst.dll
  1230. caption = "Scanning For Viruses"
  1231. scanboot = yes
  1232. scanmem = yes
  1233. scanfloppy = no
  1234. scanfixed = yes
  1235. abortiffound = no
  1236. recommendtext = VirusFoundText
  1237.  
  1238. [VirusFoundText]
  1239. "A virus was found on your system."
  1240. "You should run NAV.EXE from the"
  1241. "Fix-It disk before continuing the"
  1242. "installation.  You can view the"
  1243. "NDWREAD.TXT file for more information."
  1244. "Would you like to exit install now"
  1245. "to correct the problem?"
  1246.  
  1247. [ExecNdw30]
  1248. dll = siwndw.dll
  1249. function = LaunchNDW30
  1250.  
  1251. [CheckCDXDates]
  1252. dll = siwndw.dll
  1253. function = CheckCDXDates
  1254.  
  1255. FindSymevntDll]
  1256. dll = siwndw.dll
  1257. function = FindSymevnt
  1258.  
  1259. [NukeSymevntDll]
  1260. dll = siwndw.dll
  1261. function = NukeSymevnt
  1262.  
  1263. ;***************************************************************************
  1264. ;* Misc install functions                                                  *
  1265. ;***************************************************************************
  1266.  
  1267. [SetLocalDir]
  1268. reset = TARGET
  1269. location = %s\NDW, WINDOWS
  1270.  
  1271. [CheckNav]
  1272. navtsr.exe, SOURCE
  1273.  
  1274. [CheckBackup]
  1275. nbwin.exe, SOURCE
  1276.  
  1277. [ScreenSaver]
  1278. sleeper.exe, SOURCE
  1279.  
  1280. [ScriptMaker]
  1281. batchrun.exe, SOURCE
  1282.  
  1283. [Viewers]
  1284. nviewer.exe, SOURCE
  1285.  
  1286. [Scheduler]
  1287. schedule.exe, SOURCE
  1288.  
  1289. [CDXDll]
  1290. fassist.dll, SOURCE
  1291.  
  1292. [deskedit]
  1293. deskedit.exe, SOURCE
  1294.  
  1295. [winfileini]
  1296. winfile.ini, WINDOWS
  1297.  
  1298. [quakedlls]
  1299. symkrnl0.dll, target
  1300.  
  1301. [VerDll]
  1302. ver.dll, system
  1303.  
  1304. [ndwini30]
  1305. ndw.pr2, windows
  1306.  
  1307. [ndwini]
  1308. ndw.ini, windows
  1309.  
  1310. [scheduledat]
  1311. schedule.dat, TARGET
  1312.  
  1313. [CheckEm]
  1314. system.nd3, WINDOWS
  1315.  
  1316. [CheckNlaunch]
  1317. nlaunch.dat, TARGET
  1318.  
  1319. [CheckImage]
  1320. file = c:\autoexec.bat
  1321. findrems = 0
  1322. finditems = FindImage
  1323. filetype = autoexec
  1324.  
  1325. [FindImage]
  1326. %s\image.exe, TARGET
  1327.  
  1328. [textfiles]
  1329. ext = .txt
  1330. exe = "deskedit.exe %1"
  1331. insert = TARGET
  1332.  
  1333. [inifiles]
  1334. ext = .ini
  1335. exe = "deskedit.exe %1"
  1336. insert = TARGET
  1337.  
  1338. [SymBrowse]
  1339. reset = TARGET5
  1340. defdir = C:\SYMNTC
  1341.  
  1342. [Deletendwexe]
  1343. ndw.exe,       WINDOWS
  1344.  
  1345. [ncdtree]
  1346. caption = "Norton Desktop - NCD Tree Creation"
  1347. text1 = "Scanning drive %c: for file information."
  1348.  
  1349. [DeskeditDelReg]
  1350. .txt
  1351. .ini
  1352.  
  1353. [DeskeditReg]
  1354. file = %s\de.reg, TARGET
  1355. location = SOURCE
  1356.  
  1357. [ScriptMakerDelReg]
  1358. .sm
  1359.  
  1360. [ScriptMakerReg]
  1361. file = %s\sm.reg, TARGET
  1362. location = SOURCE
  1363.  
  1364. [fassistini]
  1365. fassist.ini, WINDOWS
  1366.  
  1367. ;***************************************************************************
  1368. ;* File backup                                                             *
  1369. ;***************************************************************************
  1370.  
  1371. [SaveEm]
  1372. win.ini, win.nd1, WINDOWS, WINDOWS
  1373. system.ini, system.nd1, WINDOWS, WINDOWS
  1374. ndw.ini, ndw.nd1, WINDOWS, WINDOWS
  1375. winfile.ini, winfile.nd1, WINDOWS, WINDOWS
  1376. c:\config.sys, c:\config.nd1
  1377. c:\autoexec.bat, c:\autoexec.nd1
  1378.  
  1379. [original]
  1380. win.ini, win.nd3, WINDOWS, WINDOWS
  1381. system.ini, system.nd3, WINDOWS, WINDOWS
  1382. ndw.ini, ndw.nd3, WINDOWS, WINDOWS
  1383. winfile.ini, winfile.nd3, WINDOWS, WINDOWS
  1384. c:\config.sys, c:\config.nd3
  1385. c:\autoexec.bat, c:\autoexec.nd3
  1386.  
  1387. [siwndw]
  1388. siwndw.dll, siwndw.dll, SOURCE, WINDOWS
  1389.  
  1390. [CheckFiles]
  1391. file=c:\config.sys
  1392. CompLine=files=50, greaterthan
  1393. FindRems=0
  1394.  
  1395. [CheckSymVar]
  1396. file = c:\autoexec.bat
  1397. finditems = Checksym
  1398.  
  1399. [Checksym]
  1400. "set symantec=%s", TARGET5
  1401.  
  1402. [ndwexe]
  1403. ndw.exe, ndw.exe, TARGET, WINDOWS
  1404.  
  1405. [DoRescue]
  1406. "%s\rescuew.exe /REGMSG", SOURCE
  1407.  
  1408. [pix]
  1409. color = %s\ndw1024.bmp, 1, 1
  1410. color = %s\symlogo.rle, -1, 1
  1411.  
  1412. [pix2]
  1413. color = %s\ndw1024.bmp
  1414. color = %s\symlogo.rle, -1, 1
  1415.  
  1416. ;***************************************************************************
  1417. ;* Config.sys mods                                                         *
  1418. ;***************************************************************************
  1419.  
  1420. [ConfigNav]
  1421. caption    = "Norton Desktop - Modify Config.sys File"
  1422. text1      = "The following modifications need to be made to your config.sys file.  To edit the file, click the Edit button."
  1423. FileSpec   = c:\config.sys
  1424. filetype   = config
  1425. rem1 = "rem"
  1426. rem2 = 
  1427. rem3 = 
  1428. rem4 =
  1429. FindRems = 0
  1430. EditCaption = "Edit Config.sys"
  1431. EditText = "Make the desired changes to the file and click Done when finished.  To cancel this and all previous edits, click Cancel Edit."
  1432. AddPath    =
  1433. DelItems   = ConfigDelItems
  1434. AddItems   = ConfigAddItems
  1435. RemItems   = ConfigRemItems
  1436.  
  1437. [ConfigRemItems]
  1438. *vsafe.sys*,  switch41
  1439. *vsafe.com*,  switch41
  1440. *vwatch.sys*, switch41
  1441. *vwatch.com*, switch41
  1442. *nav&.sys*,   switch41
  1443. *nav_.sys*,   switch41
  1444. "files=*",  switch20
  1445. "files =*", switch20
  1446. "*navtsr.exe*"
  1447. "*navtsr*"
  1448.  
  1449. [ConfigAddItems]
  1450. "files=50", switch20
  1451. "device=%s\navtsr.exe", target, switch41, putmeafterthis=navafterthis
  1452.  
  1453. [navafterthis]
  1454. *qemm*
  1455. *sstordrv.com*
  1456. *stacker.com*
  1457. *sswap.com*
  1458. *devswap.com*
  1459. *sstordrv.sys*
  1460. *dmdrvr.bin*
  1461. *fixt_drv.sys*
  1462. *multivol.sys*
  1463. *hardrive.sys*
  1464. *edvr.sys*
  1465. *splt_drv.sys*
  1466. *rcd.sys*
  1467. *sydriver.sys*
  1468. *sqdriver.sys*
  1469. *syq55.sys*
  1470. *qemm386.sys*
  1471. *emm386.sys*
  1472. *emm386.exe*
  1473. *s-ice.exe*
  1474. *bc.sys*
  1475. *386max.sys*
  1476. *bluemax.sys*
  1477.  
  1478. ;***************************************************************************
  1479. ;* Autoexec Mods                                                           *
  1480. ;***************************************************************************
  1481.  
  1482. [Autoexec]
  1483. caption    = "Norton Desktop - Modify Autoexec.bat File"
  1484. text1      = "The following modifications need to be made to your autoexec.bat file.  To edit the file, click the Edit button."
  1485. FileSpec   = c:\autoexec.bat
  1486. filetype   = autoexec
  1487. rem1 = "rem"
  1488. rem2 = 
  1489. rem3 = 
  1490. rem4 =
  1491. FindRems = 0
  1492. EditCaption = "Edit Autoexec.bat"
  1493. EditText = "Make the desired changes to the file and click Done when finished.  To cancel this and all previous edits, click Cancel Edit."
  1494. AddPath    = SOURCE, TARGET
  1495. DelItems   = AutoexecDelItems
  1496. AddItems   = AutoexecAddItems
  1497. RemItems   = AutoexecRemItems
  1498.  
  1499. [AutoexecRemItems]
  1500. "SET SYMANTEC=*", switch22
  1501. "*image*", switch23
  1502.  
  1503. [AutoexecAddItems]
  1504. "SET SYMANTEC=%s", TARGET5
  1505. %s\image.exe, TARGET
  1506.  
  1507.  
  1508. ;***************************************************************************
  1509. ;* SetShell section                                                        *
  1510. ;***************************************************************************
  1511.  
  1512. [SetShell]
  1513. AppIniName = ndw.ini
  1514. WinIniName = win.ini
  1515. SystemIniName = system.ini
  1516. Message = MessageBox.SetShellMessage
  1517. SysSectionName = boot
  1518. WinSectionName = windows
  1519. shell = %s\install.exe
  1520. load =
  1521. run =
  1522. SetShellIfLoaded=
  1523. Backup = Backup.SetShellSave
  1524. Restore = Backup.SetShellRestore
  1525. Active = yes
  1526. IfActiveList=LoadedList
  1527. SubProcess=SubProc
  1528.  
  1529. [SetShellSave]
  1530. win.ini, win.siw, WINDOWS, WINDOWS
  1531. system.ini, system.siw, WINDOWS, WINDOWS
  1532.  
  1533. [SetShellRestore]
  1534. system.siw, system.ini, WINDOWS, WINDOWS
  1535. win.siw, win.ini, WINDOWS, WINDOWS
  1536.  
  1537. [LoadedList]
  1538. nwin2.dll
  1539. symkrnl2.dll
  1540. symgui2.dll
  1541. navtsrw.exe
  1542. ctl3d.dll
  1543. symevnt1.dll
  1544.  
  1545. [SetShellMessage]
  1546. caption  =  "Norton Desktop - Install Program"
  1547. "Welcome to the Norton Desktop Network"
  1548. "User Installation program. Please select"
  1549. "OK to allow Install to restart Windows"
  1550. "and continue the installation. Press"
  1551. "Cancel to exit Install."
  1552.  
  1553. [WindowsVersion]
  1554. 3.10
  1555. "Norton Desktop 3.0 requires"
  1556. "Windows 3.1 or greater."
  1557.  
  1558. ;***************************************************************************
  1559. ;* Groups                                                                  *
  1560. ;***************************************************************************
  1561.  
  1562. [groups]
  1563. "Norton Desktop Applications", ndw30.grp, DELETE
  1564.  
  1565. [Norton Desktop Applications]
  1566.  
  1567. "Norton Desktop",          ndw.exe,            baseFiles
  1568. "Control Center",          cfgndw.exe,         baseFiles,,     SOURCE
  1569. "Load FileAssist",         fassist.exe,        basefiles,,     SOURCE
  1570. "Day Planner",             dayplan.exe,        baseFiles,,     SOURCE
  1571. "Speed Disk",              sdw.exe,            baseFiles,,     SOURCE
  1572. "Norton Disk Doctor",      nddw.exe,           baseFiles,,     SOURCE
  1573. "SmartErase",              smterase.exe,       baseFiles,      SOURCE
  1574. "Create Rescue Disk",      rescuew.exe,        baseFiles,,     SOURCE
  1575. "Norton AntiVirus",        navw.exe,           baseFiles,,     TARGET
  1576. "Norton Backup",           nbwin.exe,          baseFiles,,     SOURCE
  1577. "Scheduler",               schedule.exe,       baseFiles,,     TARGET
  1578. "System Information",      siw.exe,            baseFiles,,     SOURCE
  1579. "Desktop Editor",          deskedit.exe,       baseFiles,,     SOURCE
  1580. "Norton Viewer",           nviewer.exe,        baseFiles,,     SOURCE
  1581. "SuperFind",               sfind.exe,          baseFiles,,     SOURCE
  1582. "Script Maker",            "deskedit.exe /b",  baseFiles, 1,   SOURCE
  1583. "Dialog Editor",           dlgedt.exe,         baseFiles,,     SOURCE
  1584. "Screen Saver",            sleeper.exe,        baseFiles,,     SOURCE
  1585. "Icon Editor",             iconedit.exe,       baseFiles,,     SOURCE
  1586. "Disk Copy",               wdskcopy.exe,       baseFiles,,     SOURCE
  1587. "Format Disk",             wformat.exe,        baseFiles,,     SOURCE
  1588. "KeyFinder",               keyfind.exe,        baseFiles,,     SOURCE
  1589. "Financial Calculator",    fincalc.exe,        baseFiles,,     SOURCE
  1590. "Tape Calculator",         tapecalc.exe,       baseFiles,,     SOURCE
  1591. "Scientific Calculator",   sicalc.exe,         baseFiles,,     SOURCE
  1592. "Norton AntiVirus Auto-Protect", navtsrw.exe,  baseFiles,,     TARGET
  1593. "Read-Me File",             ndwread.txt,        basefiles,,     SOURCE, readme.ico, SOURCE
  1594. ;"Remove Norton Desktop",   "install.exe /u",    basefiles
  1595.  
  1596. ;***************************************************************************
  1597. ;* Copy                                                                    *
  1598. ;***************************************************************************
  1599.  
  1600. [NDWCopy]
  1601. CopyMain.BaseFiles,    "Norton Desktop Basefiles - 2680K",         2680, Y, N, Y
  1602.  
  1603. ; -section total =     2680
  1604.  
  1605. ; 1.44M Installation
  1606. ;size=1.44M
  1607. ;total=2
  1608.  
  1609. [Disks]
  1610. 1=A:\, "Norton Desktop for Windows, Disk 1"
  1611. 2=A:\, "Norton Desktop for Windows, Disk 2"
  1612.  
  1613. [NDWCOPY.disk1]
  1614. NAV.OVL,             "Norton AntiVirus DOS Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:343047
  1615. NLIB101.RTL,             "Norton DOS Run-Time Library",         Link:BASEFILES, TARGET , SIZE:200527
  1616. VIRSCAN.DAT,             "Norton AntiVirus Data File",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:181792
  1617. NAVW.HLP,             "Norton AntiVirus Windows Help",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:168767
  1618. NAVTSR.EXE,             "Norton AntiVirus DOS TSR Program",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:167944
  1619. NAV.EXE,             "Norton AntiVirus DOS Virus Clinic",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:150645
  1620. NAV.HLP,             "Norton AntiVirus Help",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:124949
  1621. NAVOPTS.NCP,             "Norton AntiVirus Configuration File",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:56624
  1622. REPAIRF.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:6909
  1623. DKTFULL.MNU,             "Full Desktop Menu",         Link:BASEFILES, TARGET , SIZE:2037
  1624.  
  1625. [NDWCOPY.disk2]
  1626. NAVWORK.DLL,             "Norton AntiVirus Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:99392
  1627. VIRSCAN.INF,             "Norton AntiVirus Scan Information",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:91776
  1628. NAVW.EXE,             "Norton AntiVirus Windows Clinic",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:83824
  1629. SCHEDULE.EXE,             "Scheduler Program",         Link:BASEFILES, TARGET , SWITCH45 , SIZE:81024
  1630. RESCUE.EXE,             "Norton Rescue Creation Program",         Link:BASEFILES, TARGET , SIZE:76780
  1631. UZIP.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:70656
  1632. NAVTSRW.EXE,             "Norton AntiVirus Windows TSR Program",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:68336
  1633. NAVXUTIL.DLL,             "Norton AntiVirus Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:56176
  1634. NDWSPLSH.BMP,             "Norton Desktop Bitmap",         Link:BASEFILES, TARGET , SIZE:46926
  1635. SCANF.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:42177
  1636. SMARTCAN.EXE,             "SmartCan DOS TSR",         Link:BASEFILES, TARGET , SIZE:38661
  1637. NWIPXSPX.DLL,             "Netware Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:35308
  1638. SYMALOG2.DLL,             "Norton AntiVirus Activity Log",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:30192
  1639. VIRSCAN2.DLL,             "Norton AntiVirus Scan Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:29488
  1640. VIRLIST2.DLL,             "Norton AntiVirus Scan Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:25904
  1641. NAVTSR7.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:25498
  1642. SYMEVNT.386,             "Symantec Event Manager VXD",         Link:BASEFILES, SYSTEM , SIZE:24678
  1643. NAVTSR6.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:24522
  1644. NAVINOC.DLL,             "Norton AntiVirus Inoculation Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:24256
  1645. FASSIST.DOC,             "FileAssist WinWord Install Macro",         Link:BASEFILES, TARGET , SWITCH46 , SIZE:21515
  1646. SCANINST.DLL,             "Norton AntiVirus Scan Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:20864
  1647. CTL3D.DLL,             "3-D Controls DLL",         Link:BASEFILES, SYSTEM , VersionCheck, SIZE:20272
  1648. NAVTSR5.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:19914
  1649. NAVTSR3.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:19754
  1650. NDW.EXE,             "Norton Desktop Shell",         Link:BASEFILES, TARGET , SIZE:19264
  1651. NAVTSR2.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:18794
  1652. NAVTSR4.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:18778
  1653. SYMINTG2.DLL,             "Norton AntiVirus Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:13920
  1654. NAVALOG.DLL,             "Norton AntiVirus Activity Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:13792
  1655. IMAGE.EXE,             "Image Program",         Link:BASEFILES, TARGET , SIZE:13769
  1656. NAVTSR1.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:13290
  1657. NAVTSR0.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:12154
  1658. INSCANF.DAT,             "Norton AntiVirus Floppy Scan Data",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:11638
  1659. INSCANM.DAT,             "Norton AntiVirus Memory Scan Data",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:11203
  1660. WORDPROC.SET,             "Word Processor Setup File",         Link:BASEFILES, TARGET , SWITCH85 , SIZE:10471
  1661. DBASE.SET,             "Database Setup File",         Link:BASEFILES, TARGET , SWITCH85 , SIZE:10451
  1662. ASSIST.SET,             "Backup Assistant Setup File",         Link:BASEFILES, TARGET , SWITCH85 , SIZE:10391
  1663. FULL.SET,             "Full Backup Setup File",         Link:BASEFILES, TARGET , SWITCH85 , SIZE:10382
  1664. LOG.CMB,             "Norton AntiVirus Activity Log File",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:9290
  1665. NAVSERVE.DLL,             "Norton AntiVirus Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:6080
  1666. MESSAGE.CMB,             "Norton AntiVirus 3.0",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:5492
  1667. VFINTD.386,             "Backup Floppy Driver",         Link:BASEFILES, SYSTEM , SWITCH40 , SIZE:5481
  1668. VFINTD.386,             "Backup Floppy Driver",         Link:BASEFILES, TARGET , SWITCH40 , SIZE:5481
  1669. NAVEXCLU.DLL,             "Norton AntiVirus Exclusions Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:5312
  1670. VNSS.386,             "Screen Saver Driver",         Link:BASEFILES, TARGET , SWITCH42 , SIZE:5282
  1671. SWAPB.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:4698
  1672. NLAUNCH.DAT,             "Launch Menu Data File",         Link:BASEFILES, TARGET , SWITCH16 , SIZE:4047
  1673. REPAIRB.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:4012
  1674. NAVSECUR.DLL,             "Norton AntiVirus Security Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:3968
  1675. NETWORK.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:3588
  1676. SCHEDULE.DAT,             "Scheduler Data File",         Link:BASEFILES, TARGET , SWITCH14 , SIZE:3430
  1677. NAVCOMM.DLL,             "Norton AntiVirus Library",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:2784
  1678. NDW.INI,             "Norton Desktop Ini File",         Link:BASEFILES, WINDOWS , SWITCH12 , SIZE:2472
  1679. FULL.MNU,             "Norton Desktop 2.x Full Menu",         Link:BASEFILES, TARGET , SIZE:2190
  1680. SWAPF.OVL,             "Norton AntiVirus Overlay",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:1770
  1681. SHORT.MNU,             "Norton Desktop 2.x Short Menu",         Link:BASEFILES, TARGET , SIZE:1435
  1682. INSCANB.DAT,             "Norton AntiVirus Boot Scan Data",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:1432
  1683. DRWSHORT.MNU,             "Short Drive Windows Menu",         Link:BASEFILES, TARGET , SIZE:958
  1684. DKTSHORT.MNU,             "Short Desktop Menu",         Link:BASEFILES, TARGET , SIZE:889
  1685. NAVDEF.DAT,             "Norton AntiVirus 3.0",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:828
  1686. NAVOPTS.DAT,             "Norton AntiVirus 3.0",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:828
  1687. NAV.ICO,             "Norton AntiVirus Icon",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:766
  1688. FASSIST.LOC,             "FileAssist Localization File",         Link:BASEFILES, TARGET , SWITCH46 , SIZE:631
  1689. EXCLUDE.DAT,             "Norton AntiVirus Exclusions Data",         Link:BASEFILES, TARGET , SWITCH41 , SIZE:444
  1690. DE.REG,             "DeskEdit Registration Merge File",         Link:BASEFILES, TARGET , SIZE:337
  1691. DRWCUST.TBR,             "Drive Window Custom Toolbar",         Link:BASEFILES, TARGET , SIZE:300
  1692. SM.REG,             "ScriptMaker Registration Merge File",         Link:BASEFILES, TARGET , SWITCH43 , SIZE:284
  1693. DKTCUST.TBR,             "Norton Desktop Custom Toolbar",         Link:BASEFILES, TARGET , SIZE:251
  1694. QKACUST.TBR,             "Quick Access Custom Toolbar",         Link:BASEFILES, TARGET , SIZE:212
  1695. FASSIST.INI,             "FileAssist Ini File",         Link:BASEFILES, WINDOWS , SWITCH15 , SIZE:149
  1696.