home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets (4th Edition) / Windows95Secrets4thEdition.iso / apps / internet / ibmnews / _install.cfg next >
Encoding:
Text File  |  1995-12-18  |  1.6 KB  |  60 lines

  1. rem ------ Installation for IBM infoMarket NewsTicker -------
  2.  
  3. SCREENCOLOR: (192,192,192),(192,192,192)
  4. SCREENGRAPHIC: infomkt2.bmp, bottomright
  5.  
  6. TITLE: "NewsTicker", 40, italic
  7. TITLECOLOR: white
  8.  
  9. BEGINGROUP EXCLUSIVE
  10.  
  11.          Select software to install:
  12.  
  13. 10   [X] Install &16-Bit Application 
  14.          (Windows 3.x)
  15.  
  16. 20   [ ] Install &32-Bit Application 
  17.          (WinNT, Win95, Win32s only)
  18.  
  19. ENDGROUP
  20.  
  21. BEGINFIRSTSCREEN
  22.  
  23.    This installation program will install IBM infoMarket    
  24.    NewsTicker application on your hard disk.
  25.  
  26. ENDFIRSTSCREEN
  27.  
  28.  
  29. BEGINLASTSCREEN
  30.  
  31.    Installation of NewsTicker is now complete.   If you have not already
  32.    done so, be sure to register with the IBM infoMarket service by going to 
  33.    the registration page at URL http://www.infomkt.ibm.com/registr2.htm 
  34.    or by pressing the Register button on the Setup or Article list window 
  35.    in the NewsTicker.
  36.  
  37. ENDLASTSCREEN
  38.  
  39. MINDISKSPACE: 1000000
  40.  
  41. DEFAULTDIR: c:\ticker, prompt="Please enter the drive and directory where you wish NewsTicker to be installed:"
  42.  
  43. IF GROUP=10
  44.    WINITEM: "IBM infoMarket", "$DEFAULTDIR$\ticker.exe", "NewsTicker", replace
  45. ELSE
  46.    WINITEM: "IBM infoMarket", "$DEFAULTDIR$\ticker32.exe", "NewsTicker", replace
  47. ENDIF
  48.  
  49. SHOWREADME: $DEFAULTDIR$\readme.txt
  50.  
  51. FILE: readme.txt, overwrite=yes
  52. FILE: ticker.shr, overwrite=yes, group=10
  53. FILE: ticker32.shr, overwrite=yes, group=20
  54. FILE: ticker.hlp, overwrite=new
  55. FILE: ticker.ini, overwrite=no
  56. FILE: $WINSYSDIR$\ctl3dv2.dll, overwrite=new
  57. FILE: $WINSYSDIR$\bwcc.shr, overwrite=new, group=10
  58. FILE: $WINSYSDIR$\bwcc32.shr, overwrite=new, group=20
  59.  
  60.