home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00003 / s / stfsetup.in_ < prev    next >
INI File  |  1993-01-01  |  34KB  |  859 lines

  1. [Shell Commands]
  2.  
  3.         set-title  "Microsoft Project Setup"
  4.         read-syms  "General Variables"
  5.         detect     "Detect Variables"
  6.  
  7.  
  8. welcome = read-syms  "Welcome Variables"
  9.  
  10.         ui  start  WELCOME
  11.                     
  12.         ifstr      $(DLGEVENT) == "CONTINUE"
  13.             ui pop 1
  14.  
  15.                         Init-System     1, $(IniFileName)     ;;;  Copy Disincentive's Get Name/Org
  16.             ;; goto "get-dest"  ;; fall through
  17.         else   ;;  $(DLGEVENT) == "EXIT"
  18.             set  CurrentDialog = "welcome"
  19.             goto "quit"
  20.         endif
  21.  
  22.  
  23.  
  24. get-dest = read-syms  "Get Path Variables"
  25.         set EditTextIn = $(DEST)
  26.         set EditFocus  = "END"
  27.  
  28.         ui  start  GETPATH
  29.  
  30.         set  DEST  = $(EditTextOut)
  31.         set  DEST+ = $(EditPathOut)
  32.         set  WORKINGD  = $(EditTextOut)         ;set working dir same as dest
  33.         set  WORKINGD+ = $(EditPathOut)
  34.         ifstr      $(DLGEVENT) == "CONTINUE"
  35.                 ui pop 1
  36.                        ui start CHECKDRIVE
  37.                        ifstr $(DRIVEOK) == "NO"
  38.                 read-syms "Drive Error Variables"
  39.                 ui start PROJMESSAGE
  40.                 ui pop 1
  41.                 goto get-dest
  42.                        endif
  43.                        ui start CHECKDIR
  44.                        ifstr $(DIROK) == "NO"
  45.                           read-syms "Dir Error Variables"
  46.                           ui start PROJOPTMESSAGE
  47.                           ui pop 1
  48.                           ifstr $(PROCEED) == "NO"
  49.                                 goto get-dest
  50.                           endif
  51.                        else-ifstr $(DIROK) == "ROOTTYPE"
  52.                 read-syms "Roottype Error Variables"
  53.                 ui start PROJMESSAGE
  54.                 ui pop 1
  55.                 goto get-dest
  56.                        endif 
  57.                        ui start OLDVERSCHECK
  58.                        ifstr $(OLDERWINPROJ) == "YES"
  59.                           read-syms "OLDVERS Error Variables"
  60.                           ui start PROJOPTMESSAGE
  61.                           ui pop 1
  62.                           ifstr $(PROCEED) == "NO"
  63.                                 goto get-dest
  64.                           endif
  65.                        endif   
  66.                     ifstr $(WINVERS) == "3.0"
  67.                   goto "pick-option"
  68.                 endif
  69.             ;; goto "get-workd"  ;; fall through
  70.         else-ifstr $(DLGEVENT) == "BACK"
  71.             ui pop 1
  72.             goto "pick-option"       ;isn't this actually forward
  73.         else   ;;  $(DLGEVENT) == "EXIT"
  74.             set  CurrentDialog = "get-dest"
  75.             goto "quit"
  76.         endif
  77.  
  78. ;; store away the destination directory.
  79. set  OLDEST    = $(DEST)
  80. get-workd = read-syms "Working Directory Variables"
  81.  
  82.  
  83.  
  84.         set EditTextIn = $(DEST)
  85.         set EditFocus  = "END"
  86.  
  87.         ui  start  GETPATH
  88.         set  WORKINGD  = $(EditTextOut)
  89.              set  DEST      = $(WORKINGD)
  90.         set  WORKINGD+ = $(EditPathOut)
  91.         ifstr      $(DLGEVENT) == "CONTINUE"
  92.                 ui pop 1
  93.                        ifstr $(DEST) != $(OLDEST)
  94.                        ui start CHECKDRIVE
  95.                        ifstr $(DRIVEOK) == "NO"
  96.                 read-syms "Drive Error Variables"
  97.                 ui start PROJMESSAGE
  98.                 ui pop 1
  99.                 goto get-workd
  100.                        endif
  101.                        ui start CHECKDIR
  102.                        ifstr $(DIROK) == "NO"
  103.                           read-syms "Dir Error Variables"
  104.                           ui start PROJOPTMESSAGE
  105.                           ui pop 1
  106.                           ifstr $(PROCEED) == "NO"
  107.                                 goto get-workd
  108.                           endif
  109.                        else-ifstr $(DIROK) == "ROOTTYPE"
  110.                 read-syms "Roottype Error Variables"
  111.                 ui start PROJMESSAGE
  112.                 ui pop 1
  113.                 goto get-workd
  114.                        endif
  115.                        endif 
  116.  
  117.                       set DEST = $(OLDEST)              ;; Restore the dest directory value 
  118.             ;; goto "pick-option"  ;; fall through
  119.  
  120.         else-ifstr $(DLGEVENT) == "BACK"
  121.             ui pop 1
  122.             goto "pick-option"       ;isn't this acutally forward
  123.         else  ;; $(DLGEVENT) == "EXIT"
  124.             set  CurrentDialog = "get-workd"
  125.             goto "quit"
  126.         endif
  127.  
  128.  
  129. pick-option = read-syms  "Pick Option Variables"
  130.         set RadioDefault = $(ROptionCur)
  131.  
  132.  
  133.         ui  start  PICK
  134.  
  135.         set ROptionCur = $(ButtonChecked)
  136.         ifstr      $(DLGEVENT) == "CONTINUE"
  137.             ui pop 1
  138.                     ifstr  $(CUSTOM) == "YES"
  139.                                     ui start SETDEST
  140.                         goto "custom"
  141.                     else
  142.                      set OPTIONS-PICKED = {ON,ON,ON,ON,ON,ON}
  143.                                  ui start SETALLDEST
  144.                      ifstr $(SIZEERROR) == "YES"
  145.                         read-syms "Size Error Variables"
  146.                         ui start PROJMESSAGE
  147.                         ui pop 1
  148.                         goto custom
  149.                      else
  150.  
  151.                         ifstr $(NUMDICTS) == "2"   
  152.  
  153.                 getDictComp  =  read-syms "Get Dict Variables"
  154.                              ui start GETDICTNAMES
  155.                              ifstr $(ButtonChecked) == "1"
  156.                                 set DICT = $(DICT1)
  157.                              else 
  158.                                 set DICT = $(DICT2)
  159.                              endif
  160.  
  161.                              ui pop 1
  162.  
  163.                              ifstr $(DLGEVENT) != "CONTINUE"
  164.                                set CurrentDialog = "getDictComp"
  165.                                goto "quit"
  166.                              endif              
  167.  
  168.                         endif             
  169.  
  170.                         ui start PECTINFO
  171.                         goto "inst" 
  172.                      endif
  173.  
  174.                     endif
  175.         else   ;;  $(DLGEVENT) == "EXIT"
  176.             set  CurrentDialog = "pick-option"
  177.             goto "quit"
  178.         endif
  179.  
  180. custom      =  read-syms "Custom Variables"
  181.  
  182.              set CheckItemsIn = $(OPTIONS-PICKED)
  183.              ifstr $(DIFFDRIVES) == "YES"
  184.                     ifstr $(CUSTOM) == "YES"
  185.                       ui start PROJMESSAGE
  186.                       ui pop 1
  187.                     endif
  188.              endif
  189.  
  190.             read-syms "Size Error Variables"
  191. startCust   =  ui start OPTIONSCUSTOM
  192.              
  193.  
  194.              ifstr $(DLGEVENT) == "CONTINUE"
  195.  
  196.                 ifstr $(SIZEERROR) == "YES"
  197.                        ui start PROJMESSAGE
  198.                        ui pop 1
  199.                        goto startCust              
  200.                 endif                   
  201.                 ui pop 1
  202.  
  203.                     ifstr(I) *($(OPTIONS-PICKED), 6) == "ON"
  204.                               ifstr $(NUMDICTS) == "2"   
  205.  
  206.        getDict   =                     read-syms "Get Dict Variables"
  207.                                 ui start GETDICTNAMES
  208.                                 ifstr $(ButtonChecked) == "1"
  209.                                     set DICT = $(DICT1)
  210.                                 else 
  211.                                     set DICT = $(DICT2)
  212.                                 endif
  213.  
  214.                     ui pop 1
  215.                            ifstr $(DLGEVENT) == "CONTINUE"
  216.                                    goto preset
  217.                                 else
  218.                                    set CurrentDialog = "getDict"
  219.                                    goto "quit"
  220.                                 endif
  221.                               else
  222.                                 goto preset
  223.                               endif
  224.  
  225.                             endif
  226.  
  227. preset =                           ui start PECTINFO
  228.                                                             
  229. ;;                    ui pop 1
  230.                 ;; goto next dialog ... fall through
  231.         else   ;;  $(DLGEVENT) == "EXIT"
  232.                     set CurrentDialog = "custom"
  233.                     goto "quit"
  234.              endif
  235.              
  236.              
  237. inst =  install  "Install Script"
  238.  
  239.         ifstr      $(STF_INSTALL_OUTCOME) == "STF_SUCCESS"
  240.                    ifstr(I) *($(OPTIONS-PICKED), 1) == "ON"
  241.                      ui start REGISTERGRAPH
  242.               read-syms  "Happy-Ending Message Variables"
  243.                      ui start HAPPYENDING
  244.                      ui pop 1
  245.                      exit
  246.                     else
  247.               read-syms  "Exit-Success Message Variables"
  248.                     endif
  249.         else-ifstr $(STF_INSTALL_OUTCOME) == "STF_USERQUIT"
  250.             read-syms  "Exit-UserQuit Message Variables"
  251.         else   ;;  $(STF_INSTALL_OUTCOME) == "STF_FAILURE"
  252.             ifstr $(REGISTERED) == "YES"
  253.                    ifstr(I) *($(OPTIONS-PICKED), 1) == "ON"
  254.                      ui start REGISTERGRAPH
  255.               read-syms  "Happy-Ending Message Variables"
  256.                      ui start HAPPYENDING
  257.                      ui pop 1
  258.                      exit
  259.                     else
  260.               read-syms  "Exit-Success Message Variables"
  261.                     endif
  262.             else  ;; "STF_FAILURE" and Not REGISTERED
  263.                 read-syms  "Exit-Failure Message Variables"
  264.             endif
  265.         endif
  266.  
  267.         ui start REGISTERGRAPH
  268.         ui start INFO1
  269.         ui pop 1
  270.         exit
  271.  
  272.  
  273. quit  = ui  start  QUIT
  274.  
  275.         ifstr(i) $(DLGEVENT) == "CONTINUE"
  276.             ui   pop 1
  277.             goto $(CurrentDialog)
  278.         else
  279.             exit
  280.         endif
  281.  
  282.  
  283. ; 1.44Mb file locations
  284. [Source Media Descriptions]
  285.     1 = "Microsoft Project 3.0 Setup Disk", TAGFILE = stfsetup.ex_
  286.     2 = "Microsoft Project 3.0 Disk 2", TAGFILE = winproj.hl$
  287.     3 = "Microsoft Project 3.0 Disk 3", TAGFILE = graph.ex$
  288.  
  289. [Files 1]  ;Microsoft Project
  290.   EXE = 1, WINPROJ.EX$, RENAME="WINPROJ.EXE", SIZE=1629568, DATE=1993-01-01, TIME=1806
  291.     1, WINPROJ.DL$,  RENAME="WINPROJ.DLG", SIZE=251088, DATE=1993-01-01, TIME=278
  292.     3, DEWPROJ.EX$, RENAME="DEWPROJ.EXE", SIZE=108560, OVERWRITE=OLDER, DATE=1993-01-01, TIME=120
  293.     2, WINPROJ.HL$, RENAME="WINPROJ.HLP", SIZE=832242, DATE=1993-01-01, TIME=922
  294.     1, WINPROJ.INI, SIZE=1370, DEST=$(WORKINGD), OVERWRITE=NEVER, DATE=1993-01-01, !DECOMPRESS, TIME=2
  295.     1, VIEW.MPV, SIZE=70432, BACKUP="OLDVIEW.MPV", DEST=$(WORKINGD), DATE=1993-01-01, !DECOMPRESS, TIME=78
  296.     1, VIEW.MPV,  RENAME="BACKUP.MPV", SIZE=70432, DEST=$(WORKINGD), DATE=1993-01-01, !DECOMPRESS, TIME=78
  297.     1, CONVERT.EX$, RENAME="CONVERT.EXE", SIZE=51500, DATE=1993-01-01, TIME=57
  298.     1, REGLOAD.EX$, RENAME="REGLOAD.EXE", DEST=$(STF_CWDDIR), SIZE=21504, TIME=4
  299.     3, WINPROJ.GR$,    SIZE=1361, DEST=$(DEST), RENAME="WINPROJ.GRA", DATE=1993-01-01, TIME=2
  300.  
  301.  
  302. ;DLLs
  303.     2, COMMDLG.DL$, DEST=$(WinSysDir), RENAME="COMMDLG.DLL", SIZE=89152, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=99
  304.     2, DDEML.DL$, DEST=$(WinSysDir), RENAME="DDEML.DLL", SIZE=36864, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=41
  305.     2, OLECLI.DL$, DEST=$(WinSysDir), RENAME="OLECLI.DLL", SIZE=83456, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=92
  306.     2, OLESVR.DL$, DEST=$(WinSysDir), RENAME="OLESVR.DLL", SIZE=24064, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=27
  307.     1, SHELL.DL$, DEST=$(WinSysDir), RENAME="SHELL.DLL", SIZE=41600, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=46
  308.     2, SMALLE.FO$, DEST=$(WinSysDir), RENAME="SMALLE.FON", SIZE=26112, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=29
  309.  
  310. ;online files
  311.     1, README.WRI, DATE=1992-01-13, SIZE=14464, DATE=1993-01-01, !DECOMPRESS, TIME=16
  312.     2, COMMANDS.WR$, RENAME="COMMANDS.WRI", SIZE=120104, DATE=1993-01-01, TIME=133
  313.     1, CONVERT.WR$, RENAME="CONVERT.WRI", SIZE=6656, DATE=1993-01-01, TIME=7
  314.     2, DDEINFO.WR$, RENAME="DDEINFO.WRI", SIZE=50560, DATE=1993-01-01, TIME=56
  315.     2, FIELDS.WR$, RENAME="FIELDS.WRI", SIZE=81920, DATE=1993-01-01, TIME=91
  316.     2, MACROS.WR$, RENAME="MACROS.WRI", SIZE=66688, DATE=1993-01-01, TIME=74
  317.     2, MPXFILE.WR$, RENAME="MPXFILE.WRI", SIZE=42496, DATE=1993-01-01, TIME=47
  318.     1, NETWORK.WRI, RENAME="NETWORK.WRI", SIZE=15488, DATE=1993-01-01, !DECOMPRESS, TIME=17
  319.     2, PLOTTERS.WR$, RENAME="PLOTTERS.WRI", SIZE=11520, DATE=1993-01-01, TIME=13
  320.     2, Q&A.WR$, RENAME="Q&A.WRI", SIZE=22144, DATE=1993-01-01, TIME=25
  321.  
  322. [Files 2]  ;Online Tutorial
  323.     2, WPROJCBT.LE$, RENAME="WPROJCBT.LES", SIZE=1339248, DATE=1993-01-01, TIME=1483
  324.     2, WPROJCBT.CB$, RENAME="WPROJCBT.CBT", SIZE=116624, DATE=1993-01-01, TIME=129
  325.     2, CBTLIB3.DL$, RENAME="CBTLIB3.DLL", SIZE=16608, DATE=1993-01-01, TIME=18
  326.     2, CBTVIEW.MP$, RENAME="CBTVIEW.MPV", SIZE=44200, DATE=1993-01-01, TIME=49
  327.     2, CUCHLO.MP$, RENAME="CUCHLO.MPV", SIZE=44704, DATE=1993-01-01, TIME=50
  328.     2, TRACK.MP$, RENAME="TRACK.MPV", SIZE=45153, DATE=1993-01-01, TIME=50
  329.     2, VSPT0MV.MP$, RENAME="VSPT0MV.MPP", SIZE=19852, DATE=1993-01-01, TIME=22
  330.     2, VSPT1MV.MP$, RENAME="VSPT1MV.MPP", SIZE=8841, DATE=1993-01-01, TIME=10
  331.     2, VSPT2MV.MP$, RENAME="VSPT2MV.MPP", SIZE=11926, DATE=1993-01-01, TIME=13
  332.     2, VSPT3MV.MP$, RENAME="VSPT3MV.MPP", SIZE=6758, DATE=1993-01-01, TIME=7
  333.     2, VSPT4MV.MP$, RENAME="VSPT4MV.MPP", SIZE=18280, DATE=1993-01-01, TIME=20
  334.     2, VSPT5MV.MP$, RENAME="VSPT5MV.MPP", SIZE=4494, DATE=1993-01-01, TIME=5
  335.     2, VSPT6MV.MP$, RENAME="VSPT6MV.MPP", SIZE=16397, DATE=1993-01-01, TIME=18
  336.     2, VSPT7MV.MP$, RENAME="VSPT7MV.MPP", SIZE=14450, DATE=1993-01-01, TIME=16
  337.     2, VSPT8MV.MP$, RENAME="VSPT8MV.MPP", SIZE=14027, DATE=1993-01-01, TIME=16
  338.     
  339. [Files 3]  ;PlanningWizards
  340.     2, PLANNING.WI$, RENAME="PLANNING.WIZ", SIZE=452058, DATE=1993-01-01, TIME=501
  341.     2, WPROJCBT.CB$, RENAME="WPROJCBT.CBT", SIZE=116624, DATE=1993-01-01, TIME=129
  342.     2, CBTLIB3.DL$, RENAME="CBTLIB3.DLL", SIZE=16608, DATE=1993-01-01, TIME=18
  343.     2, NEWPROJ.MP$, RENAME="NEWPROJ.MPV", SIZE=8180, DATE=1993-01-01, TIME=9
  344.     2, RESALLOC.MP$, RENAME="RESALLOC.MPV", SIZE=7971, DATE=1993-01-01, TIME=9
  345.  
  346. [Files 4]  ;Sample Files
  347.     3, SAMPVIEW.WR$, RENAME="SAMPVIEW.WRI", DEST=$(DEST+)"LIBRARY", SIZE=54656, DATE=1993-01-01, TIME=61
  348.     3, SAMPPROJ.WR$, RENAME="SAMPPROJ.WRI", DEST=$(DEST+)"LIBRARY", SIZE=2560, DATE=1993-01-01, TIME=3
  349.  
  350. ;Sample View Files
  351.     3, RESMGMT.MP$, RENAME="RESMGMT.MPV", DEST=$(WORKINGD), SIZE=74822, DATE=1993-01-01, TIME=83
  352.     3, RESMGMT.MP$, RENAME="RESMGMT.MPV", DEST=$(DEST+)"LIBRARY", SIZE=74822, DATE=1993-01-01, TIME=83
  353.     3, RESGRAPH.MP$, RENAME="RESGRAPH.MPV", DEST=$(WORKINGD), SIZE=71827, DATE=1993-01-01, TIME=80
  354.     3, RESGRAPH.MP$, RENAME="RESGRAPH.MPV", DEST=$(DEST+)"LIBRARY", SIZE=71827, DATE=1993-01-01, TIME=80
  355.     3, COST.MP$, RENAME="COST.MPV", DEST=$(WORKINGD), SIZE=71859, DATE=1993-01-01, TIME=80
  356.     3, COST.MP$, RENAME="COST.MPV", DEST=$(DEST+)"LIBRARY", SIZE=71859, DATE=1993-01-01, TIME=80
  357.     3, ROLLUP.MP$, RENAME="ROLLUP.MPV", DEST=$(WORKINGD), SIZE=69332, DATE=1993-01-01, TIME=77
  358.     3, ROLLUP.MP$, RENAME="ROLLUP.MPV", DEST=$(DEST+)"LIBRARY", SIZE=69332, DATE=1993-01-01, TIME=77
  359.     
  360.     1, VIEW.MPV, RENAME="DEFAULT.MPV", DEST=$(DEST+)"LIBRARY", SIZE=70432, DATE=1993-01-01, !DECOMPRESS, TIME=78
  361.     3, EASY.MP$, RENAME="EASY.MPV", DEST=$(DEST+)"LIBRARY", SIZE=70935, DATE=1993-01-01, TIME=79
  362.     3, ENTRY.MP$, RENAME="ENTRY.MPV", DEST=$(DEST+)"LIBRARY", SIZE=72211, DATE=1993-01-01, TIME=80
  363.     3, PERTS.MP$, RENAME="PERTS.MPV", DEST=$(DEST+)"LIBRARY", SIZE=71768, DATE=1993-01-01, TIME=79
  364.     3, TRACKING.MP$, RENAME="TRACKING.MPV", DEST=$(DEST+)"LIBRARY", SIZE=75855, DATE=1993-01-01, TIME=84
  365.  
  366. ;Sample project Files
  367.     3, AERO.MP$, RENAME="AERO.MPP", DEST=$(DEST+)"LIBRARY", SIZE=38518, DATE=1993-01-01, TIME=43
  368.     3, BUILD.MP$, RENAME="BUILD.MPP", DEST=$(DEST+)"LIBRARY", SIZE=19436, DATE=1993-01-01, TIME=17
  369.     3, DATABASE.MP$, RENAME="DATABASE.MPP", DEST=$(DEST+)"LIBRARY", SIZE=15681, DATE=1993-01-01, TIME=17
  370.     3, PRODUCT.MP$, RENAME="PRODUCT.MPP", DEST=$(DEST+)"LIBRARY", SIZE=24679, DATE=1993-01-01, TIME=27
  371.     3, PUBLISH.MP$, RENAME="PUBLISH.MPP", DEST=$(DEST+)"LIBRARY", SIZE=27653, DATE=1993-01-01, TIME=31
  372.     3, PUBLISH.MP$, RENAME="SAMPLE.MPP", DEST=$(WORKINGD), SIZE=27653, DATE=1993-01-01, TIME=31
  373.     3, TRAINING.MP$, RENAME="TRAINING.MPP", DEST=$(DEST+)"LIBRARY", SIZE=29991, DATE=1993-01-01, TIME=33
  374.  
  375. ;Sample Macros
  376.     3, SAMPLES.WR$, RENAME="SAMPLES.WRI", DEST=$(DEST+)"SAMPLES.DDE", SIZE=34432, DATE=1993-01-01, TIME=38
  377. ;Analyzer VB application
  378.     3, ABOUTBOX.FR$, RENAME="ABOUTBOX.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=7506, DATE=1993-01-01, TIME=8
  379.     3, ANALYZER.EX$, RENAME="ANALYZER.EXE", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=45903, DATE=1993-01-01, TIME=50
  380.     3, ANALYZER.MA$, RENAME="ANALYZER.MAK", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=154, DATE=1993-01-01, TIME=1
  381.     3, GLOBAL.BA$, RENAME="GLOBAL.BAS", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=13328, DATE=1993-01-01, TIME=15
  382.     3, GREETING.FR$, RENAME="GREETING.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=7377, DATE=1993-01-01, TIME=8
  383.     3, LIST.FR$, RENAME="LIST.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=3753, DATE=1993-01-01, TIME=4
  384.     3, MAIN.FR$, RENAME="MAIN.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=12114, DATE=1993-01-01, TIME=13
  385.     3, TOPICLST.FR$, RENAME="TOPICLST.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=6304, DATE=1993-01-01, TIME=7
  386.     3, VBRUN100.DL$, RENAME="VBRUN100.DLL", DEST=$(WinDir), SIZE=271264, DATE=1993-01-01, TIME=300
  387. ;LateDate VB application
  388.     3, LATEDATE.EX$, RENAME="LATEDATE.EXE", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=24098, DATE=1993-01-01, TIME=27
  389.     3, LATEDATE.FR$, RENAME="LATEDATE.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=30850, DATE=1993-01-01, TIME=34
  390.     3, LATEDATE.MA$, RENAME="LATEDATE.MAK", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=46, DATE=1993-01-01, TIME=1
  391.     
  392. ;PERT Analysis Excel Macro
  393.     3, PROJPERT.MP$, RENAME="PROJPERT.MPV", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=43363, DATE=1993-01-01, TIME=48
  394.     3, PROJPERT.XL$, RENAME="PROJPERT.XLM", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=13168, DATE=1993-01-01, TIME=15
  395. ;Tracking Excel Macro
  396.     3, TRACKING.XL$, RENAME="TRACKING.XLM", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=26241, DATE=1993-01-01, TIME=29
  397. ;Cross Tab Excel Macro
  398.     3, PROJXTAB.XL$, RENAME="PROJXTAB.XLM", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=23324, DATE=1993-01-01, TIME=26
  399. ;Inflation Factors Excel Macro
  400.     3, INFLATE.MP$, RENAME="INFLATE.MPV", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=8714, DATE=1993-01-01, TIME=10
  401.     3, INFLATEA.XL$, RENAME="INFLATE.XLA", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=48007, DATE=1993-01-01, TIME=53
  402.     3, INFLATEM.XL$, RENAME="INFLATE.XLM", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=48003, DATE=1993-01-01, TIME=53
  403.     3, INFLATES.XL$, RENAME="INFLATE.XLS", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=5757, DATE=1993-01-01, TIME=6
  404. ;Table Word Macro
  405.     3, PRJTABLE.DO$, RENAME="PRJTABLE.DOT", DEST=$(DEST+)"SAMPLES.DDE\WORD", SIZE=6174, DATE=1993-01-01, TIME=7
  406.  
  407.  
  408. [Files 5]  ;MS Graph
  409.     3, GRAPH.EX$,     SIZE=550912, RENAME="GRAPH.EXE", DATE=1992-01-09, OVERWRITE=OLDER, TIME=610
  410.     3, MSGRAPH.HL$,     SIZE=297500, RENAME="MSGRAPH.HLP", DATE=1992-01-09, OVERWRITE=OLDER, TIME=330
  411.  
  412. [Spell Dll]
  413.     3, MSSPELL.DL$, RENAME="MSSPELL.DLL", SIZE=76800, DATE=1991-08-29, OVERWRITE=OLDER, TIME=85
  414.  
  415. [Dict 1]
  416.     3, MSSP_AM.LE$, RENAME="MSSP_AM.LEX", SIZE=176839, DATE=1991-04-02, OVERWRITE=OLDER, TIME=196
  417.  
  418. [Dict 2]
  419.     3, MSSP_BR.LE$, RENAME="MSSP_BR.LEX", SIZE=176298, DATE=1991-02-28, OVERWRITE=OLDER, TIME=195
  420.  
  421.  
  422. [Install Script]
  423.     Set REGISTERED = "NO"    ;variable to see if we have done the registration yet
  424.  
  425.     CreateDir    $(DEST)
  426.     CreateDir    $(WORKINGD)      ;might be same as Dest dir
  427.  
  428.        ifstr(I) *($(OPTIONS-PICKED), 1) == "ON"
  429.              AddSectionFilesToCopyList    "Files 1"   $(STF_SRCDIR) $(DEST)
  430.  
  431.        Endif
  432.        ifstr(I) *($(OPTIONS-PICKED), 2) == "ON"
  433.              AddSectionFilesToCopyList    "Files 2"   $(STF_SRCDIR) $(DEST)"\WPROJCBT.CBT"
  434.        Endif
  435.        ifstr(I) *($(OPTIONS-PICKED), 3) == "ON"
  436.              AddSectionFilesToCopyList    "Files 3"   $(STF_SRCDIR) $(DEST)"\WPROJCBT.CBT"
  437.        Endif
  438.        ifstr(I) *($(OPTIONS-PICKED), 4) == "ON"
  439.         AddSectionFilesToCopyList    "Files 4"   $(STF_SRCDIR)  $(DEST)
  440.        Endif
  441.  
  442.  
  443.        ifstr(I) *($(OPTIONS-PICKED), 5) == "ON"
  444.              ifstr $(GRAPHPATH) != "NOCOPY"
  445.             CreateDir               $(GRAPHPATH)
  446.             AddSectionFilesToCopyList    "Files 5"   $(STF_SRCDIR)  $(GRAPHPATH)
  447.              endif
  448.        Endif
  449.  
  450.        ifstr(I) *($(OPTIONS-PICKED), 6) == "ON"
  451.              ifstr $(SPELLCOPY) != "NOCOPY"
  452.                      AddSectionFilesToCopyList  "Spell Dll"  $(STF_SRCDIR)  $(SPELLPATH)               
  453.                     else
  454.               CreateDir                    $(SPELLPATH) 
  455.                     endif
  456.  
  457.                     
  458.                     ifstr $(DICT) == $(DICT1)
  459.                     AddSectionFilesToCopyList    "Dict 1"   $(STF_SRCDIR)  $(SPELLPATH)               
  460.  
  461.                     else
  462.                    AddSectionFilesToCopyList    "Dict 2"   $(STF_SRCDIR)  $(SPELLPATH)               
  463.  
  464.                     endif                           
  465.        Endif
  466.  
  467.  
  468.     CopyFilesInCopyList
  469.  
  470.     set INI = $(DEST+)"winproj.ini"
  471.  
  472.     ifstr(I) *($(OPTIONS-PICKED), 6) == "ON"    ;;added to added spelling to win.ini
  473.        ifstr $(SpellIniEntry) == "NO"
  474.             CreateIniSection "WIN.INI" "MS Proofing Tools" 
  475.        endif 
  476.  
  477.  
  478.        ; Remove the spell line from the winproj.ini in case it is an old one.
  479.        RemoveIniKey $(WORKINGD)"\WINPROJ.INI" "Microsoft Project" "Speller" 
  480.  
  481.        ifstr $(DICT) == $(DICT1)
  482.              CreateIniKeyValue $(WORKINGD)"\WINPROJ.INI" "Microsoft Project" "Speller" "Spelling 1033,0" O V
  483.         CreateIniKeyValue "WIN.INI" "MS Proofing Tools" "Spelling 1033,0" $(SPELLPATH)"\msspell.dll,"$(SPELLPATH)"\"$(DICT) O V
  484.        else
  485.              CreateIniKeyValue $(WORKINGD)"\WINPROJ.INI" "Microsoft Project" "Speller" "Spelling 2057,0" O V
  486.         CreateIniKeyValue "WIN.INI" "MS Proofing Tools" "Spelling 2057,0" $(SPELLPATH)"\msspell.dll,"$(SPELLPATH)"\"$(DICT) O V
  487.        endif
  488.     Endif
  489.  
  490.     CreateIniKeyValue "WIN.INI" "Extensions" "mpp" $(DEST+)"winproj.exe ^.mpp" O V
  491.     CreateIniKeyValue "WIN.INI" "Extensions" "mpv" $(DEST+)"winproj.exe ^.mpv" O V
  492.     CreateIniKeyValue "WIN.INI" "Extensions" "mpc" $(DEST+)"winproj.exe ^.mpc" O V
  493.     CreateIniKeyValue "WIN.INI" "Extensions" "mpw" $(DEST+)"winproj.exe ^.mpw" O V
  494.     CreateIniKeyValue "WIN.INI" "Extensions" "mpx" $(DEST+)"winproj.exe ^.mpx" O V
  495.  
  496.  
  497.        ifstr(I) *($(OPTIONS-PICKED), 1) == "ON"
  498.         Close-System "Files 1", "EXE", $(DEST), "501", "500"
  499.         Set REGISTERED = "YES"    ;we've done the registration now
  500.  
  501.         ifstr $(WINVERS) == "3.0"
  502.             CreateIniKeyValue "WIN.INI" "fonts" "Small Fonts (VGA res)" "SMALLE.FON" O V
  503.         endif
  504.  
  505.         CreateProgManGroup "Microsoft Project" ""
  506.         ShowProgManGroup   "Microsoft Project" 1
  507.         
  508.         ifstr $(WINVERS) == "3.0"
  509.            CreateProgManItem  "Microsoft Project" "Microsoft Project" $(DEST+)"winproj.exe"
  510.         else
  511.            CreateProgManItem  "Microsoft Project" "Microsoft Project,"$(DEST+)"winproj.exe,0,40,0,"$(WORKINGD)   $(DEST+)"winproj.exe"
  512.         endif
  513.         
  514.         CreateProgManItem  "Microsoft Project" "Read Me" "write.exe "$(DEST+)"readme.wri"
  515.         CreateProgManItem  "Microsoft Project" "Common Questions & Answers" "write.exe "$(DEST+)"Q&A.wri"
  516.  
  517.     Endif
  518.  
  519.     exit
  520.  
  521.  
  522. [General Variables]
  523.         SPELLCOPY    = "Yes"           ;; Do we want to copy spell or not
  524.        ONSYMBOL   = "on"            ;; Internationalize this depending on language.   
  525.        NUMDICTS   = "2"             ;; set to the number of dictionaries 
  526.        DICT       = "mssp_am.lex"   ;; default dictionary.
  527.        DICT1      = "mssp_am.lex"
  528.        DICT2      = "mssp_br.lex"
  529.        COUNTRY1   = "1"             ;; windows country code of dict 1
  530.        COUNTRY2   = "44"             ;; windows country code of dict 2
  531.        ; the above four are the names and country codes of the spell files.
  532.        STF_INSTALL_OUTCOME = "Nothing"
  533.     ContBut    = "&Continue"
  534.     ExitBut    = "E&xit"
  535.     BackBut    = "&Back"
  536.     HelpBut    = "&Help"
  537.  
  538.     HelpTitle  = "Microsoft Project 3.0 Setup Help"
  539.     HContBut   = "OK"
  540.  
  541.     QuitTitle  = "Microsoft Project 3.0 Setup"
  542.     QuitText1  = "The Setup program is not complete.  If you quit the Setup 
  543.             program now, Microsoft Project 3.0 will not be installed.\n
  544.             \n
  545.             You can run the Setup program at a later time to complete 
  546.             the installation of Microsoft Project.\n
  547.             \n
  548.             To continue installing Microsoft Project, choose the Resume button.\n\n
  549.             To quit the Setup program, choose the Exit button."
  550.     QContBut   = "&Resume"
  551.     QExitBut   = "E&xit"
  552.  
  553.     ROptionCur = 1   ;; default for option
  554.  
  555.        GRAPHMAJNUM = "3"
  556.        GRAPHMINNUM = "0"
  557.  
  558.        SPELLMAJNUM = "1"
  559.        SPELLMINNUM = "0"
  560.  
  561.        WINVERS    = ""
  562.     DEST       = C:\\WINPROJ    ;; default for destination dir
  563.     DEST+      = C:\\WINPROJ\\  ;; synchronized with $(DEST) but ends in slash
  564.  
  565.        ;; name of the ini file. Shouldn't need to be internationalized.
  566.        IniFileName = "setup.ini"
  567.  
  568.        ;; date if the ini file. Used to see whether or not we have run setup before
  569.        IniFileDate = "1991-08-12"
  570.  
  571. [Detect Variables]
  572.     WinDir = "C:\WINDOWS\" ? DETCMD.DLL, GetWindowsDir
  573.     WinSysDir = "C:\WINDOWS\SYSTEM" ? DETCMD.DLL, GetWindowsSysDir
  574.     SpellIniEntry = "YES" ? DETCMD.DLL, DoesIniSectionExist "WIN.INI" "MS Proofing Tools" 
  575.  
  576. [Welcome Variables]
  577.        WelcomeTitle = "Welcome to Microsoft Project 3.0 Setup"
  578.        WelcomeTxt1  = "This Setup program makes it easy for you to install Microsoft 
  579.                 Project 3.0 on your computer. Each Setup window contains 
  580.                 basic instructions for completing a step in the installation 
  581.                 process."
  582.  
  583.        WelcomeTxt2  = "\nTo install Microsoft Project 3.0 on your computer, choose 
  584.                 the Continue button."
  585.        WelcomeTxt3  = "To quit the Setup program at any time, choose the Cancel 
  586.                 Setup button. Whenever a Setup window displays a Help 
  587.                 button, you can choose the Help button for more information."
  588.  
  589.       FirstCDText = "Type your full name in the Name box.  You can also 
  590.                 type the name of your company in the Company box, if you 
  591.                 are using this product for business purposes.  The Setup 
  592.                 program uses these names for subsequent installations of 
  593.                 Microsoft Project."
  594.  
  595.     SecondCDText = ""
  596.  
  597.        STF_BACK_ENABLED = "OFF"
  598.  
  599.  
  600. [Get Path Variables]
  601.        SPELLPATH  = "\\MSAPPS\PROOF"
  602.        GRAPHPATH  = "\\MSAPPS\MSGRAPH"
  603.        ExitBut    = "Cance&l Setup"
  604.  
  605.        
  606.     GetPTitle  = "Microsoft Project Installation Location"
  607.     GetPLabel  = "L&ocation:"
  608.     GetPText1  = "Setup is ready to install Microsoft Project files in the 
  609.             directory displayed in the\n
  610.             Location box."
  611.     GetPText2  = "To accept the suggested location, choose the Continue button. 
  612.             To change the suggested location, press the BACKSPACE key to delete characters, 
  613.             type the name of the drive and directory where you want to install Microsoft Project 
  614.             in the Location box, and then choose the Continue button." 
  615.     
  616.     GetPathMessBoxTitle = "Microsoft Project 3.0 Setup"
  617.     GetPathMessBoxText  = "The location you entered is not a valid pathname."
  618.     
  619.     HelpTitle  = "Help for Installation Location"
  620.     HelpText1  = "Setup suggests you install Microsoft Project in the directory\n
  621.             where an earlier version of Microsoft Project exists or in the\n
  622.             C:\WINPROJ directory.\n
  623.             \n
  624.             To change the installation location for Microsoft Project on\n
  625.             your hard disk, type a drive letter (usually C), a : (colon),\n
  626.             a \ (backslash), and then the name of the directory where you\n
  627.             want to install Microsoft Project.  For example, type C:\WINPROJ.\n
  628.             \n
  629.             If you are not sure where you want to install Microsoft Project,\n
  630.             choose the Continue button to accept the suggested location."
  631.     
  632.     STF_BACK_ENABLED = "NO"
  633.  
  634. [Working Directory Variables]
  635.     GetPTitle  = "Working Directory for Microsoft Project"
  636.     GetPLabel  = "&Working Directory:"
  637.     GetPText1  = "Please enter a working directory for Microsoft Project.  If you are 
  638.             not sure which directory to use as your working directory, 
  639.             choose the Continue button to accept the suggested location."
  640.     GetPText2  = "\n
  641.             To change the suggested location, press the BACKSPACE 
  642.             key to delete characters, type the name of the drive 
  643.             and directory you want to use as your working directory 
  644.             for Microsoft Project in the Working Directory box, 
  645.             and then choose the Continue button." 
  646.  
  647.     GetPathMessBoxTitle = "Microsoft Project 3.0 Setup"
  648.     GetPathMessBoxText  = "The location you entered is not a valid pathname."
  649.  
  650.     HelpTitle  = "Help for Working Directory"
  651.     HelpText1  = "A working directory is the directory where Microsoft 
  652.             Project will look for files when it starts.\n
  653.             \n
  654.             Setup suggests you use the same directory in which you installed  
  655.             Microsoft Project as your working directory.\n
  656.             \n
  657.             To change the working directory for Microsoft Project, 
  658.             type a drive letter (usually C), a : (colon), a \ (backslash), 
  659.             and then the name of the directory you want as your 
  660.             working directory in the Working Directory box.  For example, type C:\WINPROJ.\n
  661.             \n
  662.             If you are not sure which directory to use as your working directory, 
  663.             choose the Continue button to accept the suggested location."
  664.     
  665.     STF_BACK_ENABLED = "NO"
  666.  
  667.  
  668.  
  669. [Pick Option Variables]
  670.        CUSTOM     = ""
  671.        TOTALWINSIZE  = "1375"
  672.        TOTALOTHERSIZE = "7450"
  673.          APPWINSIZE = "295"
  674.          APPREGSIZE = "3370"
  675.        SIZEERROR      = ""
  676.        DIFFDRIVES  = ""
  677.     RadioTitle = "Installation Options"
  678.     RadioText1 = "For a complete installation of all Microsoft Project features, choose the Complete 
  679.             Installation button."
  680.     RadioText2 = "If you only want to install part of Microsoft Project to save space on 
  681.             your hard disk, choose the Custom Installation button." 
  682.     CompBut      = "&Complete Installation"
  683.     CustBut      = "C&ustom Installation"
  684.     HelpText1  = "To install all of the Microsoft Project features, choose 
  685.             the Complete Installation button.\n
  686.             \n
  687.             To install selected Microsoft Project features, choose the 
  688.             Custom Installation button.  The Setup program displays the Microsoft 
  689.             Project Custom Install Options table.  You can select or clear the 
  690.             options you want."
  691.  
  692.     STF_BACK_ENABLED = "NO"
  693.     OptionsGreyed = {}
  694.  
  695. [Get Dict Variables]
  696.     RadioTitle = "Dictionary Options"
  697.     RadioText1 = "Please select the dictionary you want Microsoft Project to 
  698.                 use as the spelling checker for your project files."
  699.     RadioText2 = ""
  700.        RBut1      = "&American English Dictionary"
  701.        RBut2      = "&British English Dictionary" 
  702.     ContBut      = "&Continue"
  703.     ExitBut      = "Cance&l Setup"
  704.     HelpText1  = "The Microsoft Project spelling checker feature checks the 
  705.             spelling of terms in your project files.\n\n
  706.             You can install either the American English 
  707.             Dictionary or the British English Dictionary.  Microsoft 
  708.             Project can use either dictionary as a reference for checking 
  709.             the spelling in your files."
  710.     STF_BACK_ENABLED = "NO"
  711.     OptionsGreyed = {}
  712.  
  713. [Size Error Variables]
  714.          MBoxTitle    = "Not Enough Free Disk Space"
  715.        MessageText1 = "There is not enough free disk space for Setup to 
  716.                 continue with the installation.  Clear some 
  717.                 of the selected options or free up disk space, 
  718.                 and then run the Setup program again."
  719.  
  720.        MessageText2 = ""
  721.  
  722. [Drive Error Variables]
  723.          MBoxTitle    = "Setup Error"
  724.        MessageText1 = "Setup cannot install Microsoft Project on the drive you 
  725.                 entered.  Please specify a valid drive letter."
  726.  
  727.        MessageText2 = ""
  728.  
  729.  
  730. [Shelldll Error Variables] ; This error should never occur
  731.          MBoxTitle    = "Setup Error"
  732.        MessageText1 = "Setup cannot find the shell.dll file which is needed for the Setup program.\n
  733.                 For instructions on installing the shell.dll file please phone 
  734.                 Microsoft Project Product Support at the number listed in 
  735.                 the Microsoft Project User's Reference. "
  736.  
  737.        MessageText2 = ""
  738.  
  739.  
  740. [Roottype Error Variables]
  741.          MBoxTitle    = "Setup Error"
  742.        MessageText1 = "Setup cannot install Microsoft Project in the directory you entered. 
  743.                 Please specify a valid directory."
  744.  
  745.        MessageText2 = ""
  746.  
  747. [Dir Error Variables]
  748.          MBoxTitle    = "Directory Does Not Exist"
  749.        MessageText1 = "The directory you entered does not exist."
  750.        
  751.        MessageText2 = "Do you want Setup to create the directory?"
  752.  
  753.  
  754.         MContBut      = "&Yes"
  755.         MExitBut      = "&No"       
  756.  
  757. [OLDVERS Error Variables]
  758.          MBoxTitle    = "Previous Version of Microsoft Project"
  759.        MessageText1 = "The Setup program has detected an existing version of Microsoft Project 
  760.                 in the installation directory.\n
  761.                 \n
  762.                 To overwrite the Microsoft Project program files in the installation 
  763.                 directory with the Microsoft Project 3.0 program files, choose the 
  764.                 Continue button."
  765.  
  766.        MessageText2 = "If you want to keep your existing version of Microsoft Project, 
  767.                 choose the Change Directory button, and then enter a different 
  768.                 installation directory.  You will want to keep your previous version 
  769.                 of Microsoft Project if you use Resource Sharing so that you can 
  770.                 convert your files for use with Microsoft Project 3.0."
  771.  
  772.         MContBut      = "&Continue"
  773.         MExitBut      = "Change &Directory"         
  774.  
  775. [Custom Variables]
  776.        MessageText1 = "The Setup program needs to install some files to your Windows 
  777.                     directory, but it has detected that the Windows  
  778.                     location is on a different hard disk than the one 
  779.                     on which you chose to install Microsoft Project."
  780.        MessageText2 = "The next Setup option will show you the space required on 
  781.                     each of these hard drives."
  782.  
  783.        MBoxTitle    = "Microsoft Project 3.0 Setup"
  784.        OPTIONS-PICKED      = {ON, ON, ON, ON, ON,ON}
  785.        Size-List           = {3665,1685,590,1810,830,250}
  786.        ChkBoxTitle = "Custom Installation Options"
  787.        CheckBox1   = "&Microsoft Project"
  788.        CheckBox2   = "&Tutorial"
  789.        CheckBox3   = "&PlanningWizards"
  790.        CheckBox4   = "Sample &Files"
  791.        CheckBox5   = "Microsoft &Graph"
  792.        CheckBox6   = "&Spelling Checker"
  793.        ChkBoxText1 = "Microsoft Project Custom Installation Options"
  794.        ChkBoxText2 = "Select the options you want to install, and then choose 
  795.                    the Install Now button."
  796.        SpaceRequired = "Space Required:"
  797.        SpaceAvail    = "Space Available:"
  798.        ContBut     = "&Install Now"
  799.        ExitBut     = "Cance&l Setup"
  800.        Features    = "Options:"
  801.        FileSizes   = "File Sizes:"
  802.        HelpTitle   = "Help for Custom Installation"
  803.        HelpText1   = "You can perform a complete installation of Microsoft Project, or a 
  804.                 partial one. The Setup program lists the Microsoft Project options 
  805.                 you can choose. Not installing certain features will save disk 
  806.                 space, however you will lose functionality. It is recommended that 
  807.                 you perform a complete installation of Microsoft Project.\n
  808.                 \n
  809.                 To create space on your hard disk, you can choose the Cancel Setup 
  810.                 button, remove other files from your hard disk, run Setup again, and 
  811.                 choose the Complete Installation button, or select fewer Microsoft 
  812.                 Project features by clearing the check box next to the options you 
  813.                 don't want to install, and then choose the Install Now button."
  814.                 
  815.        OptionsGreyed = {}
  816.  
  817.  
  818. [Exit-Success Message Variables]
  819.     InfoTitle  = "Microsoft Project 3.0 Setup"
  820.     InfoText1  = "\nSuccessful Microsoft Project 3.0 installation!\n
  821.             \n
  822.             Be sure to register by returning your Registration card today!  
  823.             This will give you free phone support and reduced prices on 
  824.             Microsoft Project upgrades and add-ons."
  825.     ContBut    = "E&xit"
  826.     STF_BACK_ENABLED = "NO"
  827.  
  828. [Happy-Ending Message Variables]
  829.        LastText1  = "Successful Microsoft Project 3.0 installation!"
  830.        LastText2  = "Be sure to register by returning your Registration 
  831.             card today!  This will give you free phone support 
  832.             and reduced prices on Microsoft Project upgrades 
  833.             and add-ons."
  834.        LastText3  = "To apply changes made during setup, you should 
  835.             restart Windows.\n
  836.             \n
  837.             Choose the Exit Setup button to return to Windows."
  838.        LContBut   = "E&xit Setup"
  839.        LExitBut   = "E&xit To Windows"
  840.        InfoTitle  = "Microsoft Project 3.0 Setup"
  841.  
  842. [Exit-UserQuit Message Variables]
  843.     InfoTitle  = "Microsoft Project 3.0 Setup"
  844.     InfoText1  = "\nMicrosoft Project is not properly installed.\n
  845.             You will need to run the Setup program again to install 
  846.             Microsoft Project 3.0."
  847.     ContBut    = "E&xit"
  848.     STF_BACK_ENABLED = "NO"
  849.  
  850.  
  851. [Exit-Failure Message Variables]
  852.     InfoTitle  = "Setup Error"
  853.     InfoText1  = "\nUnsuccessful installation...\n
  854.             \n
  855.             Please phone Microsoft Project Product Support at 
  856.             the number listed in the Microsoft Project User's Reference."
  857.     ContBut    = "E&xit"
  858.     STF_BACK_ENABLED = "NO"
  859.