home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0210 - 0219 / ibm0210-0219 / ibm0213.tar / ibm0213 / TL6W-1.ZIP / INSTALL.INF < prev    next >
Encoding:
INI File  |  1994-04-25  |  33.6 KB  |  1,011 lines

  1. ;***************************************************************************
  2. ;* Time Line 6  - 1.44 Install Script                                      *
  3. ;*                                                                         *
  4. ;* For use with version 3.1+ of the Symantec Install for Windows           *
  5. ;***************************************************************************
  6.  
  7. [InstallVersion]
  8. 3.2
  9.  
  10. [process]
  11. Bitmaps.pix
  12.  
  13. Backup.siwqawin
  14. CallProc.InstallOption:TypeSelect
  15. Delete.custdll
  16.  
  17. TLCopy = SetActiveCopy
  18.  
  19. switch04 = FALSE
  20. switch05 = FALSE
  21.  
  22. #if switch91
  23.    switch04 = TRUE
  24. #endif
  25.               
  26. #if switch92
  27.    switch05 = TRUE
  28. #endif   
  29.  
  30. #if switch05      
  31.    NetAdminInstall          
  32.    ResetTarget.SetNetPath
  33. #endif   
  34.  
  35. #if switch04        
  36.    switch16 = VersionSearch.VersionSearch
  37. #endif
  38.  
  39. #if switch04        
  40.    SelectInstallType
  41. #endif
  42.  
  43. #if switch04        
  44.    ResetTarget.Reset2
  45.    ResetTarget.Reset3
  46.    ResetTarget.Reset4
  47.    ResetTarget.Reset5
  48.    GetPrevVerSize
  49. #endif
  50.  
  51. AllowIntlChars
  52. switch99 = TRUE
  53. switch55 = TRUE
  54. switch96 = FALSE
  55.  
  56. #if switch04        
  57.    #ifnot switch91  
  58.      PrimarySelect    
  59.    #endif      
  60. #endif      
  61.  
  62. :CompSelect
  63. #if switch96        
  64.    PrimarySelect    
  65. #endif      
  66.  
  67. #if switch55
  68.   #if switch04      
  69.      #if switch16
  70.         MessageBox.TLisAlreadyInstalled
  71.      #endif
  72.   #endif
  73. #endif
  74.  
  75. switch55 = FALSE                         
  76.  
  77. :drivesel
  78. TargetDrive
  79.  
  80. Registration        
  81.  
  82.  
  83. ;****************************************************************************
  84. ;* Reinitialize the switch to their original status.                        *
  85. ;****************************************************************************
  86.  
  87. :checkspace
  88. switch95 = FALSE
  89. switch96 = FALSE
  90. switch97 = FALSE
  91.  
  92. switch08 = CheckDiskSpace.TARGET           
  93.     
  94. #if switch04
  95.    #ifnot switch08
  96.        DiskSpaceError.nospaceLocally
  97.    #endif
  98. #else
  99.    #ifnot switch08
  100.        DiskSpaceError.nospaceOnTheNet
  101.    #endif                         
  102. #endif       
  103.  
  104. #if switch95
  105.    goto.drivesel
  106. #endif      
  107.  
  108. #if switch04
  109.    #if switch96
  110.       goto.CompSelect
  111.    #endif
  112. #endif      
  113.  
  114. ;****************************************************************************
  115. ; If tl6.exe was not found and the sigle user deselected it from the
  116. ; previous PrimarySelect, then force the installtion of Base Files.
  117. ;****************************************************************************
  118.  
  119. switch25 = IsOptionSelected.TLBaseFiles
  120.  
  121. #ifnot switch16
  122.    #ifnot switch25
  123.       selectOption.TLBaseFiles
  124.       MessageBox.ForceInstall
  125.    #endif
  126. #endif
  127.  
  128. selectOption.TLexe
  129.  
  130. #if switch05
  131.     Backup.NetAdminDLLs
  132. #endif   
  133.  
  134.  
  135. #if switch04
  136.    Backup.LocalOleReg
  137. #endif   
  138.  
  139. switch03 = IsOptionSelected.TLBaseFiles
  140.  
  141. #if switch03
  142.    CreateDirectory.Template
  143.    ResetTarget.Reset2
  144. #endif
  145.  
  146. switch14 = IsOptionSelected.Tutorials
  147. #if switch14
  148.    CreateDirectory.Tutorial
  149.    ResetTarget.Reset4
  150. #endif
  151.                               
  152.                                
  153. #if switch04
  154.    Backup.SaveEm
  155.    switch10=exists.CheckEm
  156.    #ifnot switch10
  157.       Backup.original
  158.    #endif
  159.  
  160.    switch32 = Exists.ConfigFileOnDisk
  161.    #ifnot switch32
  162.      GoTo.LableOne
  163.    #endif
  164.  
  165.    switch14 = Verifystartup.CheckShareInConfig
  166.  
  167.    #ifnot switch14
  168.       switch32 = Exists.AutoexecFileOnDisk
  169.       #ifnot switch32
  170.         GoTo.LableOne
  171.       #endif
  172.       switch15 = Verifystartup.CheckShareInAutoexec
  173.       not.switch15
  174.    #else
  175.       switch15 = FALSE
  176.    #endif
  177.  
  178.     switch16 = Verifystartup.CheckSQLStartInAutoexec
  179.  
  180.     #if switch16
  181.        switch16 = MessageYesNo.SQLStartMessage
  182.     #else
  183.        switch16 = TRUE
  184.     #endif
  185.  
  186.    ModifyTextFile.autoexecFile
  187. #endif
  188.                          
  189. :LableOne                         
  190.  
  191. #if switch05
  192.    CallProc.CreateConfigFile
  193. #endif
  194.  
  195. MakeFilesReadWrite.ReadWriteFiles
  196.  
  197. ResetTarget.ResetReportFiles
  198. MakeFilesReadWrite.ReadWriteReportFiles
  199. ResetTarget.Reset5
  200.  
  201. DisableUtils
  202. copy
  203. EnableUtils
  204.  
  205. ResetTarget.ResetReportFiles
  206. MakeFilesReadOnly.ReadOnlyReportFiles
  207.  
  208.  
  209. #if switch04
  210.    ResetTarget.Reset3
  211. #endif
  212.  
  213. #if switch05
  214.     Backup.copyinf
  215.     CallProc.FirstLanpack                
  216.     Backup.GuidesZip
  217.     Delete.Zipdguides                      
  218. #else
  219.     CallProc.RegOLE 
  220.     UpdateIni.AddAssoc
  221.     UpdateIni.addodbc
  222.     UpdateIni.addodbcisam
  223.     UpdateIni.addodbcinst
  224.     UpdateIni.TL6iniFile
  225.     UpdateIni.addsystem
  226.     DelFromIni.delodbcinst
  227.     groups
  228. #endif
  229.  
  230. Delete.DelNetAdminDLLs                      
  231.  
  232. #if switch04
  233.     delete.leftovers
  234. #endif
  235.  
  236. switch19 = MessageYesNo.Readme
  237.  
  238. #if switch19
  239.     ExecChildProcess.DisplayReadMe
  240. #endif
  241.  
  242. #if switch05
  243.     MessageBox.EndNetAdminInstall
  244.     EXIT
  245. #endif
  246.  
  247. switch19 = MessageYesNo.RetrunToWindows
  248.  
  249. #if switch19
  250.     End.Bye
  251. #else
  252.     EXIT
  253. #endif
  254.  
  255. ;****************************************************************************
  256. ;* SubProc Executed When Install Takes Over As Shell                        *
  257. ;****************************************************************************
  258.  
  259. [SubProc]
  260. Return
  261.  
  262.  
  263. ;***************************************************************************
  264. ;* Message Text                                                            *
  265. ;***************************************************************************
  266.  
  267. [TLCopy:CopyDialog]
  268. caption = "Installing Time Line 6 Files..."  ; Caption of dialog
  269. posx = -10                                     ; x location of dialog
  270. posy = -10                                     ; y location of dialog
  271.  
  272. [TLCopy:Component]
  273. caption =  "Time Line 6 - Application Selection"
  274. text    =  "Indicate which applications you want to install:"
  275.  
  276. [TLCopy:Advo]
  277. posx = 10
  278. posy = 30 
  279. location = tllpfunc.dll
  280. count = 7
  281. bitmapsonly = 1
  282.  
  283. [AdvoDefault]
  284. posx = 10                          ; x position of dlg in screen coordinates
  285. posy = 40                          ; y position of dlg in screen coordinates
  286. text = AdvoText                    ; section name where the dlg text is
  287.  
  288. [AdvoText]
  289. "Please take a moment to complete the Registration"
  290. "Card included with Time Line 6 program. This will ensure"
  291. "that you receive future product announcements and"
  292. "important notices."
  293. ""
  294. "Thank you for purchasing Time Line 6!"
  295.  
  296. [TLCopy:TypeSelect]
  297. count=2
  298. caption = "Installation Type"
  299. text = "Select the type of installation you want to perform."
  300. grouptext = ""
  301. button1 = "&Complete installation"
  302. button2 = "Custom &installation"
  303. descrip1 = "Installs all Time Line files, including Guide Line and the Time Line tutorial. Requires approximately 25 MB of disk space."
  304. descrip2 = "Allows you to choose which components to install.  If you want to install additional components later, run the Install program again."
  305.  
  306. [TLCopy:Primary]
  307. caption = "Custom Installation"
  308. button1 = "Select Program files"
  309. button2 = "Select Guide Line"
  310. button3 = "Select Tutorial files"
  311. text = App1Text
  312.  
  313. [App1Text]
  314. "Select the components you want to install."
  315. "If you are installing Time Line 6 for the first time, you must select the Time Line 6 component."
  316.  
  317. [TLCopy:Component]
  318. caption = "Component Selection"
  319. text    = "Indicate which components you want to install.  Highlighted items will be installed."
  320.  
  321. [Readme]
  322. caption  =  "README File"
  323. "The README.TXT file contains valuable information that supplements the Time Line 6 User's Guide and Reference."
  324. ""
  325. "Do you want to view the README file now?"
  326.  
  327. [EndNetAdminInstall]
  328. caption  =  "Time Line 6 Installation Complete"
  329. "Congratulations. Time Line 6 has been"
  330. "successfully installed on the network server."
  331. ""
  332. "To run Time Line from an individual PC, each"
  333. "user must run the installation program from the"
  334. "network directory where Time Line was"
  335. "installed. Doing this will create a Time Line"
  336. "program group and program settings on each "
  337. "user's PC."
  338. ""
  339. "For more information on network installation,"
  340. "see the Appendix to the Time Line User's Guide"
  341. "and Reference."
  342.  
  343. [RetrunToWindows]
  344. caption  =  "Time Line 6 Installation Complete"
  345. "Congratulations. Time Line 6 has been "
  346. "successfully installed."
  347. ""
  348. " If you modified the AUTOEXEC.BAT file during"
  349. "installation, you should exit Windows and"
  350. "reboot your computer now. Doing so will allow"
  351. "OLE functions in Time Line to operate."
  352. ""
  353. "Do you want to exit Windows now?"
  354.  
  355. [bye]
  356. caption  =  "Time Line 6 Installation Complete"
  357. ""
  358. ""
  359. ""
  360. ""
  361. "Select one of the exit options below."
  362.  
  363. [TLisAlreadyInstalled]
  364. caption = "Time Line 6 is already installed."
  365. ""
  366. "Time Line 6 is already installed on your system."
  367. ""
  368. "The directory where it was found will be the"
  369. "default install directory unless you change"
  370. "it on the next screen."
  371.  
  372. [nospaceLocally]
  373. caption = "Insufficient Disk Space"
  374. text = idstext
  375. radio1 = "&Change drive"
  376. radio2 = "&Deselect components"
  377. radio3 = "C&ontinue installation"
  378. descrip1 = "Install Time Line on another drive with more space available."
  379. descrip2 = "Select fewer components of Time Line to install so less disk space is required."
  380. descrip3 = "This option may produce an incomplete installation and is not recommended."
  381.  
  382. [nospaceOnTheNet]
  383. caption = "Insufficient Disk Space"
  384. text = idstext
  385. radio1 = "&Change Drive"
  386. radio2 = "C&ontinue Installation"
  387. AllowContinue=0
  388. descrip1 = "Install Time Line on another drive with more space available."
  389. descrip2 = "This option may produce an incomplete installation and is not recommended."
  390.  
  391. [idstext]
  392. "The drive you specified as the destination for Time Line files (%c:) does "
  393. "not have enough space. There is %u KB of space available, and the installation"
  394. "requires %u KB."
  395. ""
  396. "Choose one of the options below, or exit installation and delete files to free more space."
  397.  
  398. [Registration]
  399. caption =  "User Information"
  400. text1   =  "Please enter your name and company."
  401. text2   =  "&Name:"
  402. text3   =  "&Company:"
  403. Cancel  =  "Cancel"
  404. Help    =  "&Help"
  405. appname =  TL6.exe
  406. string  =  "Symantec Install for Windows"
  407. active  =  yes
  408. ;active  =  no
  409.  
  410. [VersionSearch]
  411. caption =  "Searching for Previous Version"
  412. text1   =  "Searching for a previously"
  413. text2   =  "installed version of Time Line 6."
  414. appname =  "TL6.exe"
  415. apppath =  C:\TL6
  416.  
  417. [TargetDrive]
  418. caption =  "Destination for Time Line Files"
  419. defpath =  C:\TL6
  420. text    =  "Select where you want to install Time Line 6."
  421. reqspace=  "Approximate disk space required."
  422.  
  423. [errors]
  424. noprev  =  "Symantec Install for Windows is already running!"
  425.  
  426. [FileCopy]
  427. errorcaption  =  "Error Copying Files"
  428. insertcaption =  "Insert Diskette"
  429.  
  430. [cancel]
  431. caption = "Exit Installation"
  432. text    = "Are you sure you want to exit the Time Line 6 installation?"
  433.  
  434. [cancelshell]
  435. caption = "Time Line 6"
  436. text = "You have chosen to cancel Install. In order to reset the Windows\environment, Install will also close Windows. Are you sure you want to exit?"
  437.  
  438. ;***************************************************************************
  439. ;* Ini modifications                                                       *
  440. ;***************************************************************************
  441.  
  442. [AddAssoc]
  443. IniName=win.ini
  444. SectionName=Extensions
  445. tdb="%s\TL6.exe ^.tdb",TARGET
  446. tbf="%s\TL6.exe ^.tbf",TARGET
  447. gld="%s\gLw.exe ^.gld",TARGET 
  448. SectionName=btrieve
  449. options="/m:64 /p:4096 /f:60 /l:40"
  450. SectionName=sounds
  451. TimeLineExit=",Time Line Exit"
  452. TimeLineCoPilot=",Time Line Co-Pilot"
  453. TimeLineCoPilotOnOff=",Time Line Co-Pilot On/Off"
  454. TimeLineNewDatabase=",Time Line New Database"
  455. TimeLineOpenDatabase=",Time Line Open Database"
  456. TimeLineRecalc=",Time Line Recalc Done"
  457. TimeLineSaveDatabase=",Time Line Save Database"
  458. TimeLineStart=",Time Line Start-up"
  459. TimeLineIEStart=",Time Line Import/Export Start"
  460. TimeLineIEExit=",Time Line Import/Export Exit"
  461. TimeLineIEComplete=",Time Line Import/Export Complete"
  462. TimeLineReportsStart=",Time Line Reports Start"
  463. TimeLineReportsExit=",Time Line Reports Exit"
  464.  
  465. [addsystem]
  466. IniName=system.ini
  467. SectionName=386Enh
  468. BCLChoreInterval=500
  469.  
  470. [delodbcinst]
  471. IniName=odbcinst.ini
  472. SectionName="ODBC Drivers"
  473. TIME_LINE_TXT=Installed
  474. TIME_LINE_XLS=Installed
  475. SectionName="TIME_LINE_TXT"
  476. driver=*tltxt03.dll
  477. setup=*tltxt03.dll
  478. SectionName="TIME_LINE_XLS"
  479. driver=*tlxls03.dll
  480. setup=*tlxls03.dll
  481.  
  482. [addodbc]
  483. IniName=odbc.ini
  484. SectionName="ODBC Data Sources"
  485. "Time Line CSV Example"=TIME_LINE_CSV
  486. "Time Line Report Server"=TIME_LINE_SQL
  487. SectionName="Time Line Report Server"
  488. driver="%s\WSQLODBC.DLL", TARGET
  489. Description="Time Line Report Server"
  490. Database="%s\DATA\SAMPLE.TDB", TARGET
  491. Start="%s\RTSTARTw.exe -c 150K -q -b -d %%d", TARGET
  492. SectionName="Time Line CSV Example"
  493. driver="%s\simba.dll", TARGET
  494. Description="Time Line CSV Example"
  495. FileType=Text
  496. DataDirectory="%s\data", TARGET
  497. ColNameHeader=True
  498. Format=CSVDelimited
  499. MaxScanRows=25
  500. CharacterSet=OEM
  501.  
  502. [addodbcisam]
  503. IniName=odbcisam.ini
  504. SectionName="Installable ISAMS"
  505. Text="%s\txtisam.dll", TARGET
  506.  
  507. [addodbcinst]
  508. IniName=odbcinst.ini
  509. SectionName="ODBC Drivers"
  510. TIME_LINE_SQL=Installed
  511. TIME_LINE_CSV=Installed
  512. SectionName="TIME_LINE_SQL"
  513. driver="%s\wsqlodbc.dll", TARGET
  514. setup="%s\wsqlodbc.dll", TARGET
  515. SectionName="TIME_LINE_CSV"
  516. driver="%s\simba.dll", TARGET
  517. setup="%s\simadmin.dll", TARGET
  518. FileUsage=1
  519. FileExtns=*.CSV
  520. DirectConnect=0
  521.  
  522. [TL6iniFile]
  523. IniName=tl6.ini
  524. SectionName="Application Settings"
  525. "TL6 Directory Path"=%s\, TARGET
  526.  
  527. ;***************************************************************************
  528. ;* Misc install functions                                                  *
  529. ;***************************************************************************
  530.  
  531. [template]
  532. %s\template, TARGET
  533.  
  534. [reset2]
  535. reset = TARGET2
  536. location = %s\template, TARGET
  537.  
  538. [reset3]
  539. reset = TARGET3
  540. location = %s\Guides, TARGET
  541.  
  542. [Tutorial]
  543. %s\tutorial, TARGET
  544.  
  545. [reset4]
  546. reset = TARGET4
  547. location = %s\Tutorial, TARGET
  548.  
  549. [reset5]
  550. reset = TARGET5
  551. location = %s\Data, TARGET
  552.  
  553. [ResetReportFiles]
  554. reset = TARGET5
  555. location = %s\Report, TARGET
  556.  
  557. [VerDll]
  558. ver.dll, system
  559.  
  560. [CheckEm]
  561. win.tl0, WINDOWS
  562.  
  563. [TL6Ini]
  564. TL6.ini, TARGET
  565.  
  566. [SaveEm]
  567. win.ini, win.tl6, WINDOWS, WINDOWS
  568.  
  569. [original]
  570. win.ini, win.tl0, WINDOWS, WINDOWS
  571.  
  572. [leftovers]
  573. win.siw,       WINDOWS
  574. system.siw,    WINDOWS
  575. sym1024.bmp,   TARGET
  576.  
  577. [pix]
  578. color = %s\sym1024.bmp
  579.  
  580. ;***************************************************************************
  581. ;* Autoexec Mods                                                           *
  582. ;***************************************************************************
  583.            
  584. [CheckShareInConfig]
  585. File =c:\config.sys
  586. finditems = LookforShare
  587. filetype = config
  588. findrems = 0
  589.  
  590. [CheckShareInAutoexec]
  591. File =c:\autoexec.bat
  592. finditems = LookforShare
  593. filetype = autoexec
  594. findrems = 0
  595.  
  596. [LookforShare]
  597. *share*
  598.  
  599. [CheckSQLStartInAutoexec]
  600. File =c:\autoexec.bat
  601. finditems = LookforSQL
  602. filetype = autoexec
  603. findrems = 0
  604.  
  605. [LookforSQL]
  606. "*set*SQLSTART*"
  607.  
  608. [ConfigFileOnDisk]
  609. C:\CONFIG.SYS
  610.  
  611. [AutoexecFileOnDisk]
  612. C:\AUTOEXEC.BAT
  613.  
  614. [autoexecFile]
  615. caption    = "Modifications to AUTOEXEC.BAT File"
  616. text1      = "The following modifications need to be made to your AUTOEXEC.BAT file:"
  617. filetype   = autoexec
  618. FileSpec   = c:\AUTOEXEC.BAT
  619. rem1       = "rem"
  620. EditCaption= "Edits to AUTOEXEC.BAT File"
  621. AddPath    = target
  622. DelItems   = AutoexecDelItems
  623. AddItems   = AutoexecAddItems
  624. Remitems= AutoexecRemtems
  625.  
  626. [AutoexecDelItems]
  627.  
  628. [AutoexecAddItems]
  629. "share.exe /L:500 /F:5100", switch15, putmeafterthis=shareafterthis
  630. "set SQLSTART=%s\RTSTARTW.EXE", TARGET, putmeafterthis=shareafterthis, switch16 
  631.  
  632. [AutoexecRemtems]
  633. "set SQLSTART=*"
  634.  
  635. [shareafterthis]
  636. setpath*
  637. path=*
  638. path*
  639.  
  640. ;***************************************************************************
  641. ;* SetShell section                                                        *
  642. ;***************************************************************************
  643.  
  644. [SetShell]
  645. WinIniName = win.ini
  646. SystemIniName = system.ini
  647. Message = MessageBox.SetShellMessage
  648. SysSectionName = boot
  649. WinSectionName = windows
  650. shell = %s\install.exe
  651. load =
  652. run =
  653. SetShellIfLoaded=
  654. Backup = Backup.SetShellSave
  655. Restore = Backup.SetShellRestore
  656. Active = yes
  657. IfActiveList=LoadedList
  658. SubProcess=
  659.  
  660. [SetShellSave]
  661. win.ini, win.siw, WINDOWS, WINDOWS
  662. system.ini, system.siw, WINDOWS, WINDOWS
  663.  
  664. [SetShellRestore]
  665. system.siw, system.ini, WINDOWS, WINDOWS
  666. win.siw, win.ini, WINDOWS, WINDOWS
  667.  
  668. [LoadedList]
  669. TL6.EXE
  670. TLWIN.EXE
  671. OLEREG.DLL
  672. WIDGEVB.VBX
  673. OLE2DISP.DLL
  674. THREED.VBX
  675. OLE2NLS.DLL
  676. OLE2.DLL
  677. ODBCINST.DLL
  678. CTL3DV2.DLL
  679.  
  680. [SetShellMessage]
  681. caption  =  "Time Line 6 Installation"
  682. "Welcome to the Time Line 6 installation"
  683. "program. Please choose OK to allow Install"
  684. "to restart Windows and continue the"
  685. "installation. Choose Cancel to exit"
  686. "Install."
  687.  
  688. [LaunchReadMe]
  689. "notepad.exe %s\readme.txt", TARGET
  690.  
  691. ;***************************************************************************
  692. ;* NetAdmin functions
  693. ;***************************************************************************                      
  694.  
  695. [siwqawin]
  696. siwqawin.dll, siwqawin.dll, SOURCE, WINDOWS
  697.  
  698. [custdll]
  699. siwqawin.dll, WINDOWS
  700.  
  701. [GuidesZip]
  702. zipdgid1.gid, Guide1.gi!,  TARGET, TARGET     
  703. zipdgid2.gid, Guide2.gi!,  TARGET, TARGET     
  704. netuser.inf,  install.inf, TARGET, TARGET     
  705.  
  706. [NetAdminDLLs]                      
  707. siwqawin.dll, siwqawin.dll, SOURCE, WINDOWS
  708. tllpfunc.dll, tllpfunc.dll, SOURCE, WINDOWS
  709. olereg.dll,   olereg.dll,   SOURCE, WINDOWS
  710. tllpfunc.dll, tllpfunc.dll, SOURCE, TARGET
  711. siwdll.dll,   siwdll.dll,   SOURCE, TARGET
  712.  
  713. [LocalOleReg]                      
  714. siwqawin.dll, siwqawin.dll, SOURCE, WINDOWS
  715. tllpfunc.dll, tllpfunc.dll, SOURCE, WINDOWS
  716. olereg.dll,   olereg.dll,   SOURCE, WINDOWS
  717. tllpfunc.dll, tllpfunc.dll, SOURCE, TARGET
  718. siwdll.dll,   siwdll.dll,   SOURCE, TARGET
  719.  
  720. [Zipdguides]
  721. zipdgid1.gid, TARGET     
  722. zipdgid2.gid, TARGET     
  723. netuser.inf,  TARGET     
  724.  
  725. [DelNetAdminDLLs]                      
  726. siwqawin.dll, WINDOWS
  727. tllpfunc.dll, WINDOWS 
  728. olereg.dll,   WINDOWS
  729.  
  730. [SetNetPath]
  731. reset = TARGET
  732. location = FirstNetDrive
  733. DefaultDir = TL6
  734.  
  735. [CreateConfigFile]
  736. dll = siwqawin.dll
  737. function = CreateLicenseDir
  738. DirName = license
  739. ConfigFile = lptlwin.bin
  740.  
  741. [InstallOption:TypeSelect]
  742. dll = siwqawin.dll
  743. function = GetInstallType
  744. caption = "Time Line 6 Installation"
  745. text = "Welcome to the Time Line 6 Installation."
  746. grouptext = "Please specify whether you are a single user or a network administrator."
  747. button1 = "&Single user"
  748. button2 = "&Network administrator"
  749. descrip1 = "Installs Time Line on your hard drive."
  750. descrip2 = "Installs Time Line on a network server."
  751.  
  752. [FirstLanpack]
  753. dll  = tllpfunc.dll
  754. function = InstallLanpack
  755. Caption = "Time Line 6 - Network Install"
  756. Text    = "Locate the Time Line 6 network directory"
  757. ConfigFile = lptlwin.bin
  758. License = "lptlwin.lic"
  759. Description = "lptlwin.dat"
  760. Appname = "tl6.exe"
  761. First = TRUE
  762.  
  763. [RegOLE]
  764. dll      = olereg.dll
  765. function = RegisterOLE    
  766.  
  767. [WindowsVersion]
  768. 3.10
  769. "Time Line 6 requires"
  770. "Windows 3.1 or greater."
  771.  
  772. [ForceInstall]
  773. caption = "Custom Installation -- First Time"
  774. ""
  775. ""
  776. "Because you are installing Time Line 6 on your computer for the first time, you must install "
  777. "at least the Time Line 6 files. Although you did not make this selection, the Install program will install these files now."
  778. ""
  779.  
  780. [SQLStartMessage]
  781. caption = " SQLSTART Update"
  782. ""
  783. "The installation program has found a SET "
  784. "SQLSTART environment variable in your "
  785. "AUTOEXEC.BAT file."
  786. ""
  787. "It's recommended that you allow the installation "
  788. "program to update the SQLSTART variable to "
  789. "work with Time Line 6."
  790. ""
  791. "Select Yes to allow the updating of your "
  792. "AUTOEXEC.BAT file. Select No to ignore."
  793.  
  794. [DisplayReadMe]
  795. "%s\siwvwr.exe /REGMSG readme.txt", TARGET
  796.  
  797. [Log]
  798. "notepad.exe %s\install.log", WINDOWS
  799.     
  800. [ReadWriteFiles]
  801. *.TDB, TARGET2
  802. *.TDB, TARGET5
  803.  
  804. [ReadWriteReportFiles]
  805. *.RPT, TARGET5
  806. *.TRT, TARGET5
  807. *.DCT, TARGET5
  808. *.TXT, TARGET5
  809. *.EXR, TARGET5
  810.  
  811. [ReadOnlyReportFiles]
  812. *.RPT, TARGET5
  813. *.TRT, TARGET5
  814. *.DCT, TARGET5
  815. *.TXT, TARGET5
  816. *.EXR, TARGET5
  817.  
  818. ;***************************************************************************
  819. ;* Network Bump installation                                               *
  820. ;***************************************************************************
  821.  
  822. [NetBump]
  823. Copymain.BaseFiles,  "Time Line/Windows Network User",  0, Y, Y, Y
  824.  
  825. ;***************************************************************************
  826. ;* Groups                                                                  *
  827. ;***************************************************************************
  828.  
  829. [groups]
  830. "Time Line 6",      timeline.grp
  831.  
  832. [Time Line 6]
  833. "Time Line 6",            TL6.exe,           BaseFiles
  834. "Remove Time Line 6",     "install.exe /u",  BaseFiles
  835. "Guide Line",               GLW.EXE,           Guide
  836. "TL Imp/Exp",               TLIMPEXP.EXE,      BaseFiles
  837. "TL Reports",               TLREPORT.EXE,      BaseFiles
  838. "TL Readme",                README.TXT,        BaseFiles
  839.  
  840. ;***************************************************************************
  841. ;* Copy                                                                    *
  842. ;***************************************************************************
  843.  
  844. [TLCopy]
  845. Copymain.TLexe,       "Time Line 6 EXE file 576 KB",  0, Y, N, N
  846. CopySub.TLexeFile,    "Time Line 6 EXE file 576 KB",  576
  847.  
  848. Copymain.TLBaseFiles, "Time Line 6 (16987 KB)",  0, N, N, Y
  849. CopySub.BaseFiles,    "Time Line 6 (16987 KB)",  16987
  850.  
  851. Copymain.Guides,     "Guide Line (2610 KB)",  0, N, N, Y
  852. CopySub.Guide,       "Guide Line (2610 MB)",  2610
  853.  
  854. Copymain.Tutorials,  "Tutorial (7114 KB)",  0, N, N, Y
  855. CopySub.Tutorial,    "Tutorial (7114 KB)", 7114
  856.  
  857.  
  858. ;***************************************************************************
  859. ;* Disks                                                                   *
  860. ;***************************************************************************
  861. ; 1.44M Installation
  862. ;size=1.44M
  863. ;total=7
  864.  
  865. [Disks]
  866. 1=A:\, "Time Line 6.0, Disk 1"
  867. 2=A:\, "Time Line 6.0, Disk 2"
  868. 3=A:\, "Time Line 6.0, Disk 3"
  869. 4=A:\, "Time Line 6.0, Disk 4"
  870. 5=A:\, "Time Line 6.0, Disk 5"
  871. 6=A:\, "Time Line 6.0, Disk 6"
  872. 7=A:\, "Time Line 6.0, Disk 7"
  873.  
  874. [TLCOPY.disk1]
  875. DATA.DA!,      "Time Line sample file",                Link:BASEFILES, TARGET, ZIPDDIRS , SIZE:705042
  876. TLCRPE.DLL,    "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:1115904
  877. INSTBIN.EXE,   "Time Line install program",            Link:BASEFILES, TARGET, SIZE:248256
  878. TLLPFUNC.DLL,  "Symantec install dll",                 Link:BASEFILES, TARGET, SWITCH04 , SIZE:612136
  879. SIWDLL.DLL,    "Symantec install dll",                 Link:BASEFILES, TARGET, SIZE:82464
  880. INSTALL.EXE,   "Time Line install program",            Link:BASEFILES, TARGET, SIZE:37296
  881. SIWZIP.DLL,    "Decompression library",                Link:BASEFILES, TARGET, SWITCH04 , SIZE:29278
  882. SIW3ZIP.DLL,   "Decompression library",                Link:BASEFILES, TARGET, SWITCH04 , SIZE:28254
  883. SYMINSTL.HLP,  "Install help file",                    Link:BASEFILES, TARGET, SIZE:20851
  884. SYM1024.BMP,   "Time Line install Bitmap",             Link:BASEFILES, TARGET, SIZE:787510
  885. LZEXPAND.DLL,  "Windows 3.1 common dll",               Link:BASEFILES, TARGET, SIZE:9936
  886. OLEREG.DLL,    "OLE registration strings dll",         Link:BASEFILES, TARGET, SWITCH04 , SIZE:18400
  887. UNINSTAL.INF,  "Uninstall Time Line",                  Link:BASEFILES, TARGET, SIZE:18138
  888. SIWQAWIN.DLL,  "Symantec install dll",                 Link:BASEFILES, TARGET, SWITCH04 , SIZE:8448
  889. NETUSER.INF,   "Network workstation script",           Link:BASEFILES, TARGET, SWITCH04 , SIZE:12614
  890. TASKGLOB.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:2080
  891.  
  892. [TLCOPY.disk2]
  893. TEMPLATE.TM!,  "Time Line template file",              Link:BASEFILES, TARGET, ZIPDDIRS , SIZE:727135
  894. TUTRIAL3.TU!,  "Time Line tutorial file",              Link:TUTORIAL,  TARGET4, SIZE:1659246
  895. TUTRIAL4.TU!,  "Time Line tutorial file",              Link:TUTORIAL,  TARGET4, SIZE:1474282
  896. SYMRCS11.DLL,  "Symantec BasicScript dll file",        Link:BASEFILES, TARGET, SIZE:49808
  897.  
  898. [TLCOPY.disk3]
  899. TLOLE2.DLL,    "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:217920
  900. STORAGE.DLL,   "OLE dll file",                         Link:BASEFILES, TARGET, SIZE:157184
  901. DB4.DLL,       "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:54976
  902. SYMDLG11.EXE,  "Symantec BasicScript exe file",        Link:BASEFILES, TARGET, SIZE:143952
  903. TLPLACE2.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:123234
  904. TXTISAM.DLL,   "ODBC dll file",                        Link:BASEFILES, TARGET, SIZE:105184
  905. DB2.DLL,       "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:49888
  906. COMPOBJ.DLL,   "OLE dll file",                         Link:BASEFILES, TARGET, SIZE:102400
  907. DB1.DLL,       "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:50016
  908. SIMADMIN.DLL,  "ODBC dll file",                        Link:BASEFILES, TARGET, SIZE:160080
  909. BCLUTIL.DLL,   "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:122416
  910. OLE2DISP.DLL,  "OLE dll file",                         Link:BASEFILES, SYSTEM, SWITCH05 , VersionCheck, SIZE:90144
  911. OLE2DISP.DLL,  "OLE dll file",                         Link:BASEFILES, TARGET, SWITCH04 , SIZE:90144
  912. TLUTIL.DLL,    "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:90240
  913. WSQLODBC.DLL,  "SQL dll file",                         Link:BASEFILES, TARGET, SIZE:67622
  914. UXDVIM.DLL,    "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:102416
  915. SYMDBG11.DLL,  "Symantec BasicScript dll file",        Link:BASEFILES, TARGET, SIZE:63376
  916. WIDGEVB.VBX,   "Time Line file",                       Link:BASEFILES, TARGET, SWITCH04 , SIZE:67040
  917. WIDGEVB.VBX,   "Time Line file",                       Link:BASEFILES, SYSTEM, SWITCH05 , DateTimeCheck, SIZE:67040
  918. PDSODBC.DLL,   "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:73744
  919. WBTRCALL.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:51392
  920. DB3.DLL,       "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:28992
  921. THREED.VBX,    "Time Line file",                       Link:BASEFILES, TARGET, SWITCH04 , SIZE:64544
  922. THREED.VBX,    "Time Line file",                       Link:BASEFILES, SYSTEM, SWITCH05 , VersionCheck, SIZE:64544
  923. BCLADV.DLL,    "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:89280
  924. OLE2NLS.DLL,   "OLE dll file",                         Link:BASEFILES, SYSTEM, SWITCH05 , VersionCheck, SIZE:99200
  925. OLE2NLS.DLL,   "OLE dll file",                         Link:BASEFILES, TARGET, SWITCH04 , SIZE:99200
  926. DBLIBW.DLL,    "Time Line Data base dll file",         Link:BASEFILES, TARGET, SIZE:35552
  927. WORDWIN.XTD,   "Time Line report file",                Link:BASEFILES, TARGET, SIZE:57712
  928. ODBC.DLL,      "ODBC dll file",                        Link:BASEFILES, TARGET, SIZE:44736
  929. UXDMAPI.DLL,   "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:56832
  930. WPERFECT.XTD,  "Time Line report file",                Link:BASEFILES, TARGET, SIZE:38784
  931. WORDDOS.XTD,   "Time Line report file",                Link:BASEFILES, TARGET, SIZE:26208
  932. SYMPIC11.DLL,  "Symantec BasicScript dll file",        Link:BASEFILES, TARGET, SIZE:34704
  933. UXFXLS.DLL,    "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:30594
  934. WSQLDDE.EXE,   "Time Line data base file",             Link:BASEFILES, TARGET, SIZE:22714
  935. UXFDOC.DLL,    "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:27754
  936. UXFRTF.DLL,    "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:28652
  937. UXFWKS.DLL,    "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:28866
  938. TLIMPEXP.HLP,  "Time Line 6.0 Import/Export help",     Link:BASEFILES, TARGET, SIZE:18595
  939. UXFTEXT.DLL,   "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:28672
  940. TULINK.DLL,    "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:12576
  941. WSQLCALL.DLL,  "SQL dll file",                         Link:BASEFILES, TARGET, SIZE:19276
  942. TLHEAP.DLL,    "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:27136
  943. UFLTLRPT.DLL,  "Time Line Reports",                    Link:BASEFILES, TARGET, SIZE:21168
  944. CTL3DV2.DLL,   "Three Dimension Control dll",          Link:BASEFILES, TARGET, SWITCH04 , SIZE:21648
  945. CTL3DV2.DLL,   "Three Dimension Control dll",          Link:BASEFILES, SYSTEM, SWITCH05 , VersionCheck, SIZE:21648
  946. README.TXT,    "README file",                          Link:BASEFILES, TARGET, SIZE:23893
  947. UXFSEPV.DLL,   "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:22528
  948. TLCREDIT.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:12480
  949. UXFREC.DLL,    "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:18944
  950. UXDWPM.DLL,    "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:14720
  951. UXFWP.DLL,     "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:14016
  952. DATATRAN.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:13792
  953. PERTPLAC.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:6912
  954. BEL.DLL,       "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:12864
  955. UXDDISK.DLL,   "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:10752
  956. SYMPUB11.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:9216
  957. ODBCADM.EXE,   "ODBC exe File",                        Link:BASEFILES, TARGET, SIZE:9136
  958. SIWVWR.EXE,    "Symantec install exe",                 Link:BASEFILES, TARGET, SIZE:9280
  959. UXFCR.DLL,     "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:9290
  960. SYMSVR11.EXE,  "Symantec BasicScript exe file",        Link:BASEFILES, TARGET, SIZE:6496
  961. ODBCINST.DLL,  "ODBC dll file",                        Link:BASEFILES, SYSTEM, SWITCH05 , DateTimeCheck, SIZE:6016
  962. ODBCINST.DLL,  "ODBC dll file",                        Link:BASEFILES, TARGET, SWITCH04 , SIZE:6016
  963. OLE2.REG,      "OLE registration file",                Link:BASEFILES, TARGET, SIZE:24598
  964. DBLOCK.DLL,    "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:3920
  965. SYMCON11.EBL,  "Symantec BasicScript dll file",        Link:BASEFILES, TARGET, SIZE:2896
  966. TL6.INI,       "Time Line ini file",                   Link:BASEFILES, WINDOWS, SWITCH05 , SIZE:623
  967.  
  968. [TLCOPY.disk4]
  969. TUTRIAL1.TU!,  "Time Line tutorial file",              Link:TUTORIAL,  TARGET4, SIZE:1413846
  970. TLDIALOG.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:354880
  971. VIEWBASE.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:343264
  972. TL6.HL!,       "Time Line help file",                  Link:BASEFILES, TARGET, ZIPDDIRS , SIZE:432609
  973. GUIDE2.GI!,    "Guide Line file",                      Link:GUIDE,     TARGET, SWITCH05 , ZIPDDIRS , SIZE:1170286
  974. WSQLEN.DLL,    "Time Line Data base dll file",         Link:BASEFILES, TARGET, SIZE:12240
  975.  
  976. [TLCOPY.disk5]
  977. TRANSFER.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:675104
  978. TUTRIAL5.TU!,  "Time Line tutorial file",              Link:TUTORIAL,  TARGET4, SIZE:1024536
  979. TUTRIAL2.TU!,  "Time Line tutorial file",              Link:TUTORIAL,  TARGET4, SIZE:998280
  980. RTSTARTW.EXE,  "Run time data base file",              Link:BASEFILES, TARGET, SIZE:399968
  981. SIMBA.DLL,     "ODBC dll file",                        Link:BASEFILES, TARGET, SIZE:469904
  982. ZIPDGID2.GID,  "Guide Line file",                      Link:GUIDE,     TARGET, SWITCH04 , SIZE:181265
  983. TLIMPEXP.EXE,  "Time Line 6.0 Import/Export",          Link:BASEFILES, TARGET, SIZE:485872
  984. TLREPORT.HLP,  "Time Line Reports help file",          Link:BASEFILES, TARGET, SIZE:22471
  985.  
  986. [TLCOPY.disk6]
  987. BCL.DLL,       "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:474432
  988. GLW.EX!,       "Guide Line exe file",                  Link:GUIDE,     TARGET, SWITCH05 , SIZE:169540
  989. GLW.EX!,       "Guide Line exe file",                  Link:GUIDE,     TARGET, SWITCH04 , SIZE:169540
  990. OLE2.DLL,      "Windows dll file",                     Link:BASEFILES, SYSTEM, SWITCH05 , DateTimeCheck, SIZE:313344
  991. OLE2.DLL,      "Windows dll file",                     Link:BASEFILES, TARGET, SWITCH04 , SIZE:313344
  992. RTSQLW.EXE,    "Run time SQL exe file",                Link:BASEFILES, TARGET, SIZE:208292
  993. EXCHANGE.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:333696
  994. TLPLACE.DLL,   "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:292509
  995. GUIDE1.GI!,    "Guide Line file",                      Link:GUIDE,     TARGET, SWITCH05 , SIZE:242371
  996. ZIPDGID1.GID,  "Guide Line file",                      Link:GUIDE,     TARGET, SWITCH04 , SIZE:88560
  997. WIDGETS.DLL,   "Time Line Dll file",                   Link:BASEFILES, TARGET, SIZE:167152
  998. TL6.EXE,       "Time Line exe file",                   Link:TLEXEFILE, TARGET, SIZE:589856
  999. TLQUICK.DLL,   "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:90912
  1000. TLREPORT.EXE,  "Time Line Reports",                    Link:BASEFILES, TARGET, SIZE:153696
  1001. SYMRUN11.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:153152
  1002. SYMCOM11.DLL,  "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:149648
  1003. SYMWRP11.EBL,  "Symantec BasicScript dll file",        Link:BASEFILES, TARGET, SIZE:12736
  1004.  
  1005. [TLCOPY.disk7]
  1006. REPORT.RP!,    "Time Line report files",               Link:BASEFILES, TARGET, ZIPDDIRS , SIZE:1132997
  1007. TLVIEWS.DLL,   "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:415008
  1008. ENGINE.DLL,    "Time Line dll file",                   Link:BASEFILES, TARGET, SIZE:403936
  1009. TLMACRO.HLP,   "Time Line 6.0 macro help",             Link:BASEFILES, TARGET, SIZE:627528
  1010. UXFDIF.DLL,    "Support dll for CRPE.DLL file",        Link:BASEFILES, TARGET, SIZE:20992
  1011.