home *** CD-ROM | disk | FTP | other *** search
/ software.ibm.com / www6.software.ibm.com.zip / www6.software.ibm.com / software / plugins / icmcdb2.exe / ICM101CD.PKG < prev    next >
Text File  |  1996-05-09  |  25KB  |  711 lines

  1. *********************************************************************
  2. *               IBM Internet Connection Phone                       *
  3. *                                                                   *
  4. * IC Phone (C) COPYRIGHT IBM CORP. 1995,1996. ALL RIGHTS RESERVED.  *
  5. *             LICENSED MATERIALS - PROPERTY OF IBM                  *
  6. *                                                                   *
  7. * Note to translators:                                              *
  8. * Items requiring translation are marked with TRANS:                *
  9. *                                                                   *                                                                                  *
  10. *********************************************************************
  11.  
  12. *******************************************************************
  13. ***---------CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM------------------***
  14. *-----------------------------------------------------------------*
  15. * The following exit is required for CD-ROM install.
  16. * Also for CD-ROM install, remove all references to VOLUME = INSTALLx
  17. * in FILE entries.
  18. * Comment it out for a DISKETTE install.
  19. *******************************************************************
  20.   FILE
  21.      EXITWHEN = 'ALWAYS',
  22.      EXITIGNOREERR = 'YES',
  23.      EXIT = 'EXEC ATTRIB.EXE %EPFIFILEDIR%\ICM101CD.PKG -R'
  24.  
  25. *********************************************************************
  26. ***-----------DISKETTE DISKETTE DISKETTE DISKETTE-----------------***
  27. *-------------------------------------------------------------------*
  28. * Define which diskettes contain the files to be installed.
  29. * Comment these out for CD-ROM install.
  30. *********************************************************************
  31. * DISK
  32.    * Software Installer prompts the user using this name.
  33.    * TRANS:  (Do not translate "NAME")
  34. *   NAME = 'IBM Internet Connection Phone Installation - Disk 1',
  35. *   VOLUME = 'INSTALL1'
  36.  
  37. * DISK
  38.    * Software Installer prompts the user using this name.
  39.    * TRANS:  (Do not translate "NAME")
  40. *   NAME = 'IBM Internet Connection Phone Installation - Disk 2',
  41. *   VOLUME = 'INSTALL2'
  42.  
  43. *********************************************************************
  44. * Define the service level.
  45. * Make sure it matches the VRM value in the catelog file (.ICF).
  46. *********************************************************************
  47. SERVICELEVEL
  48.    LEVEL = '010000'
  49.  
  50. *********************************************************************
  51. * Define the default directory and label to appear in the
  52. * Install - directories window.  Software Installer prompts the user for
  53. * one directory.  Other directories are then created below this one.
  54. *********************************************************************
  55. PATH
  56.    FILE = 'C:/ICPHONE',
  57. * TRANS:  (Do not translate "FILELABEL")
  58.    FILELABEL = 'Product directory: ',
  59. * TRANS:  (Do not translate "DESCRIPTION")
  60.    DESCRIPTION = 'IBM Internet Connection Phone will be installed in the directory specified.  Change this if would like it installed in a different directory.'
  61.  
  62. *******************************************************************
  63. * DEFAULTPROG is the name of the Program Group or Folder where the
  64. * product icons will be installed.
  65. * The user is given a chance to change the name of the Program
  66. * Group or Folder (and thus the value of DEFAULTPROG) when the
  67. * GETPROG.EXE exit is called later in the install.
  68. * (NOTE:  GETPROG.EXE expects to have DEFAULTPROG already set
  69. * before it does its thing.)
  70. *******************************************************************
  71. FILE
  72.      EXITWHEN = 'INSTALL || DELETE || UPDATE || REPLACE',
  73. * TRANS:  (Do not translate "EXIT" "SETVAR" "DEFAULTPROG")
  74.      EXIT = 'SETVAR DEFAULTPROG="IBM Internet Connection Phone"'
  75.  
  76. *********************************************************************
  77. * SDPNAME, READMENAME, UNINSNAME, and HELPNAME are the names placed under
  78. * the icons when they are installed in the Program Group.
  79. *********************************************************************
  80. FILE
  81.      EXITWHEN = 'INSTALL || DELETE || UPDATE || REPLACE',
  82. * TRANS:   (Do not translate "EXIT" "SETVAR" "SDPNAME")
  83.      EXIT = 'SETVAR SDPNAME="IBM Internet Connection Phone"'
  84.  
  85. FILE
  86.      EXITWHEN = 'INSTALL || DELETE || UPDATE || REPLACE',
  87. * TRANS:   (Do not translate "EXIT" "SETVAR" READMENAME")
  88.      EXIT = 'SETVAR READMENAME="IC Phone README.TXT"'
  89.  
  90. FILE
  91.      EXITWHEN = 'INSTALL || DELETE || UPDATE || REPLACE',
  92. * TRANS:   (Do not translate "EXIT" "SETVAR" "UNINSTALLNAME")
  93.      EXIT = 'SETVAR UNINSTALLNAME="IC Phone Uninstall"'
  94.  
  95. FILE
  96.      EXITWHEN = 'INSTALL || DELETE || UPDATE || REPLACE',
  97. * TRANS:   (Do not translate "EXIT" "SETVAR" "HELPNAME")
  98.      EXIT = 'SETVAR HELPNAME="IC Phone Help"'
  99.  
  100. *********************************************************************
  101. * Set the ICFPROD variable to the exact value of the PACKAGE NAME
  102. * entry in the catalog file (.ICF file).
  103. *********************************************************************
  104. FILE
  105.      EXITWHEN = 'INSTALL || DELETE || UPDATE || REPLACE',
  106. * TRANS:   (Do not translate "EXIT" "SETVAR" "ICFPROD")
  107. * Note to translator:  Translate "IC_Phone" to exactly the same value as
  108. *                      you used for the PACKAGE NAME entry in the ICM101CD.ICF
  109. *                      file.
  110.      EXIT = 'SETVAR ICFPROD="IC_Phone"'
  111.  
  112. *********************************************************************
  113. * SUCCx variables form the message issued when the installation
  114. * completes successfully.
  115. *********************************************************************
  116. FILE
  117. * TRANS:   (Do not translate "EXIT" "SETVAR" "SUCC1" "%SDPNAME%")
  118.      EXIT = 'SETVAR SUCC1=%SDPNAME% was successfully installed!  You do NOT need to restart your system.'
  119.  
  120. FILE
  121. * TRANS:   (Do not translate "EXIT" "SETVAR" "SUCC2")
  122. * Note to translator:  "OK" refers to the button displayed in the message box at the end of installation.
  123. *                      Please make this matches the button name.
  124.      EXIT = 'SETVAR SUCC2=To exit the installation program, select OK in this message box,'
  125.  
  126. FILE
  127. * TRANS:   (Do not translate "EXIT" "SETVAR" "SUCC3")
  128. * Note to translator:  "Exit" refers to the button displayed on the installation program.
  129. *                      Please make this matches the button name.
  130.      EXIT = 'SETVAR SUCC3=then select Exit in the Installation program window.'
  131.  
  132. FILE
  133. * TRANS:   (Do not translate "EXIT" "SETVAR" "SUCC4")
  134.      EXIT = 'SETVAR SUCC4=Enjoy great conversations on your new IC Phone!'
  135.  
  136. *********************************************************************
  137. * UPDTx variables form the message issued when the installation
  138. * completes successfully.
  139. *********************************************************************
  140. FILE
  141. * TRANS:   (Do not translate "EXIT" "SETVAR" "UPDT1" "%SDPNAME%")
  142.      EXIT = 'SETVAR UPDT1=%SDPNAME% was successfully updated.  You do NOT need to restart your system.'
  143.  
  144. FILE
  145. * TRANS:   (Do not translate "EXIT" "SETVAR" "UPDT2")
  146. * Note to translator:  "OK" refers to the button displayed in the message box at the end of installation.
  147. *                      "Exit" refers to the button displayed on the installation program.
  148. *                      Please make these words match the button names.
  149.      EXIT = 'SETVAR UPDT2=To exit the installation program, select OK in this message box, then select Exit'
  150.  
  151. FILE
  152. * TRANS:   (Do not translate "EXIT" "SETVAR" "UPDT3")
  153.      EXIT = 'SETVAR UPDT3=in the Installation program window.  Enjoy!'
  154.  
  155. *******************************************************************
  156. * On deleting or updating the product, get the name of the Program
  157. * Group (GETPROG.EXE expects to find the name of program group in
  158. * the INSTINI.INI file, which it creates).
  159. *******************************************************************
  160. FILE
  161.    EXITWHEN      = 'DELETE || UPDATE',
  162.    EXITIGNOREERR = 'NO',
  163.    EXIT = 'EXEC %EPFIFILEDIR%/GETPROG.EXE'
  164.  
  165. *******************************************************************
  166. * On deleting or updating the product, reset the WINDOWSDIR
  167. * and SYSTEMDIR variables so we can
  168. * delete, update, or replace the items installed in the Windows
  169. * directory and the Windows System directory.
  170. *******************************************************************
  171. FILE
  172.      EXITWHEN = 'DELETE || UPDATE',
  173.      EXITIGNOREERR = 'NO',
  174.      EXIT = 'EXEC %EPFIFILEDIR%/GETWIND.EXE'
  175.  
  176. FILE
  177.    EXITWHEN      = 'DELETE || UPDATE',
  178.    EXITIGNOREERR = 'NO',
  179.    EXIT = 'EXEC %EPFIFILEDIR%/GETSYSD.EXE'
  180.  
  181. *******************************************************************
  182. *     Begin  Install Diskette 1     Volume Label =  INSTALL1
  183. *******************************************************************
  184.  
  185. *******************************************************************
  186. * Install the exit that gets the Windows directory  (GETWIND.EXE)
  187. *******************************************************************
  188. FILE
  189.      WHEN = 'OUTOFDATE',
  190.      DATE = '960213',
  191.      TIME = '1441',
  192.      UNPACK = 'YES',
  193.      SOURCE = 'DRIVE: GETWIND.EX_',
  194. *    VOLUME = 'INSTALL1',
  195.      PWS = 'GETWIND.EXE'
  196.  
  197. *******************************************************************
  198. * Run the exit to set the value of the windows directory in the
  199. * WINDOWSDIR installation variable.
  200. *******************************************************************
  201. FILE
  202.      EXITWHEN = 'INSTALL',
  203.      EXITIGNOREERR = 'NO',
  204.      EXIT = 'EXEC %EPFIFILEDIR%/GETWIND.EXE'
  205.  
  206. *******************************************************************
  207. * Install the exit that gets the Windows system directory  (GETSYSD.EXE)
  208. *******************************************************************
  209. FILE
  210.      WHEN = 'OUTOFDATE',
  211.      DATE = '960215',
  212.      TIME = '1118',
  213.      UNPACK = 'YES',
  214.      SOURCE = 'DRIVE: GETSYSD.EX_',
  215. *    VOLUME = 'INSTALL1',
  216.      PWS = 'GETSYSD.EXE'
  217.  
  218. *******************************************************************
  219. * Run the exit to set the value of the windows system directory in
  220. * the SYSTEMDIR installation variable.
  221. *******************************************************************
  222. FILE
  223.    EXITWHEN      = 'INSTALL',
  224.    EXITIGNOREERR = 'NO',
  225.    EXIT = 'EXEC %EPFIFILEDIR%/GETSYSD.EXE'
  226.  
  227. *******************************************************************
  228. * Install the exit that prompts the user for their program group (GETPROG.EXE)
  229. *******************************************************************
  230. FILE
  231.      WHEN = 'OUTOFDATE',
  232.      DATE = '960220',
  233.      TIME = '1031',
  234.      UNPACK = 'YES',
  235.      SOURCE = 'DRIVE: GETPROG.EX_',
  236. *    VOLUME = 'INSTALL1',
  237.      PWS = 'GETPROG.EXE'
  238.  
  239. *******************************************************************
  240. * On install of the product, prompt the user for what program group
  241. * or folder they want the product's icons to be installed in.
  242. * The default is set in DEFAULTPROG at the top of this file.
  243. * GETPROG resets the DEFAULTPROG variable to what the user specifies
  244. * in the prompt and stores that value (or the default if the user
  245. * doesn't change it) in its own INI file (INSTINI.INI) so it can
  246. * retrieve this value when uninstalling the product.
  247. *******************************************************************
  248. FILE
  249.    EXITWHEN      = 'INSTALL',
  250.    EXITIGNOREERR = 'NO',
  251.    EXIT = 'EXEC %EPFIFILEDIR%/GETPROG.EXE'
  252.  
  253. FILE
  254.      PWS = 'SDP.EXE',
  255.      WHEN = 'INSTALL',
  256.      DATE = '960509',
  257.      TIME = '0830',
  258.      HIDDEN = 'NO',
  259.      READONLY = 'NO',
  260.      UNPACK = 'YES',
  261. *    VOLUME = 'INSTALL1',
  262.      SOURCE = 'DRIVE:SDP.EX_'
  263.  
  264.  
  265. FILE
  266.    ***************************************************************
  267.    * Add SDP.EXE to the product's program group.
  268.    ***************************************************************
  269.    EXITWHEN = 'INSTALL',
  270.    EXITIGNOREERR = 'YES',
  271.    EXIT='ADDPROG "%DEFAULTPROG%" "%SDPNAME%" %EPFIFILEDIR%//SDP.EXE'
  272.  
  273. FILE
  274.    WHEN = 'INSTALL',
  275.    DATE = '960509',
  276.    TIME = '0830',
  277.    UNPACK = 'NO',
  278.    SOURCE = 'DRIVE: README.TXT',
  279. *  VOLUME = 'INSTALL1',
  280.    PWS = 'README.TXT'
  281.  
  282. FILE
  283.    **************************************************************
  284.    * Add the README.TXT file to the product's program group.
  285.    **************************************************************
  286.    EXITWHEN = 'INSTALL',
  287.    EXITIGNOREERR = 'YES',
  288.    EXIT='ADDPROG "%DEFAULTPROG%" "%READMENAME%" %EPFIFILEDIR%//README.TXT'
  289.  
  290. FILE
  291.    WHEN = 'OUTOFDATE',
  292.    DATE = '960509',
  293.    TIME = '0830',
  294.    UNPACK = 'NO',
  295.    SOURCE = 'DRIVE: ICM101CD.ICF',
  296. *  VOLUME = 'INSTALL1',
  297.    PWS = 'ICM101CD.ICF'
  298.  
  299. *-----------------------------------------------------------------*
  300. *  Software Installer Stuff Needed for Uninstall to Work          *
  301. *-----------------------------------------------------------------*
  302. *********************************************************************
  303. *                      SOFTWARE INSTALLER                           *
  304. * 5622-056 (C) COPYRIGHT IBM CORP. 1989, 1994. ALL RIGHTS RESERVED. *
  305. *             LICENSED MATERIALS - PROPERTY OF IBM                  *
  306. *                                                                   *
  307. *      Package File to Install and Register Software Installer      *
  308. *                                                                   *
  309. * ----------------------------------------------------------------- *
  310. *                                                                   *
  311. * Before this package file is included in another package file, you *
  312. * must modify it.                                                   *
  313. *                                                                   *
  314. *********************************************************************
  315.  
  316. PACKFILE
  317.    SOURCE = 'DRIVE: INSTALL.IN_',
  318. *  VOLUME = 'INSTALL1',
  319.    ID     = INSTALL
  320.  
  321. ***********************************************
  322. *       Base / non-translatable parts.        *
  323. ***********************************************
  324.  
  325. * Part of INSTALL.IN_
  326. FILE
  327.    WHEN = 'INSTALL',
  328.    PACKID = INSTALL,
  329.    PWS = 'epfinsts.exe',
  330.    REPLACEINUSE = 'I U D R',
  331.    DATE = '941209',
  332.    TIME = '0917'
  333.  
  334. * Part of INSTALL.IN_
  335. FILE
  336.    WHEN = 'INSTALL',
  337.    PACKID = INSTALL,
  338.    PWS = 'epfiupck.exe',
  339.    REPLACEINUSE = 'I U D R',
  340.    DATE = '941209',
  341.    TIME = '0901'
  342.  
  343. * Part of INSTALL.IN_
  344. FILE
  345.    WHEN = 'INSTALL',
  346.    PACKID = INSTALL,
  347.    PWS = 'epfdlgw.dll',
  348.    REPLACEINUSE = 'I U D R',
  349.    DATE = '941110',
  350.    TIME = '1047'
  351.  
  352. * Part of INSTALL.IN_
  353. FILE
  354.    WHEN = 'INSTALL',
  355.    PACKID = INSTALL,
  356.    PWS = 'epfcnrw.dll',
  357.    REPLACEINUSE = 'I U D R',
  358.    DATE = '941110',
  359.    TIME = '1047'
  360.  
  361. * Part of INSTALL.IN_
  362. FILE
  363.    WHEN = 'INSTALL',
  364.    PACKID = INSTALL,
  365.    PWS = 'epfdrcw.dll',
  366.    REPLACEINUSE = 'I U D R',
  367.    DATE = '941110',
  368.    TIME = '1050'
  369.  
  370. * Part of INSTALL.IN_
  371. FILE
  372.    WHEN = 'INSTALL',
  373.    PACKID = INSTALL,
  374.    PWS = 'epfw_dos.com',
  375.    REPLACEINUSE = 'I U D R',
  376.    DATE = '941209',
  377.    TIME = '0913'
  378.  
  379. * Part of INSTALL.IN_
  380. FILE
  381.    WHEN = 'INSTALL',
  382.    PACKID = INSTALL,
  383.    PWS = 'epfw_dos.pif',
  384.    REPLACEINUSE = 'I U D R',
  385.    DATE = '941209',
  386.    TIME = '0859'
  387.  
  388. * Part of INSTALL.IN_
  389. FILE
  390.    WHEN = 'INSTALL',
  391.    PACKID = INSTALL,
  392.    PWS = 'epfiexts.dll',
  393.    REPLACEINUSE = 'I U D R',
  394.    DATE = '941209',
  395.    TIME = '0917'
  396.  
  397. ***********************************************
  398. *       NLS / translatable parts.             *
  399. *          (Already translated)               *
  400. ***********************************************
  401. * Part of INSTALL.IN_
  402. FILE
  403.    WHEN = 'INSTALL',
  404.    PACKID = INSTALL,
  405.    PWS = 'epfwmgms.dat',
  406.    REPLACEINUSE = 'I U D R',
  407.    DATE = '960214',
  408.    TIME = '1031'
  409.  
  410. * Part of INSTALL.IN_
  411. FILE
  412.    WHEN = 'INSTALL',
  413.    PACKID = INSTALL,
  414.    PWS = 'epfwhelp.hlp',
  415.    REPLACEINUSE = 'I U D R',
  416.    DATE = '941209',
  417.    TIME = '0918'
  418.  
  419. * Part of INSTALL.IN_
  420. FILE
  421.    WHEN = 'INSTALL',
  422.    PACKID = INSTALL,
  423.    PWS = 'epfwpii.dll',
  424.    REPLACEINUSE = 'I U D R',
  425.    DATE = '941209',
  426.    TIME = '0917'
  427.  
  428. *******************************************************************
  429. * Add the Uninstall icon to the product's program group.
  430. *******************************************************************
  431. FILE
  432.    EXITWHEN = 'INSTALL',
  433.    EXITIGNOREERR = 'NO',
  434.    EXIT = 'ADDPROG "%DEFAULTPROG%" "%UNINSTALLNAME%" "%EPFIFILEDIR%//EPFINSTS.EXE /A:D /P:%ICFPROD% /C:%EPFIFILEDIR%//ICM101CD.ICF" %EPFIFILEDIR%'
  435.  
  436. *-----------------------------------------------------------------*
  437. *******************************************************************
  438. *     End    Install Diskette 1     Volume Label =  INSTALL1
  439. *******************************************************************
  440. *------------------------------------------------------------------
  441. *******************************************************************
  442. *     Begin  Install Diskette 2     Volume Label =  INSTALL2
  443. *******************************************************************
  444.  
  445. FILE
  446.      WHEN = 'OUTOFDATE',
  447.      DATE = '960508',
  448.      TIME = '0830',
  449.      HIDDEN = 'NO',
  450.      READONLY = 'NO',
  451.      UNPACK = 'YES',
  452.      SOURCE = 'DRIVE: SDP_EN.HL_',
  453. *    VOLUME = 'INSTALL2',
  454.      PWS = 'SDP_EN.HLP'
  455.  
  456. *******************************************************************
  457. * Add SDP_EN.HLP to the icons in the product's program group
  458. *******************************************************************
  459. FILE
  460.      EXITWHEN = 'INSTALL',
  461.      EXITIGNOREERR = 'NO',
  462.      EXIT='ADDPROG "%DEFAULTPROG%" "%HELPNAME%" %EPFIFILEDIR%//SDP_EN.HLP %EPFIFILEDIR%'
  463.  
  464. *******************************************************************
  465. * Note:  Only install SDP.INI if it doesn't already exist
  466. *******************************************************************
  467. FILE
  468.    WHEN = 'NOTEXIST',
  469.    DATE = '960326',
  470.    TIME = '0830',
  471.    UNPACK = 'YES',
  472.    SOURCE = 'DRIVE: SDP.IN_',
  473. *  VOLUME = 'INSTALL2',
  474.    PWSPATH = 'PWSFILE',
  475.    PWS = '%WINDOWSDIR%/SDP.INI'
  476.  
  477. *******************************************************************
  478. * Note:  Only install SDPSERV.INI if it doesn't already exist
  479. *******************************************************************
  480. FILE
  481.    WHEN = 'NOTEXIST',
  482.    DATE = '960216',
  483.    TIME = '0830',
  484.    UNPACK = 'YES',
  485.    SOURCE = 'DRIVE: SDPSERV.IN_',
  486. *  VOLUME = 'INSTALL2',
  487.    PWSPATH = 'PWSFILE',
  488.    PWS = '%WINDOWSDIR%/SDPSERV.INI'
  489.  
  490. *******************************************************************
  491. * Since we don't want to remove the DLLs installed in the system
  492. * directory, we will set a valid name for the system directory
  493. * upon install and a fake one upon delete.  That way the DLLs don't
  494. * get removed upon uninstall because during delete, installer looks
  495. * for a fake directory.
  496. *******************************************************************
  497. FILE
  498.      EXITWHEN = 'INSTALL || UPDATE',
  499.      EXIT = 'SETVAR DLLDIR=%SYSTEMDIR%'
  500. FILE
  501.      EXITWHEN = 'DELETE',
  502.      EXIT = 'SETVAR DLLDIR=$$JUNK$$'
  503.  
  504. *******************************************************************
  505. * Install this DLL to the windows system directory (upon uninstall
  506. * the DLLDIR variable is set to a dummy directory so that this DLL
  507. * does not get uninstalled).
  508. *******************************************************************
  509. FILE
  510.    WHEN = 'OUTOFDATE',
  511.    DATE = '940823',
  512.    TIME = '0830',
  513.    UNPACK = 'YES',
  514.    SOURCE = 'DRIVE: CTL3D.DL_',
  515. *  VOLUME = 'INSTALL2',
  516.    PWSPATH = 'PWSFILE',
  517.    PWS = '%DLLDIR%/CTL3D.DLL'
  518.  
  519. ******************************************************************
  520. *
  521. * Install this EXE to the windows directory
  522. *
  523. ******************************************************************
  524.  
  525. FILE
  526.    WHEN = 'OUTOFDATE',
  527.    DATE = '950403',
  528.    TIME = '0830',
  529.    UNPACK = 'YES',
  530.    SOURCE = 'DRIVE: D2HNAV.EX_',
  531. *  VOLUME = 'INSTALL2',
  532.    PWSPATH = 'PWSFILE',
  533.    PWS = '%WINDOWSDIR%/D2HNAV.EXE'
  534.  
  535. *******************************************************************
  536. * Install this DLL to the windows system directory (upon uninstall
  537. * the DLLDIR variable is set to a dummy directory so that this DLL
  538. * does not get uninstalled).
  539. *******************************************************************
  540. FILE
  541.    WHEN = 'OUTOFDATE',
  542.    DATE = '950408',
  543.    TIME = '0830',
  544.    UNPACK = 'YES',
  545.    SOURCE = 'DRIVE: D2HLINK.DL_',
  546. *  VOLUME = 'INSTALL2',
  547.    PWSPATH = 'PWSFILE',
  548.    PWS = '%DLLDIR%/D2HLINK.DLL'
  549.  
  550. *******************************************************************
  551. * Install this DLL to the windows system directory (upon uninstall
  552. * the DLLDIR variable is set to a dummy directory so that this DLL
  553. * does not get uninstalled).
  554. *******************************************************************
  555. FILE
  556.    WHEN = 'OUTOFDATE',
  557.    DATE = '950227',
  558.    TIME = '0830',
  559.    UNPACK = 'YES',
  560.    SOURCE = 'DRIVE: D2HTOOLS.DL_',
  561. *  VOLUME = 'INSTALL2',
  562.    PWSPATH = 'PWSFILE',
  563.    PWS = '%DLLDIR%/D2HTOOLS.DLL'
  564.  
  565. FILE
  566.    WHEN = 'OUTOFDATE',
  567.    DATE = '960311',
  568.    TIME = '0830',
  569.    UNPACK = 'YES',
  570.    SOURCE = 'DRIVE: DMDLL.DL_',
  571. *  VOLUME = 'INSTALL2',
  572.    PWS = 'DMDLL.DLL'
  573.  
  574. FILE
  575.    WHEN = 'OUTOFDATE',
  576.    DATE = '960505',
  577.    TIME = '0830',
  578.    UNPACK = 'YES',
  579.    SOURCE = 'DRIVE: INTERVOD.DL_',
  580. *  VOLUME = 'INSTALL2',
  581.    PWS = 'INTERVOD.DLL'
  582.  
  583. FILE
  584.    WHEN = 'OUTOFDATE',
  585.    DATE = '960311',
  586.    TIME = '0830',
  587.    UNPACK = 'YES',
  588.    SOURCE = 'DRIVE: IPCDLL.DL_',
  589. *  VOLUME = 'INSTALL2',
  590.    PWS = 'IPCDLL.DLL'
  591.  
  592. FILE
  593.    WHEN = 'OUTOFDATE',
  594.    DATE = '960327',
  595.    TIME = '0830',
  596.    UNPACK = 'YES',
  597.    SOURCE = 'DRIVE: HANGUP.WA_',
  598. *  VOLUME = 'INSTALL2',
  599.    PWS = 'HANGUP.WAV'
  600.  
  601.  
  602. FILE
  603.    WHEN = 'OUTOFDATE',
  604.    DATE = '960506',
  605.    TIME = '0830',
  606.    UNPACK = 'YES',
  607.    SOURCE = 'DRIVE: BUSY_EN.WA_',
  608. *  VOLUME = 'INSTALL2',
  609.    PWS = 'BUSY_EN.WAV'
  610.  
  611. FILE
  612.    WHEN = 'OUTOFDATE',
  613.    DATE = '951207',
  614.    TIME = '0830',
  615.    UNPACK = 'YES',
  616.    SOURCE = 'DRIVE: CALL_EN.WA_',
  617. *  VOLUME = 'INSTALL2',
  618.    PWS = 'CALL_EN.WAV'
  619.  
  620. FILE
  621.    WHEN = 'OUTOFDATE',
  622.    DATE = '960506',
  623.    TIME = '0830',
  624.    UNPACK = 'YES',
  625.    SOURCE = 'DRIVE: CHARM_EN.WA_',
  626. *  VOLUME = 'INSTALL2',
  627.    PWS = 'CHARM_EN.WAV'
  628.  
  629. FILE
  630.    WHEN = 'OUTOFDATE',
  631.    DATE = '950202',
  632.    TIME = '0830',
  633.    UNPACK = 'YES',
  634.    SOURCE = 'DRIVE: RING_EN.WA_',
  635. *  VOLUME = 'INSTALL2',
  636.    PWS = 'RING_EN.WAV'
  637.  
  638. FILE
  639.    WHEN = 'OUTOFDATE',
  640.    DATE = '951002',
  641.    TIME = '0830',
  642.    UNPACK = 'YES',
  643.    SOURCE = 'DRIVE: VQ.DS_',
  644. *  VOLUME = 'INSTALL2',
  645.    PWS = 'VQ.DSP'
  646.  
  647. FILE
  648.    WHEN = 'OUTOFDATE',
  649.    DATE = '960207',
  650.    TIME = '0830',
  651.    UNPACK = 'YES',
  652.    SOURCE = 'DRIVE: SPKVOD.DS_',
  653. *  VOLUME = 'INSTALL2',
  654.    PWS = 'SPKVOD.DSP'
  655.  
  656. FILE
  657.    WHEN = 'OUTOFDATE',
  658.    DATE = '960204',
  659.    TIME = '0830',
  660.    UNPACK = 'YES',
  661.    SOURCE = 'DRIVE: SDP.DH_',
  662. *  VOLUME = 'INSTALL2',
  663.    PWS = 'SDP.DHN'
  664.  
  665. *******************************************************************
  666. * Install this file to the windows system directory (upon uninstall
  667. * the DLLDIR variable is set to a dummy directory so that this file
  668. * does not get uninstalled).
  669. *******************************************************************
  670. FILE
  671.    WHEN = 'OUTOFDATE',
  672.    DATE = '930428',
  673.    TIME = '0830',
  674.    UNPACK = 'YES',
  675.    SOURCE = 'DRIVE: MSOUTLIN.VB_',
  676.    PWSPATH = 'PWSFILE',
  677. *  VOLUME = 'INSTALL2',
  678.    PWS = '%DLLDIR%/MSOUTLIN.VBX'
  679.  
  680. ***************************************************************
  681. * Delete all the items in the program group when the user chooses
  682. * to delete the product.  The program group will also get
  683. * deleted if there are no more icons in it.
  684. ***************************************************************
  685. FILE
  686.      EXITWHEN = 'DELETE',
  687.      EXITIGNOREERR = 'YES',
  688.      EXIT = 'DELETEPROG "%DEFAULTPROG%" "%SDPNAME%"'
  689. FILE
  690.      EXITWHEN = 'DELETE',
  691.      EXITIGNOREERR = 'YES',
  692.      EXIT = 'DELETEPROG "%DEFAULTPROG%" "%HELPNAME%"'
  693. FILE
  694.      EXITWHEN = 'DELETE',
  695.      EXITIGNOREERR = 'YES',
  696.      EXIT = 'DELETEPROG "%DEFAULTPROG%" "%READMENAME%"'
  697. FILE
  698.    EXITWHEN = 'DELETE',
  699.    EXITIGNOREERR = 'YES',
  700.    EXIT = 'DELETEPROG "%DEFAULTPROG%" "%UNINSTALLNAME%"'
  701.  
  702. ***************************************************************
  703. * Issue the appropriate message when the product has been
  704. * successfully installed or updated.
  705. ***************************************************************
  706. OPTIONS
  707.      SUCCESSINSMSG=' %SUCC1% %SUCC2% %SUCC3% %SUCC4%',
  708.      SUCCESSUPDMSG=' %UPDT1% %UPDT2% %UPDT3%'
  709.  
  710.  
  711.