home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / EDITORS / livemark / LV16B10B.EXE / INSTALL.INF < prev    next >
Encoding:
INI File  |  1995-10-04  |  2.2 KB  |  59 lines

  1.  
  2. ; A very simple sample, showing the installation of a text editor NOTEPAD.EXE.
  3. ; The installation updates WIN.INI so that filenames with the extension .INF
  4. ; are related to the editor. The installation creates a group in the Windows
  5. ; shell, with the editor as a item. The sample donÆt use any compressed files.
  6.  
  7. ; Copyright (c) 1995 Benny Nissen
  8.  
  9. ; See documentation (WINSETUP.DOC) for more information about each section.
  10.  
  11. ; MainWindow:        Options to select and anything seen in the first window.
  12. ; FileCopy:        All about file copying.
  13. ; IniModifications:    How to modify initialization files in the Windows environment.
  14. ; PMOptions:        DDE commands to Program Manager.
  15.  
  16. ; Strings will be modified by the installation program if they contain the following
  17. ; special combination of characters.
  18.  
  19. ; [t] or [T]    Replaced with end user specified target directory
  20. ; [w] or [W]    Replaced with Windows directory
  21. ; [s] or [S]    Replaced with system directory
  22. ; [d] or [D]    Replaced with Windows drive (c:)
  23. ; [r] or [R]    Replaced with last source (read) directory
  24. ; [o] or [O]    Replaced with program option string selected by end user
  25. ; [n] or [N]    Replaced with new line, only in entry RunText and WindowText
  26. ; [q] or [Q]    Replaced with tabulation, only in entry RunText and WindowText
  27.  
  28. [Basic]
  29. ShowDesktop=([r]\install.bmp,3,<Live Markup>[n]HTML without the work,MS Sans Serif,42,1,0,1,4294967295)
  30. ShowCTL3D=[s]\ctl3d.dll
  31.  
  32. [MainWindow]
  33. WindowTitleText=<Live Markup> Installation
  34. WindowText=Please specify the destination directory, <Live Markup> can be installed.
  35. StartDestDir=[d]\lvmk16\
  36.  
  37. [FileCopy]
  38. 1=(828000,[r]\lvmk16.exe,[t],Main program,4)
  39. 2=(145000,[r]\kybd.exe,[t],Virtual keyboard,4)
  40. 3=(486000,[r]\owl250.dll,[t],DLL,4)
  41. 4=(220000,[r]\bc450rtl.dll,[t],DLL,4)
  42. 5=(61000,[r]\bids45.dll,[t],DLL,4)
  43. 6=(90000,[r]\wecjlib.dll,[t],DLL,4)
  44. 7=(3800,[r]\license.txt,[t],license,4)
  45. 8=(1000,[r]\lvmk.ini,[t],ini,4)
  46. 9=(170000,[r]\lvmk16.hlp,[t],help,4)
  47. 10=(3000,[r]\readme.txt,[t],Lastest program information,4)
  48.  
  49. [PMOptions]
  50. PMGroup=(Live Markup)
  51. 1=([t]\lvmk16.exe,Live Markup)
  52.  
  53. [ExecuteAfterInstall]
  54. OptionsForExec={01}
  55. YNButtons=1
  56. RunText=View <Live Markup> release notes.
  57. RunProgram=notepad.exe [t]\readme.txt
  58. ShowDesktopDuringExec=1
  59.