home *** CD-ROM | disk | FTP | other *** search
/ software.ibm.com / www6.software.ibm.com.zip / www6.software.ibm.com / software / plugins / icncdb3.exe / ICM101CD.PKG < prev    next >
Text File  |  1996-05-08  |  25KB  |  712 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 = 'SDP32.EXE',
  255.      WHEN = 'INSTALL',
  256.      DATE = '960505',
  257.      TIME = '0830',
  258.      HIDDEN = 'NO',
  259.      READONLY = 'NO',
  260.      UNPACK = 'YES',
  261. *    VOLUME = 'INSTALL1',
  262.      SOURCE = 'DRIVE:SDP32.EX_'
  263.  
  264.  
  265. FILE
  266.    ***************************************************************
  267.    * Add SDP32.EXE to the product's program group.
  268.    ***************************************************************
  269.    EXITWHEN = 'INSTALL',
  270.    EXITIGNOREERR = 'YES',
  271.    EXIT='ADDPROG "%DEFAULTPROG%" "%SDPNAME%" %EPFIFILEDIR%//SDP32.EXE'
  272.  
  273. FILE
  274.    WHEN = 'INSTALL',
  275.    DATE = '960409',
  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 = '960405',
  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 = '941209',
  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 = '960505',
  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 = '960501',
  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 = '960110',
  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. * Note:  Only install D2HNAV.EXE if it doesn't already exist
  492. *******************************************************************
  493. FILE
  494.    WHEN = 'OUTOFDATE',
  495.    DATE = '960403',
  496.    TIME = '0830',
  497.    UNPACK = 'YES',
  498.    SOURCE = 'DRIVE: D2HNAV.EX_',
  499. *  VOLUME = 'INSTALL2',
  500.    PWSPATH = 'PWSFILE',
  501.    PWS = '%WINDOWSDIR%/D2HNAV.EXE'
  502.  
  503. *******************************************************************
  504. * Since we don't want to remove the DLLs installed in the system
  505. * directory, we will set a valid name for the system directory
  506. * upon install and a fake one upon delete.  That way the DLLs don't
  507. * get removed upon uninstall because during delete, installer looks
  508. * for a fake directory.
  509. *******************************************************************
  510. FILE
  511.      EXITWHEN = 'INSTALL || UPDATE',
  512.      EXIT = 'SETVAR DLLDIR=%SYSTEMDIR%'
  513. FILE
  514.      EXITWHEN = 'DELETE',
  515.      EXIT = 'SETVAR DLLDIR=$$JUNK$$'
  516.  
  517. *******************************************************************
  518. * Install this DLL - mfc40d.dll
  519. *
  520. *******************************************************************
  521. FILE
  522.    WHEN = 'OUTOFDATE',
  523.    DATE = '951006',
  524.    TIME = '0830',
  525.    UNPACK = 'YES',
  526.    SOURCE = 'DRIVE: MFC40D.DL_',
  527. *  VOLUME = 'INSTALL2',
  528.    PWSPATH = 'PWSFILE',
  529.    PWS = '%DLLDIR%/MFC40D.DLL'
  530.  
  531. *******************************************************************
  532. * Install this DLL to the windows system directory (upon uninstall
  533. * the DLLDIR variable is set to a dummy directory so that this DLL
  534. * does not get uninstalled).
  535. *******************************************************************
  536. FILE
  537.    WHEN = 'OUTOFDATE',
  538.    DATE = '950408',
  539.    TIME = '0830',
  540.    UNPACK = 'YES',
  541.    SOURCE = 'DRIVE: D2HLINK.DL_',
  542. *  VOLUME = 'INSTALL2',
  543.    PWSPATH = 'PWSFILE',
  544.    PWS = '%DLLDIR%/D2HLINK.DLL'
  545.  
  546. *******************************************************************
  547. * Install this DLL to the windows system directory (upon uninstall
  548. * the DLLDIR variable is set to a dummy directory so that this DLL
  549. * does not get uninstalled).
  550. *******************************************************************
  551. FILE
  552.    WHEN = 'OUTOFDATE',
  553.    DATE = '950227',
  554.    TIME = '0830',
  555.    UNPACK = 'YES',
  556.    SOURCE = 'DRIVE: D2HTOOLS.DL_',
  557. *  VOLUME = 'INSTALL2',
  558.    PWSPATH = 'PWSFILE',
  559.    PWS = '%DLLDIR%/D2HTOOLS.DLL'
  560.  
  561. FILE
  562.    WHEN = 'OUTOFDATE',
  563.    DATE = '960501',
  564.    TIME = '0830',
  565.    UNPACK = 'YES',
  566.    SOURCE = 'DRIVE: SDP_DLL.DL_',
  567. *  VOLUME = 'INSTALL2',
  568.    PWS = 'SDP_DLL.DLL'
  569.  
  570. FILE
  571.    WHEN = 'OUTOFDATE',
  572.    DATE = '960501',
  573.    TIME = '0830',
  574.    UNPACK = 'YES',
  575.    SOURCE = 'DRIVE: SDP_EN.DL_',
  576. *  VOLUME = 'INSTALL2',
  577.    PWS = 'SDP_EN.DLL'
  578.  
  579. FILE
  580.    WHEN = 'OUTOFDATE',
  581.    DATE = '960327',
  582.    TIME = '0830',
  583.    UNPACK = 'YES',
  584.    SOURCE = 'DRIVE: HANGUP.WA_',
  585.    VOLUME = 'INSTALL2',
  586.    PWS = 'HANGUP.WAV'
  587.  
  588. FILE
  589.    WHEN = 'OUTOFDATE',
  590.    DATE = '951217',
  591.    TIME = '0830',
  592.    UNPACK = 'YES',
  593.    SOURCE = 'DRIVE: BUSY_EN.WA_',
  594. *  VOLUME = 'INSTALL2',
  595.    PWS = 'BUSY_EN.WAV'
  596.  
  597. FILE
  598.    WHEN = 'OUTOFDATE',
  599.    DATE = '961207',
  600.    TIME = '0830',
  601.    UNPACK = 'YES',
  602.    SOURCE = 'DRIVE: CALL_EN.WA_',
  603. *  VOLUME = 'INSTALL2',
  604.    PWS = 'CALL_EN.WAV'
  605.  
  606. FILE
  607.    WHEN = 'OUTOFDATE',
  608.    DATE = '960220',
  609.    TIME = '0830',
  610.    UNPACK = 'YES',
  611.    SOURCE = 'DRIVE: CHARM_EN.WA_',
  612. *  VOLUME = 'INSTALL2',
  613.    PWS = 'CHARM_EN.WAV'
  614.  
  615. FILE
  616.    WHEN = 'OUTOFDATE',
  617.    DATE = '950202',
  618.    TIME = '0830',
  619.    UNPACK = 'YES',
  620.    SOURCE = 'DRIVE: RING_EN.WA_',
  621. *  VOLUME = 'INSTALL2',
  622.    PWS = 'RING_EN.WAV'
  623.  
  624. *FILE
  625. *   WHEN = 'OUTOFDATE',
  626. *   DATE = '960501',
  627. *   TIME = '0830',
  628. *   UNPACK = 'YES',
  629. *   SOURCE = 'DRIVE: VQDSP.DS_',
  630. *  VOLUME = 'INSTALL2',
  631. *   PWS = 'VQ.DSP'
  632.  
  633. *FILE
  634. *   WHEN = 'OUTOFDATE',
  635. *   DATE = '960501',
  636. *   TIME = '0830',
  637. *   UNPACK = 'YES',
  638. *   SOURCE = 'DRIVE: SPKVODSP.DS_',
  639. *  VOLUME = 'INSTALL2',
  640. *   PWS = 'SPKVOD.DSP'
  641.  
  642. FILE
  643.    WHEN = 'OUTOFDATE',
  644.    DATE = '960204',
  645.    TIME = '0830',
  646.    UNPACK = 'YES',
  647.    SOURCE = 'DRIVE: SDP.DH_',
  648. *  VOLUME = 'INSTALL2',
  649.    PWS = 'SDP.DHN'
  650.  
  651. *******************************************************************
  652. * Install this file to the windows system directory (upon uninstall
  653. * the DLLDIR variable is set to a dummy directory so that this file
  654. * does not get uninstalled).
  655. *******************************************************************
  656. FILE
  657.    WHEN = 'OUTOFDATE',
  658.    DATE = '960428',
  659.    TIME = '0830',
  660.    UNPACK = 'YES',
  661.    SOURCE = 'DRIVE: MSOUTLIN.VB_',
  662.    PWSPATH = 'PWSFILE',
  663. *  VOLUME = 'INSTALL2',
  664.    PWS = '%DLLDIR%/MSOUTLIN.VBX'
  665.  
  666. *******************************************************************
  667. * Install this file to the windows system directory (upon uninstall
  668. * the DLLDIR variable is set to a dummy directory so that this file
  669. * does not get uninstalled).
  670. *******************************************************************
  671. FILE
  672.    WHEN = 'OUTOFDATE',
  673.    DATE = '950929',
  674.    TIME = '0830',
  675.    UNPACK = 'YES',
  676.    SOURCE = 'DRIVE: MSVCR40D.DL_',
  677.    PWSPATH = 'PWSFILE',
  678. *  VOLUME = 'INSTALL2',
  679.    PWS = '%DLLDIR%/MSVCR40D.DLL'
  680.  
  681. ***************************************************************
  682. * Delete all the items in the program group when the user chooses
  683. * to delete the product.  The program group will also get
  684. * deleted if there are no more icons in it.
  685. ***************************************************************
  686. FILE
  687.      EXITWHEN = 'DELETE',
  688.      EXITIGNOREERR = 'YES',
  689.      EXIT = 'DELETEPROG "%DEFAULTPROG%" "%SDPNAME%"'
  690. FILE
  691.      EXITWHEN = 'DELETE',
  692.      EXITIGNOREERR = 'YES',
  693.      EXIT = 'DELETEPROG "%DEFAULTPROG%" "%HELPNAME%"'
  694. FILE
  695.      EXITWHEN = 'DELETE',
  696.      EXITIGNOREERR = 'YES',
  697.      EXIT = 'DELETEPROG "%DEFAULTPROG%" "%READMENAME%"'
  698. FILE
  699.    EXITWHEN = 'DELETE',
  700.    EXITIGNOREERR = 'YES',
  701.    EXIT = 'DELETEPROG "%DEFAULTPROG%" "%UNINSTALLNAME%"'
  702.  
  703. ***************************************************************
  704. * Issue the appropriate message when the product has been
  705. * successfully installed or updated.
  706. ***************************************************************
  707. OPTIONS
  708.      SUCCESSINSMSG=' %SUCC1% %SUCC2% %SUCC3% %SUCC4%',
  709.      SUCCESSUPDMSG=' %UPDT1% %UPDT2% %UPDT3%'
  710.  
  711.  
  712.