home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 May / maximum-cd-1999-05.iso / Utilities / Automation / ClockMan95 / SETUP.EXE / script.bin / script.txt
Encoding:
Text File  |  1998-06-09  |  55.8 KB  |  1,186 lines

  1. object TProject
  2.   Features = [esfBasic, esfBackground, esfLicenseAgreement, esfFolders, esfFiles, esfShortcuts, esfReadMe, esfActions]
  3.   Mode = pmSetup
  4.   Actions = <
  5.     item
  6.       ActionType = atRunApplication
  7.       Directory = '$(ApplicationDir)'
  8.       Parameters = '-I CSMain $(ApplicationDir)\clockman.hlp'
  9.       Command = 'winhlp32.exe'
  10.     end
  11.     item
  12.       ActionType = atRunApplication
  13.       Directory = '$(ApplicationDir)'
  14.       Command = '$(ApplicationDir)\clok-chg.txt'
  15.     end
  16.     item
  17.       ActionType = atRunApplication
  18.       ActionPhase = apAfterInit
  19.       Directory = '$(SourceDir)'
  20.       Parameters = '/kAlrm_Main'
  21.       Options = [aoWaitForTermination]
  22.       Command = '$(SourceDir)\setutil.exe'
  23.     end
  24.     item
  25.       ActionType = atCopyFile
  26.       ActionPhase = apAfterInit
  27.       DestinationFile = '$(TempDir)\setutil.exe'
  28.       SourceFile = '$(SourceDir)\setutil.exe'
  29.     end
  30.     item
  31.       ActionType = atRunApplication
  32.       ActionPhase = apWorking
  33.       Directory = '$(ApplicationDir)'
  34.       Parameters = '/awil,notepad.exe,"%1"'
  35.       Options = [aoWaitForTermination]
  36.       Command = '$(TempDir)\setutil.exe'
  37.     end
  38.     item
  39.       ActionType = atRunApplication
  40.       ActionPhase = apWorking
  41.       Directory = '$(ApplicationDir)'
  42.       Parameters = '/aalr,"$(ApplicationDir)\clockman.exe","%1"'
  43.       Options = [aoWaitForTermination]
  44.       Command = '$(TempDir)\setutil.exe'
  45.     end
  46.     item
  47.       ActionType = atRunApplication
  48.       ActionPhase = apWorking
  49.       Directory = '$(ApplicationDir)'
  50.       Parameters = '/vsamples.pif'
  51.       Options = [aoWaitForTermination]
  52.       Command = '$(TempDir)\setutil.exe'
  53.     end
  54.     item
  55.       ActionType = atRunApplication
  56.       ActionPhase = apWorking
  57.       Directory = '$(ApplicationDir)'
  58.       Parameters = '/vsamples.alr'
  59.       Options = [aoWaitForTermination]
  60.       Command = '$(TempDir)\setutil.exe'
  61.     end
  62.     item
  63.       ActionType = atRunApplication
  64.       ActionPhase = apPreUninstall
  65.       Parameters = '/kAlrm_Main'
  66.       Options = [aoWaitForTermination]
  67.       Command = '$(SourceDir)\setutil.exe'
  68.     end
  69.     item
  70.       ActionType = atRunApplication
  71.       ActionPhase = apPreUninstall
  72.       Parameters = '/uwil'
  73.       Options = [aoWaitForTermination]
  74.       Command = '$(SourceDir)\setutil.exe'
  75.     end
  76.     item
  77.       ActionType = atRunApplication
  78.       ActionPhase = apPreUninstall
  79.       Parameters = '/ualr'
  80.       Options = [aoWaitForTermination]
  81.       Command = '$(SourceDir)\setutil.exe'
  82.     end
  83.     item
  84.       ActionType = atDeleteFile
  85.       ActionPhase = apPreUninstall
  86.       SourceFile = '$(SourceDir)\setutil.exe'
  87.     end
  88.     item
  89.       ActionType = atCopyFile
  90.       ActionPhase = apWorking
  91.       DestinationFile = '$(ApplicationDir)\setutil.exe'
  92.       SourceFile = '$(TempDir)\setutil.exe'
  93.     end
  94.     item
  95.       ActionType = atDeleteFile
  96.       ActionPhase = apWorking
  97.       SourceFile = '$(TempDir)\setutil.exe'
  98.     end
  99.     item
  100.       ActionType = atDeleteFile
  101.       ActionPhase = apWorking
  102.       SourceFile = '$(ApplicationDir)\samplesw95.pif'
  103.     end
  104.     item
  105.       ActionType = atDeleteFile
  106.       ActionPhase = apWorking
  107.       SourceFile = '$(ApplicationDir)\samplesnt3.pif'
  108.     end
  109.     item
  110.       ActionType = atDeleteFile
  111.       ActionPhase = apWorking
  112.       SourceFile = '$(ApplicationDir)\samplesnt4.pif'
  113.     end
  114.     item
  115.       ActionType = atRunApplication
  116.       Directory = '$(ApplicationDir)'
  117.       Parameters = '/csamples.alr,clockman.alr,3,1'
  118.       Options = [aoWaitForTermination]
  119.       Command = '$(ApplicationDir)\setutil.exe'
  120.     end
  121.     item
  122.       ActionType = atRunApplication
  123.       Directory = '$(ApplicationDir)'
  124.       Command = '$(ApplicationDir)\clockman.exe'
  125.     end
  126.     item
  127.       ActionType = atRunApplication
  128.       ActionPhase = apBeforeInit
  129.       Parameters = '/fclockman.exe,C:\Program Files\ClockMan95'
  130.       Options = [aoWaitForTermination]
  131.       Command = '$(SourceDir)\setutil.exe'
  132.     end
  133.     item
  134.       ActionType = atReadRegistry
  135.       ActionPhase = apBeforeInit
  136.       Key = 'SOFTWARE\Graphical Dynamics'
  137.       ValueName = 'FindFile'
  138.       Variable = 'SetUtilResults'
  139.       RootKey = -2147483646
  140.     end>
  141.   Background.Font.Color = clWindowText
  142.   Background.Font.Height = -37
  143.   Background.Font.Name = 'Arial Black'
  144.   Background.Font.Style = []
  145.   Background.Message = '∩┐╜1991-1998 Graphical Dynamics, Inc.'
  146.   Background.Title = 'ClockMan95 Setup'
  147.   Basic.ApplicationName = 'ClockMan95'
  148.   Basic.DefaultShortcutFolder = 'ClockMan95'
  149.   Basic.FontName = 'MS Sans Serif'
  150.   Basic.LicenseAgreement = 
  151.     '{\rtf1\ansi\ansicpg1252\deff0\deftab720{\fonttbl{\f0\fswiss MS S' +
  152.     'ans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Ser' +
  153.     'if;}{\f3\fswiss Arial;}{\f4\fswiss System;}}'#13#10'{\colortbl\red0\gr' +
  154.     'een0\blue0;}'#13#10'\deflang1033\horzdoc{\*\fchars }{\*\lchars }\pard\' +
  155.     'plain\f2\fs16\cf0\b EVALUATION AGREEMENT & LICENSE\plain\f2\fs16' +
  156.     '\cf0 '#13#10'\par '#13#10'\par ClockMan95 is not and has never been public d' +
  157.     'omain software nor is it free software.  ClockMan95 is copyright' +
  158.     'ed by Graphical Dynamics, Inc.'#13#10'\par '#13#10'\par You are granted a li' +
  159.     'mited license to use ClockMan95 on a 30-day trial basis for the ' +
  160.     'purpose of determining whether ClockMan95 is suitable for your n' +
  161.     'eeds.  After this initial 30-day trial license expires, you must' +
  162.     ' purchase the program to continue using it.  The use of unlicens' +
  163.     'ed copies of ClockMan95 by any person, business, corporation, go' +
  164.     'vernment agency or any other entity beyond the trial period is s' +
  165.     'trictly prohibited.'#13#10'\par '#13#10'\par A single user license permits a' +
  166.     ' user to use ClockMan95 only on a single computer at a time.'#13#10'\p' +
  167.     'ar '#13#10'\par No one may modify or patch the ClockMan95 executable f' +
  168.     'iles in any way, including but not limited to decompiling, disas' +
  169.     'sembling, changing the icon or string resources, or otherwise re' +
  170.     'verse engineering the program.'#13#10'\par '#13#10'\par A limited license is' +
  171.     ' granted to copy and distribute the ClockMan95 demo only for the' +
  172.     ' trial use of others, subject to the above limitations, and also' +
  173.     ' the following:'#13#10'\par '#13#10'\par \pard\li200\fi-200{\*\pn\pnlvlblt\p' +
  174.     'nf1\pnindent200{\pntxtb\'#39'b7}}\plain\f2\fs16\cf0 {\pntext\f1\'#39'b7\' +
  175.     'tab}ClockMan95 must be copied in unmodified form, complete with ' +
  176.     'the file containing this license information.'#13#10'\par \pard\plain\' +
  177.     'f2\fs16\cf0 '#13#10'\par \pard\li200\fi-200{\*\pn\pnlvlblt\pnf1\pninde' +
  178.     'nt200{\pntxtb\'#39'b7}}\plain\f2\fs16\cf0 {\pntext\f1\'#39'b7\tab}The fu' +
  179.     'll machine-readable ClockMan95 documentation must be included wi' +
  180.     'th each copy.'#13#10'\par \pard\plain\f2\fs16\cf0 '#13#10'\par \pard\li200\f' +
  181.     'i-200{\*\pn\pnlvlblt\pnf1\pnindent200{\pntxtb\'#39'b7}}\plain\f2\fs1' +
  182.     '6\cf0 {\pntext\f1\'#39'b7\tab}ClockMan95 may not be distributed in c' +
  183.     'onjunction with any other product without a specific license to ' +
  184.     'do so from Graphical Dynamics.'#13#10'\par \pard\plain\f2\fs16\cf0 '#13#10'\' +
  185.     'par \pard\li200\fi-200{\*\pn\pnlvlblt\pnf1\pnindent200{\pntxtb\'#39 +
  186.     'b7}}\plain\f2\fs16\cf0 {\pntext\f1\'#39'b7\tab}No fee, charge, or ot' +
  187.     'her compensation may be requested or accepted, except as authori' +
  188.     'zed below:'#13#10'\par \pard\plain\f2\fs16\cf0 '#13#10'\par Operators of ele' +
  189.     'ctronic bulletin board systems (sysops) may make ClockMan95 avai' +
  190.     'lable for downloading as long as the above conditions are met.  ' +
  191.     'An overall or time-dependent charge for the use of the bulletin ' +
  192.     'board system is permitted as long as there is not a specific cha' +
  193.     'rge for the download of ClockMan95.'#13#10'\par '#13#10'\par Vendors of shar' +
  194.     'eware software may distribute ClockMan95 \plain\f2\fs16\cf0\b ON' +
  195.     'LY AFTER OBTAINING WRITTEN PERMISSION\plain\f2\fs16\cf0  from Gr' +
  196.     'aphical Dynamics.  Such permission is usually granted.  Vendors ' +
  197.     'may charge a reasonable disk duplication and handling fee.'#13#10'\par' +
  198.     ' '#13#10'\par The attached VENDINFO data record is hereby incorporated' +
  199.     ' by reference.  Any distribution satisfying all the distribution' +
  200.     ' requirements expressed in that data record is hereby authorized' +
  201.     '.'#13#10'\par '#13#10'\par U.S. GOVERNMENT RESTRICTED RIGHTS'#13#10'\par '#13#10'\par Th' +
  202.     'is product is provided with restricted rights.  Use, duplication' +
  203.     ', or disclosure by the government is subject to restrictions set' +
  204.     ' forth in subdivision (c)(1)(ii) of the Rights in Technical Data' +
  205.     ' and Computer Software clause at 48 CFR 252.227-7013, or in subd' +
  206.     'ivision (c)(1) and (2) of the Commercial Computer Software--Rest' +
  207.     'ricted Rights clause at 48 CFR 52.27-19, as applicable.  The con' +
  208.     'tractor/ manufacturer is Graphical Dynamics, Inc., 2701 Californ' +
  209.     'ia Ave SW, ste 301, Seattle, WA  98116.'#13#10'\par }'#13#10#0
  210.   Basic.ReadMeAfter = 
  211.     '{\rtf1\ansi\ansicpg1252\deff0\deftab720{\fonttbl{\f0\fswiss MS S' +
  212.     'ans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Ser' +
  213.     'if;}{\f3\fswiss Arial;}{\f4\fswiss System;}}'#13#10'{\colortbl\red0\gr' +
  214.     'een0\blue0;}'#13#10'\deflang1033\horzdoc{\*\fchars }{\*\lchars }\pard\' +
  215.     'plain\f2\fs16\cf0\b v.1.0.072\plain\f2\fs16\cf0  10-Jun-1998'#13#10'\p' +
  216.     'ar \plain\f2\fs16\cf0\b WELCOME TO CLOCKMAN95!\plain\f2\fs16\cf0' +
  217.     ' '#13#10'\par '#13#10'\par ClockMan95 is an event scheduler designed to take' +
  218.     ' routine or comlicated jobs and have the occur during off-hours ' +
  219.     'and weekends.'#13#10'\par '#13#10'\par ClockMan95 lets you take back control' +
  220.     ' over time itself! Automate mainframe data downloads, backups, e' +
  221.     '-mail runs, disk optimizations, virus scans - all those things y' +
  222.     'ou know you should be doing regularly.  Keep yourself on time an' +
  223.     'd prepared with ClockMan95'#39's handy reminder messages.  And see t' +
  224.     'he date & time, all the time, with ClockMan95'#39's DateBar and Time' +
  225.     'Bar. ClockMan95 is the \plain\f2\fs16\cf0\b ultimate Windows aut' +
  226.     'omation utility\plain\f2\fs16\cf0 .'#13#10'\par '#13#10'\par All this, in on' +
  227.     'e very powerful, elegant program!'#13#10'\par '#13#10'\par This version of C' +
  228.     'lockMan95 works on Windows95, WinNT 3.51 and WinNT 4.0.  ClockMa' +
  229.     'n95 knows which Windows platform you'#39're running it on and will t' +
  230.     'ake advantage of each platform'#39's features and strengths.'#13#10'\par '#13 +
  231.     #10'\par For updates, check our web site at \plain\f2\fs16\cf0\b ht' +
  232.     'tp://www.clockman95.com\plain\f2\fs16\cf0 '#13#10'\par '#13#10'\par Also inc' +
  233.     'luded in this version are "Automation Assistants".  These are po' +
  234.     'werful wizards that allow users to automate complex tasks that u' +
  235.     'se some of the world'#39's most popular and powerful 3rd party softw' +
  236.     'are.  These include; Lotus Organizer, PointCast, Oil Change,  Me' +
  237.     'taStock, Netscape Mail, Pegasus Mail, Eudora, Microsoft Exchange' +
  238.     ' Client, Norton Utilities for Windows95, McAfee'#39's VirusScan (bot' +
  239.     'h NT and 95 versions), Norton AntiVirus, and much more!'#13#10'\par '#13#10 +
  240.     '\par Latest developments center around Internet Automation Assis' +
  241.     'tants.  Included with this releas is \plain\f2\fs16\cf0\b AntiSp' +
  242.     'am\plain\f2\fs16\cf0 ! AntiSpam will nuke Unsolicited Commercial' +
  243.     ' E-mail (UCE, aka "spam") from your POP3 mail in the middle of t' +
  244.     'he night or during off-hours.  This is \plain\f2\fs16\cf0\b very' +
  245.     ' cool\plain\f2\fs16\cf0 .'#13#10'\par '#13#10'\par Check our web site period' +
  246.     'ically for new and improved Automation Assistants.'#13#10'\par '#13#10'\par ' +
  247.     'The most powerful automation utility for Windows95 and NT is her' +
  248.     'e for you to evaluate now!  Give it a workout and see how you ca' +
  249.     'n save hundreds of hours of work and gain consistency that only ' +
  250.     'a comprehensive automation utility can provide.'#13#10'\par '#13#10'\par Enj' +
  251.     'oy!'#13#10'\par '#13#10'\par  - The ClockMan95 Development Team'#13#10'\par }'#13#10#0
  252.   Basic.WindowTitle = 'ClockMan95 Setup'
  253.   Basic.SplashBitmap = {
  254.     424D6E35000000000000760000002800000078000000E2000000010004000000
  255.     0000F83400000000000000000000000000000000000000000000000080000080
  256.     00000080800080000000800080008080000080808000C0C0C0000000FF0000FF
  257.     000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0066666666666666666666
  258.     6666666666666666666666666666666666666666666666666666666666666666
  259.     6666666666666666666666666666666666666666666666666666666666666666
  260.     6666666666666666666666666666666666666666666666666666666666666666
  261.     6666666666666666666666666666666666666666666666666666666666666666
  262.     6666666666666666666666666666666666666666666666666666666666666666
  263.     6666666666666666666666666666666666666666666666666666666666666666
  264.     6666666666666666666666666666666666666666666666666666666666666666
  265.     6666666666666666666666666666666666666666666666666666666666666666
  266.     6666666666666666666666666666666666666666666666666666666666666666
  267.     6666666666666666666666666666666666666666666666666666666666666111
  268.     6666666666666666666666666666666666666666666666666666666666666666
  269.     66666666666666666666666666666666666666666666666666611FFF11666666
  270.     6666666666666666666666666666666666666666666666666666666666666666
  271.     6666666666666666666666666666666666666666611FFFFFFF11666666666666
  272.     6666666666666666666666666666666666666666666666666666666666666666
  273.     666666666666666666666666666666611FFFFFFFFFFF11666666666666666666
  274.     6666666666666666666666666666666666666666666666666666666666666666
  275.     66666666666666666666611FFFFFFFFFFFFFFF11666666666666666666666666
  276.     6666666666666666666666666666666666666666666666666666666666666666
  277.     6666666666611FFFFFFFFFFFFFFFFFFF11666666666666666666666666666666
  278.     6666666666666666666666666666666666666666666666666666666666666666
  279.     611FFFFFFFCCFFFFFFFFFFFFFF11666666666666666666666666666666666666
  280.     666666666666666666666666666666666666666666666666666666611FFFFFFF
  281.     CCFFCC0FFCFFFFFFFFFF11666666666666666666666666666666666666666666
  282.     6666666666666666666666666666666666666666666666666FFFFFCCFFCC0FFC
  283.     FFFFFFFFFFFFFF11666666666666666666666666666666666666666666666666
  284.     6666666666666666666666666666666666666666666FFFFFCCFFCC0FFCCFFCFF
  285.     FFFFFFFF11666666666666666666666666666666666666666666666666666666
  286.     6666666666666666666666666666666666666FFFFFCCFFCC0FFCFFFFFFFFFFFF
  287.     FF11666666666666666666666666666666666666666666666666666666666666
  288.     6666666666666666666666666666666FFFFFCCFFCCFFFFFFFFFFFFFFFF666666
  289.     6666666666666666666666666666666666666666666666666666666666666666
  290.     6666666666666666666666666FFFFFCCFFFFFFFFFFFFFFFF6666666666666666
  291.     6666666666666666666666666666666666666666666666666666666666666666
  292.     6666666666666666666FFFFFFF0000FFFFFFFF66666666666666666666666666
  293.     6666666666666666666666666666666666666666666666666666666666666666
  294.     6666666666666FFF00887FFFFFFF666666666666666666666666666666666666
  295.     6666666666666666666666666666666666666666666666666666666666666666
  296.     666666003BB7FFFFFF6666666666666666666666666666666666666666666666
  297.     666666666666666666666666666666666666666666666666666666666666003B
  298.     B70FFFFF66666666666666666666666666666666666666666666666666666666
  299.     66666666666666666666666666666666666666666666666666003BB7066FFF66
  300.     6666666666666666666666666666666666666666666666666666666666666666
  301.     6666666666666666666666666666666666666666003BB7066666666666666666
  302.     6666666666666666666666666666666666666666666666666666666666666666
  303.     666666666666666666666666666666003BB70666666666666666666666666666
  304.     6666666666666666666666666666666666666666666666666666666666666666
  305.     66666666666666666666003BB706666666666666666666666666666666666666
  306.     6666666666666666666666666666666666666666666666666666666666666666
  307.     6666666666004BB7066666666666666666666666666666666666666666666666
  308.     6666666666666666666666666666666666666666666666666666666666666666
  309.     004B447666666666666666666666666666666666666666666666666666666666
  310.     6666666666666666666666666666666666666666666666666666666614747666
  311.     6666666666666666666666666666666666666666666666666666666666666666
  312.     6666666666666666666666666666666666666666666666669976666666666666
  313.     6666666666666666666666666666666666666666666666666666666666666666
  314.     6666666666666666666666666666666666666666666666666666666666666666
  315.     6666666666666666666666666666666666666666666666666666666666666666
  316.     6666666666666666666666666666666666666666666666666666666666666666
  317.     6666666666666666666666666666666666666666666666666666666666666666
  318.     6666666666666666666666666666666666666666666666666666666666666666
  319.     6666666666666666666666666666666666666666666666666666666666666666
  320.     6666666666666666666666666666666666666666666666666666666666666666
  321.     6666666666666666666666666666666666666666666666666666666666666666
  322.     6666666666666666666666666666666666666666666666666666666666666666
  323.     6666666666666666666666666666666666666666666666666666666666666666
  324.     6666666666666666666666666666666666666666666666666666666666666666
  325.     6666666666666666666666666666666666666666666666666666666666666666
  326.     6666666666666666666666666666666666666666666666666666666666666666
  327.     6666666666666666666666666666666666666666666666666666666666666666
  328.     6666666666666666666666666666666666666666666666666666666666666666
  329.     6666666666666666666666666666666666666666666666666666666666666666
  330.     6666666666666666666666666666666666666666666666666666666666666666
  331.     6666666666666666666666666666666666666666666666666666666666666666
  332.     6666666666666666666666666666666666666666666666666666666666666666
  333.     6666666666666666666666666666666666666666666666666666666666600666
  334.     6666666666666666666666666666666666666666666666666666666666666666
  335.     6666666666666666666666666666666666666666666666666007700666666666
  336.     6666666666666666666666666666666666666666666666666666666666666666
  337.     6666666666666666666666666666666666666660077880770666666666666666
  338.     6666666666666666666666666666666666666666666666666666666666666666
  339.     6666666666666666666666666666600770088887700666666666666666666666
  340.     6666666666666666666666666666666666666666666666666666666666666666
  341.     6666666666666666666007788077088887700666666666666666666666666666
  342.     6666666666666666666666666666666666666666666666666666666666666666
  343.     6666666660077887777778888887700666666666666666666666666666666666
  344.     6666666666666666666666666666666666666666666666666666666666666660
  345.     077887777778888FF88887700666666666666666666666666666666666666666
  346.     6666666666666666666666666666666666666666666666666666660778870887
  347.     78888FFFFFF88887706666666666666666666666666666666666666666666666
  348.     6666666666666666666666666666666666666666666666F888888778888FFFFF
  349.     FFFFF80070666666666666666666666666666666666666666666666666666666
  350.     666666666666666666666666666666666666666FF88888888FFFFFFFFFFFFFFF
  351.     F666666666666666666666666666666666666666666666666666666666666666
  352.     666666666666666666666666666666666FF88FFFFFFFFFFFFFFFFCC666666666
  353.     6666666666666666666666666666666666666666666666666666666666666666
  354.     660066666666666666666666666FF88FFFFFFFFFFFFCC6666666666666666666
  355.     6666666666666666666666666666666666666666666666666666666600770066
  356.     666666666666666666666FF88FFFFFFFFCC66666666666666666666666666666
  357.     6666666666666666666666666666666666666666666666007788077066666666
  358.     666666666666666FF88FFFFCC666666666666666666666666666666666666666
  359.     6666666666666666666666666666666666660077008888770066666666666666
  360.     666666666FF08CC6666666666666666666666666666666666666666666666666
  361.     6666666666666666666666666600778807708888770066666666666666666666
  362.     666FF66666666666666666666666666666666666666666666666666666666666
  363.     6666666666666666007788777777888888770066666666666666666666666666
  364.     6666666666666666666666666666666666666666666666666666666666666666
  365.     6666660077887777778888FF8888770066666666666666666666666666666666
  366.     6666666666666666666666666666666666666666666666666666666666666077
  367.     887088778888FFFFFF8888770666666666666666666666666666666666666666
  368.     66666666666666666666666666666666666666666666666666666F8888887788
  369.     88FFFFFFFFFF8007066666666666666666666666666666666666666666666666
  370.     6666666666666666666666666666666666666666666666FF88888888FFFFFFFF
  371.     FFFFFFFF66666666666666666666666666666666666666666666666666666666
  372.     6666666666666666666666666666666666666666FF88FFFFFFFFFFFFFFFFCC66
  373.     6666666666666666666666666666666666666666666666666666666666666666
  374.     6666666666666666666666666666666666FF88FFFFFFFFFFFFCC666666666666
  375.     6666666666666666666666666666666666666666666666666666666666666666
  376.     6666666666666666666666666666FF88FFFFFFFFCC6666666666666666666666
  377.     6666666666666666666666666666666666666666666666666666666666666666
  378.     6666666666666666666666FF88FFFFCC66666666666666666666666666666666
  379.     6666666666666666666666666666666666666666666666666666666666666666
  380.     6666666666666666FF08CC666666666666666666666666666666666666666666
  381.     6666666666666666666666666666666666666666666666666666666666666666
  382.     6666666666FF6666666666666666666666666666666666666666666666666666
  383.     6666666666666666666666666666666666666666666666666666666666666666
  384.     6666666666666666666666666666666666666666666666666666666666666666
  385.     6666666666666666666666666666666666666666666666666666666666666666
  386.     6666666666666666666666666666666666600666666666666666666666666666
  387.     6666666666666666666666666666666666666666666666666666666666666666
  388.     6666666666666666666666666007700666666666666666666666666666666666
  389.     6666666666666666666666666666666666666666666666666666666666666666
  390.     6666666666666660077880770666666666666666666666666666666666666666
  391.     6666666666666666666666666666666666666666666666666666666666666666
  392.     6666600770088887700666666666666666666666666666666666666666666666
  393.     6666666666666666666666666666666666666666666666666666666666600778
  394.     8077088887700666666666666666666666666666666666666666666666666666
  395.     6666666666666666666666666666666666666666666666666007788777777888
  396.     8887700666666666666666666666666666666666666666666666666666666666
  397.     6666666666666666666666666666666666666660077887777778888FF8888770
  398.     0666666666666666666666666666666666666666666666666666666666666666
  399.     666666666666666666666666666666077887088778888FFFFFF8888770666666
  400.     6666666666666666666666666666666666666666666666666660000000006666
  401.     6666666666666666666666F888888778888FFFFFFFFFF8007066666666666666
  402.     6666666666666666666666666666666666666666F8888888BBBB000666666666
  403.     666666666666666FF88888888FFFFFFFFFFFFFFFF66666666666666666666666
  404.     666666666666666666666666666666878F888888BBBEEEE00666666666666666
  405.     666666666FF88FFFFFFFFFFFFFFFFCC666666666666666666666666666666666
  406.     66666666666666666666787878F88888BBBEEEAAA00666666666666666666666
  407.     666FF88FFFFFFFFFFFFCC6666666666666666666666666666666666666666666
  408.     6666666666678787878F8888BBEEEAAAA8806666666666666666666666666FF8
  409.     8FFFFFFFFCC66666666666666666666666666666666666666666666666666666
  410.     667878787878F888BBEEAAA888EE066666666666666666666666666FF88FFFFC
  411.     C666666666666666666666666666666666666666666666666666666666878787
  412.     87878F88BEEAAA8EEE8806666666666666666666666666666FF08CC666666666
  413.     66666666666666666666666666666666666666666666666668888878787878F8
  414.     BEAAEEE888888066666666666666666666666666666FF6666666666666666666
  415.     6666666666666666666666666666666666666666688888888887870007EE8888
  416.     8888806666666666666666666666666666666666666666666666666666666666
  417.     6666666666666666666666666666666668888888888880666088888888888066
  418.     6666666666666666666666666666666666666666666666666666666666666666
  419.     66666666666666666666666668888888888EE700078788888888806666666666
  420.     6666666666666666666666666666666666666666666666666666666666666666
  421.     666666666666666668888888EEEAAEB8F8787878788880666666666666666666
  422.     6666666666666666666666666666666666666666666666666666666666666666
  423.     6666666666888EEE8AAAEEB88F87878787870666666666666666666666666666
  424.     6666666666666666666666666666666666666666666666666666666666666666
  425.     668EE888AAAEEBB888F878787878066666666666666666666666666666666666
  426.     66666666666666666666666666666666666666666666666666666666666888AA
  427.     AAEEEBB8888F8787878066666666666666666666666666666666666666666666
  428.     66666666666666666666666666666666666666666666666666668AAAAEEEBBB8
  429.     8888F87870066666666666666666666666666666666666666666666666666666
  430.     6666666666666666666666666666666666666666666666AAEEEEBBB888888F80
  431.     0666666666666666666666666666666666666666666666666666666666666666
  432.     6666666666666666666666666666666666666666EEEBBBB88888888666666666
  433.     6666666666666666666600666666666666666666666666666666666666666666
  434.     66666666666666666666666666666666666BBBB8888866666666666666666666
  435.     6666666666007700666666666666666666666666666666666666666666666666
  436.     6666666666666666666666666666666666666666666666666666666666666666
  437.     0077880770666666666666666666666666666666666666666666666666666666
  438.     6666666666666666666666666666666666666666666666666666660077008888
  439.     7700666666666666666666666666666666666666666666666666666666666666
  440.     6666666666666666666666666666666666666666666600778807708888770066
  441.     6666666666666666666666666666666666666666666666666666666666666666
  442.     6666666666666666666666666666666666007788777777888888770066666666
  443.     6666666666666666666666666666666666666666666666666666666666666666
  444.     6666666666666666666666660077887777778888FF8888770066666666666666
  445.     6666666666666666666666666666666666666666666666666666666666666666
  446.     666666666666666077887088778888FFFFFF8888770666666666666666666666
  447.     6666666666666666666666666666666666666666666666666666666666666666
  448.     6666666F888888778888FFFFFFFFFF8007066666666666666666666666666666
  449.     6666666666666666666666666666666666666666666666666666666666666666
  450.     FF88888888FFFFFFFFFFFFFFFF66666666666666666666666666666666666666
  451.     6666666666666666666666666666666666666666666666666666666666FF88FF
  452.     FFFFFFFFFFFFFFCC666666666666666666666666666666666666666666666666
  453.     6666666666666666666666666666666666666666666666666666FF88FFFFFFFF
  454.     FFFFCC6666666666666666666666666666666666666666666666666666666666
  455.     6666666666666600000666666666666666666666666666FF88FFFFFFFFCC7700
  456.     6666666666666666666666666666666666666666666666666666666666F06666
  457.     666600FF77700666666666666666666666660077FF08FFFFCC88887700666666
  458.     66666666666666666666666666666666666666666666666666F806666600FFFF
  459.     77777006666666666666666666007788077FF88CC88F88887700666666666666
  460.     666666666666666666666666666666666666666666F8806600FFFFFFFF777770
  461.     0666666666666666607788708877FF88FFFFFF88887706666666666666666666
  462.     6666666666666666666666666666666666F88800FFFFFFFFFFFF777770066666
  463.     666666666F888888778888FFFFFFFFFF80070666666666666666666666666666
  464.     66666666666666666666666666F8888777FFFFFFFFFFFF777770066666666666
  465.     66FF88888888FFFFFFFFFFFFFFFF666666666666666666666666666666666666
  466.     6666666666666666660F88878877FFFFFFFFFFFF77777006666666666666FF88
  467.     FFFFFFFFFFFFFFFFCC6666666666666666666666666666666666666666666666
  468.     66666666005F8887888877FFFFFFFFFFFF77777006666666666666FF88FFFFFF
  469.     FFFFFFCC66666666666666666666666666666666666666666666666666666600
  470.     5555F88788888877FFFFFFFFFFFF77777006666666666666FF88FFFFFFFFCC66
  471.     666666666666666666666666666666666666666666666666666600775555F887
  472.     8888888877FFFFFFFFFFFF77777006666666666666FF88FFFFCC666666666666
  473.     66666666666666666666666666666666666666666600778855558F8788888888
  474.     8877FFFFFFFFFFFF77777006666666666666FF08CC6666666666666666666666
  475.     666666666666666666666666666666660077888855558F8788888888888877FF
  476.     FFFFFFFFFF77777006666666666666FF66666666666666666666666666666666
  477.     66666666666666666666660077888888555588F78888888888888877FFFFFFFF
  478.     FFFF777770666666666666666666666666666666666666666666666666666666
  479.     666666666666007788888888555588F7888888888888888877FFFFFFFFFFFF77
  480.     7766666666666666666666666666666666666666666666666666666666666666
  481.     6600778888888888555588FF88888888888888888877FFFFFFFFF77677666666
  482.     6666666666666666666666666666666666666666666666666666666600778888
  483.     888888885555FFFFFFF8888888888888888877FFFFF776666676666666666666
  484.     6666666666666666666666666666666666666666666666007788888888888888
  485.     5555FFFFFFFFF8888888888888888877F7766666666666666666666666666666
  486.     66666666666666666666666666666666666600778888888888888888555555FF
  487.     FFFFFFF888888888888888887000000006666666666666666666666666666666
  488.     6666666666666666666666666600778888888888888888FF55555555FFFFFFFF
  489.     F888888888888887788888880666666666666666666666666666666666666666
  490.     666666666666666600778888888888888888FFFFFF55555555FFFFFFFFF88888
  491.     8888877778888888066666666666666666666666666666666666666666666666
  492.     66666666778888888888888888FFFFFFFFFF55555555FFFFFFFFF88888877777
  493.     7888888806666666666666666666666666666666666666666666666666666666
  494.     8888888888888888FFFFFFFFFFFFFF55555555FFFFFFFFF88777777778888888
  495.     0666666666666666666666666666666666666666666666666666666688888888
  496.     888888FFFFFFFFFFFFFFFFFF55555555FFFFFFFFF77777777888888F66666666
  497.     666666666666666666666666666666666666666666666666888888888888FFFF
  498.     FFFFFFFFFFFFFFFFFF55555555FFFFFFFFF77777788888F66666666666666666
  499.     66666666666666666666666666666666666666668888888888FFFFFFFFFFFFFF
  500.     FFFFFFFFFFFF55555555FFFFFFFFF77778888F66666666666666666666666666
  501.     6666666666666666666666666666666688888888FFFFFFFFFFFFFFFFFFFFFFFF
  502.     FFFFFF55555555FFFFFFFFF77888F66666666666666666666666666666666666
  503.     666666666666666666666666888888FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  504.     55555555FFFFFFFFFFFF66666666666666666666666666666666666666666666
  505.     66666666666666668888FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF555555
  506.     55FFFFFF66666666666666666666600066666666666666666666666666666666
  507.     6666666688FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55555555FF66
  508.     6666666666666666666007770066666666666666666666666666666666666666
  509.     FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF555555666666666666
  510.     6666666660077877770066666666666666666666666666666666666666FFFFFF
  511.     FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF556666666666666666666660
  512.     0778887777770066666666666666666666666666666666666666FFFFFFFFFFFF
  513.     FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66666666666666666666600778888877
  514.     7777770066666666666666666666666666666666666666FFFFFFFFFFFFFFFFFF
  515.     FFFFFFFFFFFFFFFFFFFFFF666666666666666666666007788888887777777777
  516.     0066666666666666666666666666666666666666FFFFFFFFFFFFFFFFFFFFFFFF
  517.     FFFFFFFFFFFF6666666666666666666660077888888888777777777777006666
  518.     6666666666666666666666666666666666FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  519.     FF66666666666666666666600778888888888877777777777777006666666666
  520.     6666666666666666666666666666FFFFFFFFFFFFFFFFFFFFFFFFFFFF66666666
  521.     6666666666666007788888888888887777777777777777006666666666666666
  522.     6666666666666666666666FFFFFFFFFFFFFFFFFFFFFFFF666666666666666666
  523.     6660077888888888888888777777777777777777006666666666666666666666
  524.     6666666666666666FFFFFFFFFFFFFFFFFFFF6666666666666666666660077888
  525.     8888888888888877777777777777777777006666666666666666666666666666
  526.     6666666666FFFFFFFFFFFFFFFF66666666666666666666600778888888888888
  527.     8888887777777777777777777777006666666666666666666666666666666666
  528.     6666FFFFFFFFFFFF666666666666666666666007788888888888888FF8888877
  529.     77777777777777777777770066666666666666666666666666666666666666FF
  530.     FFFFFF666666666666666666666007788888888888888FF77888887777777777
  531.     77777777777777770066666666666666666666666666666666666666FFFF6666
  532.     66666666666666666007788888888888888FF778888888777777777777777777
  533.     7777777777006666666666666666666666666666666666666666666666666666
  534.     6666666007788888888888888FF7788888888F77777777777777777777777777
  535.     7777006666666666666666666666666666666666666666666666666666666007
  536.     788888888888888FF7788888888FF88877777777777777777777777777777700
  537.     6666666666666666666666666666666666666666666666666660077888888888
  538.     88888FF7788888888FF888888877777777777777777777777777777066666666
  539.     6666666666666666666666666666666666666666600778888888888888888778
  540.     8888888FF8888888888877777777777777777777777777706666666666666666
  541.     6666666666666666666666666666666007788888888888888888888888888FF8
  542.     8888888888888877777777777777777777777770666666666666666666666666
  543.     666666666666666666666007788888888888888888888888888FF88888877777
  544.     7777778877777777777777777777777066666666666666666666666666666666
  545.     6666666666666F788888888888888888888888888FF888888777777777777777
  546.     8877777777777777777777706666666666666666666666666666666666666666
  547.     66666F8888888888888888888888888FF8888887777777777777777777887777
  548.     7777777777777770666666666666666666666666666666666666666666666F88
  549.     888888888888888888888FF88888877777777777777777777777887777777777
  550.     77777770666666666666666666666666666666666666666666666F8888888888
  551.     88888888888FF888888777777777000777777777777777887777777777777770
  552.     666666666666666666666666666666666666666666666F888888888888888888
  553.     8FF8888887777777770077700777777777777777887777777777777066666666
  554.     6666666666666666666666666666666666666F88822888888888888FF8888887
  555.     7777777700778777700777777777777777887777777777706666666666666666
  556.     66666666666666666666666666666F888AA8888888888FF88888877777777700
  557.     7788877777700777777777777777887777777770666666666666666666666666
  558.     666666666666666666666F8888888888888FF888888777777777007788888777
  559.     7777700777777777777777887777777066666666666666666666666666666666
  560.     6666666666666F88888888888FF8888887777777770077888888877777777707
  561.     7777777777777777887777706666666666666666666666666666666666666666
  562.     66666F888888888FF88888877777777700778888888887777777770777777777
  563.     7777777777887770666666666666666666666666666666666666666666666F88
  564.     88888FF888888777777777007888888888888777777777077777777777777777
  565.     77778800666666666666666666666666666666666666666666666F88888FF888
  566.     8887777777770077888822888888877777777707777777777777777777770066
  567.     666666666666666666666666666666666666666666666F888FF8888887777777
  568.     770077888888AA88888887777777770777777777777777777700666666666666
  569.     6666666666666666666666666666666666666F8FF88888877777777700778888
  570.     8888888F88888777777777000777777777777777006666666666666666666666
  571.     66666666666666666666666666666FF888888777777777007788888888888FFC
  572.     8888877777777707700777777777770066666666666666666666666666666666
  573.     66666666666666666666666FF88887777777007788888888888FFCCC88888777
  574.     7777770777700777777700666666666666666666666666666666666666666666
  575.     66666666666666666FF8888777007788888888888FFCCCCC8888877777777707
  576.     7777700777006666666666666666666666666666666666666666666666666666
  577.     66666666666FF888007788888888888FFCCCCCCC888887777777770077777770
  578.     0066666666666666666666666666666666666666666666666666666666666666
  579.     66666F007788888888888FFCCCCCCCCC88888777777777070777777770066666
  580.     6666666666666666666666666666666666666666666666666666666666660077
  581.     88888888888FFCCCCCCCCCCC8888877777777707707777777770066666666666
  582.     6666666666666666666666666666666666666666666666666600778888888888
  583.     8FFCCCCCCCCCCCCC888887777777770777077777777770066666666666666666
  584.     666666666666666666666666666666666666666666F788888888888FFCCCCCCC
  585.     CCCCCCCC88888777777777077770777777777770066666666666666666666666
  586.     6666666666666666666666666666666666F8888888888FFCCCCCCCCCCCCCCCCC
  587.     8888877777777707777707777777777770666666666666666666666666666666
  588.     66666666666666666666666666F88888888FFCCCCCCC00CCCCCCCCCC88888777
  589.     7777770777777077777777777066666666666666666666666666666666666666
  590.     666666666666666666F888888FFCCCCCCC00F0CCCCCCCCCC8888877777777707
  591.     7777770777777777706666666666666666666666666666666666666666666666
  592.     6666666666F8888FFCCCCCCC00FFF0CCCCCCCCCC888887777777770777777770
  593.     7777777770666666666666666666666666666666666666666666666666666666
  594.     66F88887CCCCCC00FFFFF0CCC00CCCCC88888777777777077777777707777777
  595.     7066666666666666666666666666666666666666666666666666666666F88887
  596.     CCCC70FFFFFFF0C0080CCCCC8888877777777707777777777077777770666666
  597.     66666666666666666666666666666666666666666666666666F88887CCCC7FFF
  598.     FFCFF008880CCCCC888887777777770777777777770777777066666666666666
  599.     666666666666666666666666666666666666666666F88887CCCC7FF1FFCFF088
  600.     880CCCCC88888777777777077777777777707777706666666666666666666666
  601.     6666666666666666666666666666666666F88887CCCC7F91FFFFF088880CCCCC
  602.     8888877777777707777777777777077770666666666666666666666666666666
  603.     66666666666666666666666666F88887CCCC7FFFFFFF8088880CCCCC88888777
  604.     7777770777777777777770777066666666666666666666666666666666666666
  605.     666666666666666666F88887CCCC7FFFFF888088880CCCCC8888877777777707
  606.     7777777777777707706666666666666666666666666666666666666666666666
  607.     6666666666F88887CCCC7FFF88887088880CCCCC888887777777770777777777
  608.     7777777070666666666666666666666666666666666666666666666666666666
  609.     66F88887CCCC7F8888778888880CCCCC88888777777777077777777777777777
  610.     0066666666666666666666666666666666666666666666666666666666F88887
  611.     CCCC788877888888870CCCCC8888877777777707777777777777777770666666
  612.     66666666666666666666666666666666666666666666666666F88887CCCC7877
  613.     C78888877CCCCCCC888887777777770777777777777777777706666666666666
  614.     666666666666666666666666666666666666666666F88887CCCC77CCC788877C
  615.     CCCCCCC788888777777777077777777777777777777066666666666666666666
  616.     6666666666666666666666666666666666F88887CCCCCCCCC7877CCCCCCCC778
  617.     8888877777777707777777777777777777706666666666666666666666666666
  618.     66666666666666666666666666F88887CCCCCCCCC77CCCCCCCC7788888888777
  619.     7777770777777777777777777770666666666666666666666666666666666666
  620.     666666666666666666F88887CCCCCCCCCCCCCCCCC77888888888877777777707
  621.     7777777777777777777066666666666666666666666666666666666666666666
  622.     6666666666F88887CCCCCCCCCCCCCCC7788888888888F7777777770777777777
  623.     7777777777706666666666666666666666666666666666666666666666666666
  624.     66F88887CCCCCCCCCCCCC7788888888888FF8887777777077777777777777777
  625.     7770666666666666666666666666666666666666666666666666666666F88887
  626.     CCCCCCCCCCC7788888888888FF88888887777707777777777777777777706666
  627.     66666666666666666666666666666666666666666666666666F88887CCCCCCCC
  628.     C7788888888888FF888888888887770777777777777777777770666666666666
  629.     666666666666666666666666666666666666666666F88887CCCCCCC778888888
  630.     8888FF8888888888888887077777777777777777777066666666666666666666
  631.     6666666666666666666666666666666666F88887CCCCC7788888888888FF8888
  632.     8888888888888807777777777777777777706666666666666666666666666666
  633.     66666666666666666666666666F88887CCC7788888888888FF88888888888888
  634.     8888FF8777777777777777777770666666666666666666666666666666666666
  635.     666666666666666666F88887C7788888888888FF888888888888888888FF8888
  636.     8777777777777777777066666666666666666666666666666666666666666666
  637.     6666666666F88887788888888888FF888888888888888888FF88888888877777
  638.     7777777777706666666666666666666666666666666666666666666666666666
  639.     66F888888888888888FF888888888888888888FF888888888888877777777777
  640.     7770666666666666666666666666666666666666666666666666666666F88888
  641.     88888888FF888888888888888888FF8888888888888888877777777777706666
  642.     66666666666666666666666666666666666666666666666666F88888888888FF
  643.     888888888888888888FF88888888888888888888877777777770666666666666
  644.     666666666666666666666666666666666666666666F888888888FF8888888888
  645.     88888888FF888888888888888888888888877777777066666666666666666666
  646.     6666666666666666666666666666666666F8888888FF888888888888888888FF
  647.     8888888888888888888888888888877777706666666666666666666666666666
  648.     66666666666666666666666666F88888FF888888888888888888FF8888888888
  649.     8888888888888888888888877770666666666666666666666666666666666666
  650.     666666666666666666F888FF888888888888888888FF88888888888888888888
  651.     8888888888888888877066666666666666666666666666666666666666666666
  652.     6666666666F8FF888888888888888888FF888888888888888888888888888888
  653.     888888888F066666666666666666666666666666666666666666666666666666
  654.     66FF888888888888888888FF888888888888888888888888888888888888888F
  655.     F66666666666666666666666666666666666666666666666666666666666FF88
  656.     888888888888FF888888888888888888888888888888888888888FF666666666
  657.     666666666666666666666666666666666666666666666666666666FF88888888
  658.     88FF888888888888888888888888888888888888888FF6666666666666666666
  659.     666666666666666666666666666666666666666666666666FF888888FF888888
  660.     888888888888888888888888888888888FF66666666666666666666666666666
  661.     666666666666666666666666666666666666666666FF88FF06FFFFF888888888
  662.     88888888888888888888888FF666666666666666666666666666666666666666
  663.     666666666666666666666666666666666666FF666666666FFFFF888888888888
  664.     8888888888888FF6666666666666666666666666666666666666666666666666
  665.     66666666666666666666666666666666666666666666FFFFF888888888888888
  666.     888FF66666666666666666666666666666666666666666666666666666666666
  667.     66666666666666666666666666666666666666666FFFFF88888888888FF66666
  668.     6666666666666666666666666666666666666666666666666666666666666666
  669.     66666666666666666666666666666666666666FFFFF8888FF666666666666666
  670.     6666666666666666666666666666666666666666666666666666666666666666
  671.     66666666666666666666666666666666666FFFF6666666666666666666666666
  672.     6666666666666666666666666666666666666666666666666666666666666666
  673.     6666666666666666666666666666666666666666666666666666666666666666
  674.     6666666666666666666666666666666666666666666666666666666666666666
  675.     6666666666666666666666666666666666666666666666666666666666666666
  676.     6666666666666666666666666666666666666666666666666666666666666666
  677.     6666666666666666666666666666666666666666666666666666666666666666
  678.     6666666666666666666666666666666666666666666666666666666666666666
  679.     6666666666666666666666666666666666666666666666666666666666666666
  680.     6666666666666666666666666666666666666666666666666666666666666666
  681.     6666666666666666666666666666}
  682.   Files = <
  683.     item
  684.       CopyMethod = cmDestinationNotExists
  685.       Destination = '$(ApplicationDir)\aa\antiaddr.cfg'
  686.       DateModified = 35956.333333333340000000
  687.       Size = 7624
  688.       Source = 'C:\_NT\ZIP\b72\antiaddr.cfg'
  689.     end
  690.     item
  691.       CopyMethod = cmDestinationNotExists
  692.       Destination = '$(ApplicationDir)\aa\antispam.cfg'
  693.       DateModified = 35956.333333333340000000
  694.       Size = 967
  695.       Source = 'C:\_NT\ZIP\b72\antispam.cfg'
  696.     end
  697.     item
  698.       Destination = '$(ApplicationDir)\aa\antispam.dll'
  699.       DateModified = 35956.333333333340000000
  700.       Size = 130048
  701.       Source = 'C:\_NT\ZIP\b72\AntiSpam.dll'
  702.       VersionHi = 65536
  703.       VersionLo = 72
  704.     end
  705.     item
  706.       Destination = '$(ApplicationDir)\aa\antispam.hlp'
  707.       DateModified = 35956.333333333340000000
  708.       Size = 25482
  709.       Source = 'C:\_NT\ZIP\b72\antispam.hlp'
  710.     end
  711.     item
  712.       Destination = '$(ApplicationDir)\aa\antispam\antiview.wil'
  713.       DateModified = 35956.333333333340000000
  714.       Size = 10573
  715.       Source = 'C:\_NT\ZIP\b72\antiview.wil'
  716.     end
  717.     item
  718.       Destination = '$(ApplicationDir)\clockman.cnt'
  719.       DateModified = 35956.333333333340000000
  720.       Size = 99
  721.       Source = 'C:\_NT\ZIP\b72\clockman.cnt'
  722.     end
  723.     item
  724.       Destination = '$(ApplicationDir)\clockman.exe'
  725.       DateModified = 35956.333333333340000000
  726.       Size = 406434
  727.       Source = 'C:\_NT\ZIP\b72\clockman.exe'
  728.       VersionHi = 65536
  729.       VersionLo = 72
  730.     end
  731.     item
  732.       Destination = '$(ApplicationDir)\clockman.hlp'
  733.       DateModified = 35956.333333333340000000
  734.       Size = 169112
  735.       Source = 'C:\_NT\ZIP\b72\clockman.hlp'
  736.     end
  737.     item
  738.       CopyMethod = cmDestinationNotExists
  739.       Destination = '$(ApplicationDir)\clockman.ini'
  740.       DateModified = 35956.333333333340000000
  741.       Size = 3987
  742.       Source = 'C:\_NT\ZIP\b72\clockman.ini'
  743.     end
  744.     item
  745.       Destination = '$(ApplicationDir)\clok-chg.txt'
  746.       DateModified = 35956.333333333340000000
  747.       Size = 15244
  748.       Source = 'C:\_NT\ZIP\b72\clok-chg.txt'
  749.     end
  750.     item
  751.       Destination = '$(ApplicationDir)\cman-ts.cnt'
  752.       DateModified = 35956.333333333340000000
  753.       Size = 990
  754.       Source = 'C:\_NT\ZIP\b72\cman-ts.cnt'
  755.     end
  756.     item
  757.       Destination = '$(ApplicationDir)\cman-ts.hlp'
  758.       DateModified = 35956.333333333340000000
  759.       Size = 22256
  760.       Source = 'C:\_NT\ZIP\b72\cman-ts.hlp'
  761.     end
  762.     item
  763.       Destination = '$(ApplicationDir)\ctrlmgr.hlp'
  764.       DateModified = 35956.333333333340000000
  765.       Size = 68271
  766.       Source = 'C:\_NT\ZIP\b72\ctrlmgr.hlp'
  767.     end
  768.     item
  769.       Destination = '$(ApplicationDir)\aa\defrag.dll'
  770.       DateModified = 35956.333333333340000000
  771.       Size = 101888
  772.       Source = 'C:\_NT\ZIP\b72\Defrag.dll'
  773.       VersionHi = 65536
  774.       VersionLo = 72
  775.     end
  776.     item
  777.       Destination = '$(ApplicationDir)\aa\defrag.hlp'
  778.       DateModified = 35956.333333333340000000
  779.       Size = 18632
  780.       Source = 'C:\_NT\ZIP\b72\defrag.hlp'
  781.     end
  782.     item
  783.       Destination = '$(ApplicationDir)\demo.wil'
  784.       DateModified = 35956.333333333340000000
  785.       Size = 4367
  786.       Source = 'C:\_NT\ZIP\b72\demo.wil'
  787.     end
  788.     item
  789.       Destination = '$(ApplicationDir)\how2save.txt'
  790.       DateModified = 35956.333333333340000000
  791.       Size = 4809
  792.       Source = 'C:\_NT\ZIP\b72\how2save.txt'
  793.     end
  794.     item
  795.       Destination = '$(ApplicationDir)\ifinger.wil'
  796.       DateModified = 35956.333333333340000000
  797.       Size = 1877
  798.       Source = 'C:\_NT\ZIP\b72\ifinger.wil'
  799.     end
  800.     item
  801.       Destination = '$(ApplicationDir)\ifingerb.wil'
  802.       DateModified = 35956.333333333340000000
  803.       Size = 1738
  804.       Source = 'C:\_NT\ZIP\b72\ifingerb.wil'
  805.     end
  806.     item
  807.       CopyMethod = cmSourceVersionNewer
  808.       Destination = '$(ApplicationDir)\imagehlp.dll'
  809.       DateModified = 35956.333333333340000000
  810.       Size = 104208
  811.       Source = 'C:\_NT\ZIP\b72\imagehlp.dll'
  812.       VersionHi = 262144
  813.       VersionLo = 90505217
  814.     end
  815.     item
  816.       Destination = '$(ApplicationDir)\aa\interaa.hlp'
  817.       DateModified = 35956.333333333340000000
  818.       Size = 19091
  819.       Source = 'C:\_NT\ZIP\b72\interaa.hlp'
  820.     end
  821.     item
  822.       Destination = '$(ApplicationDir)\aa\internet.dll'
  823.       DateModified = 35956.333333333340000000
  824.       Size = 218112
  825.       Source = 'C:\_NT\ZIP\b72\Internet.dll'
  826.       VersionHi = 65536
  827.       VersionLo = 72
  828.     end
  829.     item
  830.       Destination = '$(ApplicationDir)\internet.hlp'
  831.       DateModified = 35956.333333333340000000
  832.       Size = 273054
  833.       Source = 'C:\_NT\ZIP\b72\internet.hlp'
  834.     end
  835.     item
  836.       Destination = '$(ApplicationDir)\iweb.wil'
  837.       DateModified = 35956.333333333340000000
  838.       Size = 5027
  839.       Source = 'C:\_NT\ZIP\b72\iweb.wil'
  840.     end
  841.     item
  842.       Destination = '$(ApplicationDir)\aa\lotusaa.dll'
  843.       DateModified = 35956.333333333340000000
  844.       Size = 259072
  845.       Source = 'C:\_NT\ZIP\b72\lotusaa.dll'
  846.       VersionHi = 65536
  847.       VersionLo = 72
  848.     end
  849.     item
  850.       Destination = '$(ApplicationDir)\aa\metastock.dll'
  851.       DateModified = 35956.333333333340000000
  852.       Size = 143360
  853.       Source = 'C:\_NT\ZIP\b72\MetaStok.dll'
  854.       VersionHi = 65536
  855.       VersionLo = 72
  856.     end
  857.     item
  858.       Destination = '$(ApplicationDir)\aa\metastock.hlp'
  859.       DateModified = 35956.333333333340000000
  860.       Size = 16208
  861.       Source = 'C:\_NT\ZIP\b72\metastok.hlp'
  862.     end
  863.     item
  864.       Destination = '$(ApplicationDir)\newtunes.ini'
  865.       DateModified = 35956.333333333340000000
  866.       Size = 770
  867.       Source = 'C:\_NT\ZIP\b72\newtunes.ini'
  868.     end
  869.     item
  870.       Destination = '$(ApplicationDir)\pdh.dll'
  871.       DateModified = 35956.333333333340000000
  872.       Size = 59664
  873.       Source = 'C:\_NT\ZIP\b72\pdh.dll'
  874.       VersionHi = 262144
  875.       VersionLo = 86114305
  876.     end
  877.     item
  878.       Destination = '$(ApplicationDir)\aa\pointcast.hlp'
  879.       DateModified = 35956.333333333340000000
  880.       Size = 15352
  881.       Source = 'C:\_NT\ZIP\b72\pointcast.hlp'
  882.     end
  883.     item
  884.       Destination = '$(ApplicationDir)\aa\pointcast.dll'
  885.       DateModified = 35956.333333333340000000
  886.       Size = 135680
  887.       Source = 'C:\_NT\ZIP\b72\PointCast.dll'
  888.       VersionHi = 65536
  889.       VersionLo = 72
  890.     end
  891.     item
  892.       Destination = '$(ApplicationDir)\aa\saymsgs\saymsgs.wil'
  893.       DateModified = 35956.333333333340000000
  894.       Size = 2134
  895.       Source = 'C:\_NT\ZIP\b72\SayMsgs.wil'
  896.     end
  897.     item
  898.       Destination = '$(ApplicationDir)\aa\scandisk.dll'
  899.       DateModified = 35956.333333333340000000
  900.       Size = 95232
  901.       Source = 'C:\_NT\ZIP\b72\scandisk.dll'
  902.       VersionHi = 65536
  903.       VersionLo = 72
  904.     end
  905.     item
  906.       Destination = '$(ApplicationDir)\aa\scandisk.hlp'
  907.       DateModified = 35956.333333333340000000
  908.       Size = 17840
  909.       Source = 'C:\_NT\ZIP\b72\scandisk.hlp'
  910.     end
  911.     item
  912.       Destination = '$(ApplicationDir)\aa\timeserv.cfg'
  913.       DateModified = 35956.333333333340000000
  914.       Size = 2305
  915.       Source = 'C:\_NT\ZIP\b72\timeserv.cfg'
  916.     end
  917.     item
  918.       Destination = '$(ApplicationDir)\aa\virus.dll'
  919.       DateModified = 35956.333333333340000000
  920.       Size = 100864
  921.       Source = 'C:\_NT\ZIP\b72\virus.dll'
  922.       VersionHi = 65536
  923.       VersionLo = 72
  924.     end
  925.     item
  926.       Destination = '$(ApplicationDir)\aa\virus.hlp'
  927.       DateModified = 35956.333333333340000000
  928.       Size = 17345
  929.       Source = 'C:\_NT\ZIP\b72\virus.hlp'
  930.     end
  931.     item
  932.       Destination = '$(ApplicationDir)\wbdbp32i.dll'
  933.       DateModified = 35956.333333333340000000
  934.       Size = 400384
  935.       Source = 'C:\_NT\ZIP\b72\wbdbp32i.dll'
  936.       VersionHi = 131076
  937.       VersionLo = 131088
  938.     end
  939.     item
  940.       Destination = '$(ApplicationDir)\wbobp32i.dll'
  941.       DateModified = 35956.333333333340000000
  942.       Size = 60416
  943.       Source = 'C:\_NT\ZIP\b72\wbobp32i.dll'
  944.       VersionHi = 131076
  945.       VersionLo = 131088
  946.     end
  947.     item
  948.       Destination = '$(ApplicationDir)\wil.hlp'
  949.       DateModified = 35956.333333333340000000
  950.       Size = 1064669
  951.       Source = 'C:\_NT\ZIP\b72\wil.hlp'
  952.     end
  953.     item
  954.       Destination = '$(ApplicationDir)\wwwsk32i.dll'
  955.       DateModified = 35956.333333333340000000
  956.       Size = 114176
  957.       Source = 'C:\_NT\ZIP\b72\WWWSK32I.DLL'
  958.       VersionHi = 729808896
  959.     end
  960.     item
  961.       Destination = '$(ApplicationDir)\wxmisc.dll'
  962.       DateModified = 35956.333333333340000000
  963.       Size = 236032
  964.       Source = 'C:\_NT\ZIP\b72\WXMisc.dll'
  965.       VersionHi = 65536
  966.       VersionLo = 2
  967.     end
  968.     item
  969.       Destination = '$(ApplicationDir)\aadk.dll'
  970.       DateModified = 35956.333333333340000000
  971.       Size = 74752
  972.       Source = 'C:\_NT\ZIP\b72\AADK.dll'
  973.       VersionHi = 65536
  974.       VersionLo = 3
  975.     end
  976.     item
  977.       Destination = '$(ApplicationDir)\samplesnt4.alr'
  978.       DateModified = 35956.333333333340000000
  979.       Size = 8230
  980.       Source = 'C:\_NT\ZIP\b72\samplesnt4.alr'
  981.     end
  982.     item
  983.       Destination = '$(ApplicationDir)\samplesw95.alr'
  984.       DateModified = 35956.333333333340000000
  985.       Size = 8230
  986.       Source = 'C:\_NT\ZIP\b72\samplesw95.alr'
  987.     end
  988.     item
  989.       Destination = '$(ApplicationDir)\samplesnt3.alr'
  990.       DateModified = 35956.333333333340000000
  991.       Size = 8230
  992.       Source = 'C:\_NT\ZIP\b72\samplesnt3.alr'
  993.     end
  994.     item
  995.       CopyMethod = cmSourceVersionNewer
  996.       Destination = '$(ApplicationDir)\samplesnt4.pif'
  997.       DateModified = 35956.333333333340000000
  998.       Options = [foIncrementShareCount, foCheckIntegrity]
  999.       Size = 2857
  1000.       Source = 'C:\_NT\ZIP\b72\sample~1.pif'
  1001.     end
  1002.     item
  1003.       CopyMethod = cmSourceVersionNewer
  1004.       Destination = '$(ApplicationDir)\samplesnt3.pif'
  1005.       DateModified = 35956.333333333340000000
  1006.       Options = [foIncrementShareCount, foCheckIntegrity]
  1007.       Size = 2857
  1008.       Source = 'C:\_NT\ZIP\b72\sample~2.pif'
  1009.     end
  1010.     item
  1011.       Destination = '$(ApplicationDir)\samplesw95.pif'
  1012.       DateModified = 35956.333333333340000000
  1013.       Options = [foIncrementShareCount, foCheckIntegrity]
  1014.       Size = 545
  1015.       Source = 'C:\_NT\ZIP\b72\sample~3.pif'
  1016.     end
  1017.     item
  1018.       Destination = '$(ApplicationDir)\aa\lotus.hlp'
  1019.       DateModified = 35956.333333333340000000
  1020.       Size = 7761
  1021.       Source = 'C:\_NT\ZIP\b72\lotus.hlp'
  1022.     end
  1023.     item
  1024.       Destination = '$(ApplicationDir)\wwctl32i.dll'
  1025.       DateModified = 35956.333333333340000000
  1026.       Size = 36352
  1027.       Source = 'C:\_NT\ZIP\b72\wwctl32i.dll'
  1028.     end
  1029.     item
  1030.       Destination = '$(ApplicationDir)\clokread.txt'
  1031.       DateModified = 35956.333333333340000000
  1032.       Size = 14116
  1033.       Source = 'C:\_NT\ZIP\b72\clokread.txt'
  1034.     end
  1035.     item
  1036.       Destination = '$(ApplicationDir)\v95.072'
  1037.       DateModified = 35956.333333333340000000
  1038.       Size = 1
  1039.       Source = 'C:\_NT\ZIP\b72\v95.072'
  1040.     end
  1041.     item
  1042.       Destination = '$(ApplicationDir)\cm95wil.hlp'
  1043.       DateModified = 35956.333333333340000000
  1044.       Size = 28555
  1045.       Source = 'C:\_NT\ZIP\b72\cm95wil.hlp'
  1046.     end
  1047.     item
  1048.       Destination = '$(ApplicationDir)\aa\webcheck.hlp'
  1049.       DateModified = 35956.333333333340000000
  1050.       Size = 23663
  1051.       Source = 'C:\_NT\ZIP\b72\webcheck.hlp'
  1052.     end
  1053.     item
  1054.       Destination = '$(ApplicationDir)\aa\webcheck.dll'
  1055.       DateModified = 35956.333333333340000000
  1056.       Size = 152576
  1057.       Source = 'C:\_NT\ZIP\b72\webcheck.dll'
  1058.       VersionHi = 65536
  1059.       VersionLo = 72
  1060.     end
  1061.     item
  1062.       Destination = '$(ApplicationDir)\wxmapi.dll'
  1063.       DateModified = 35956.333333333340000000
  1064.       Size = 46592
  1065.       Source = 'C:\_nt\Zip\b72\wxmapi.dll'
  1066.       VersionHi = 65536
  1067.       VersionLo = 72
  1068.     end
  1069.     item
  1070.       Destination = '$(ApplicationDir)\dialup.wil'
  1071.       DateModified = 35956.333333333340000000
  1072.       Size = 1886
  1073.       Source = 'C:\_nt\Zip\b72\dialup.wil'
  1074.     end
  1075.     item
  1076.       Destination = '$(ApplicationDir)\tips\options.avi'
  1077.       DateModified = 35956.333333333340000000
  1078.       Size = 472140
  1079.       Source = 'C:\_nt\Zip\b72\options.avi'
  1080.     end
  1081.     item
  1082.       Destination = '$(ApplicationDir)\tips\tip1.avi'
  1083.       DateModified = 35956.333333333340000000
  1084.       Size = 263680
  1085.       Source = 'C:\_nt\Zip\b72\tip1.avi'
  1086.     end
  1087.     item
  1088.       Destination = '$(ApplicationDir)\tips\sysmenu.avi'
  1089.       DateModified = 35956.333333333340000000
  1090.       Size = 218692
  1091.       Source = 'C:\_nt\Zip\b72\sysmenu.avi'
  1092.     end
  1093.     item
  1094.       Destination = '$(ApplicationDir)\tips\runwil.avi'
  1095.       DateModified = 35956.333333333340000000
  1096.       Size = 576528
  1097.       Source = 'C:\_nt\Zip\b72\runwil.avi'
  1098.     end>
  1099.   Folders = <
  1100.     item
  1101.       Default = '$(SetUtilResults)'
  1102.       Description = 
  1103.         'Use the field below to specify the folder where you want the app' +
  1104.         'lication files to be copied to.'
  1105.       Title = 'Select application folder'
  1106.       Variable = 'ApplicationDir'
  1107.     end>
  1108.   Shortcuts = <
  1109.     item
  1110.       Command = '$(ApplicationDir)\clockman.exe'
  1111.       Description = 'ClockMan95'
  1112.       Directory = '$(ApplicationDir)'
  1113.       Shortcut = '$(ShortcutFolder)'
  1114.       ShowMode = 1
  1115.     end
  1116.     item
  1117.       Command = '$(ApplicationDir)\clockman.exe'
  1118.       Description = 'ClockMan95'
  1119.       Directory = '$(ApplicationDir)'
  1120.       Shortcut = '$(ShellStartup)'
  1121.       ShowMode = 1
  1122.     end
  1123.     item
  1124.       Command = 'winhlp32.exe'
  1125.       Description = 'ClockMan95 Help'
  1126.       IconFile = 'winhlp32.exe'
  1127.       IconIndex = 1
  1128.       Parameters = '-I CSMain $(ApplicationDir)\clockman.hlp'
  1129.       Shortcut = '$(ShortcutFolder)'
  1130.       ShowMode = 1
  1131.     end
  1132.     item
  1133.       Command = '$(ApplicationDir)\wil.hlp'
  1134.       Description = 'WIL Language Help'
  1135.       Directory = '$(ApplicationDir)'
  1136.       IconFile = 'winhlp32.exe'
  1137.       IconIndex = 1
  1138.       Shortcut = '$(ShortcutFolder)'
  1139.       ShowMode = 2
  1140.     end
  1141.     item
  1142.       Command = '$(ApplicationDir)\clok-chg.txt'
  1143.       Description = 'Release Notes'
  1144.       Directory = '$(ApplicationDir)'
  1145.       Shortcut = '$(ShortcutFolder)'
  1146.       ShowMode = 1
  1147.     end
  1148.     item
  1149.       Command = '$(ApplicationDir)\remove.exe'
  1150.       Description = 'Uninstall ClockMan95'
  1151.       Parameters = '/U:"$(ApplicationDir)\Remove.log"'
  1152.       Shortcut = '$(ShortcutFolder)'
  1153.       ShowMode = 1
  1154.     end>
  1155.   Languages = <
  1156.     item
  1157.       Strings = <
  1158.         item
  1159.           Index = 'Pages\Buttons\Next'
  1160.           Value = '&Next >'
  1161.         end
  1162.         item
  1163.           Index = 'Pages\Welcome\Message'
  1164.           Value = 
  1165.             '{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{' +
  1166.             '\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Serif;}{\f3\fsw' +
  1167.             'iss Arial;}{\f4\fswiss Arial;}}'#13#10'{\colortbl\red0\green0\blue0;}'#13 +
  1168.             #10'\deflang1033\pard\plain\f0\fs20\b Welcome!\plain\f0\fs16 '#13#10'\par' +
  1169.             ' \plain\f4\fs8 '#13#10'\par \plain\f0\fs16 Welcome to the $(Applicatio' +
  1170.             'nName) setup wizard. This wizard will install $(ApplicationName)' +
  1171.             ' on your system.'#13#10'\par \plain\f4\fs8 '#13#10'\par '#13#10'\par \plain\f0\fs1' +
  1172.             '6 Press \plain\f0\fs16\b Next\plain\f0\fs16  when you are ready ' +
  1173.             'to begin.'#13#10'\par }'#13#10#0
  1174.         end>
  1175.     end>
  1176.   Uninstall.Enabled = True
  1177.   Uninstall.LogFile = '$(ApplicationDir)\Remove.log'
  1178.   Uninstall.UninstallFile = '$(ApplicationDir)\Remove.exe'
  1179.   Uninstall.WindowTitle = 'Remove'
  1180.   Product = 2
  1181.   Version = 532
  1182.   RegistrationName = 'Koll Simonds'
  1183.   RegistrationOrganization = 'Graphical Dynamics, Inc.'
  1184.   RegistrationSerial = '134E3C931D8C4495'
  1185. end
  1186.