home *** CD-ROM | disk | FTP | other *** search
/ LivePix (Special Edition) / LIVEPIX.iso / pc / autorun / autorun.ini < prev    next >
INI File  |  1997-03-13  |  5KB  |  167 lines

  1. ;**************************************************
  2. ;
  3. ;              Autorun.INI
  4. ;
  5. ;  NOTE CONCERNING LITERALS:  Three items have
  6. ;  special meanings in this file.
  7. ;
  8. ;    '/' denotes a command line ARGUEMENT
  9. ;
  10. ;    "$Install_FromDrive$" is the current (CD) drive
  11. ;
  12. ;    "$Install_ToDirectory$" is the location on
  13. ;    the user's system where the compressed archive
  14. ;    of files (or entire directory tree) wil be
  15. ;    re-inflated.
  16. ;**************************************************
  17.  
  18. [general info]
  19. ;**************************************************
  20. ;    Registry Database Information
  21. ;
  22. ;    COMPANY:
  23. ;    Company name used by all products produced
  24. ;    and distributed by the company (e.g., Broderbund
  25. ;    Software, Living Books, etc.).
  26. ;
  27. ;    PRODUCTTITLE:
  28. ;    Name shared across various versions of
  29. ;    the same product. This string should not be
  30. ;    localized.
  31. ;
  32. ;    PRODUCTVERSION:
  33. ;    Product version, can include letters.
  34. ;
  35. ;**************************************************
  36. registrykey=LivePix.exe
  37. Company=LivePicture
  38. ProductTitle=LivePix
  39. ProductVersion=1.1
  40.  
  41. ;**************************************************
  42. ;    Product Launch
  43. ;
  44. ;    EXECUTABLEFILE:
  45. ;    Full path, file name, and any arguements. Stored
  46. ;    in the registry, and used by the autorun "Launcher"
  47. ;    to start the app.
  48. ;
  49. ;    EXECUTABLEWORKINGDIR:
  50. ;    The working directory of the executable listed
  51. ;    for the ExecutableFile key.
  52. ;
  53. ;    ALTERNATE ACTION:
  54. ;    Identifies an action to perform instead of
  55. ;    running the program identified by the
  56. ;    ExecutableFile key. The action is performed
  57. ;    only when the launcher's dialog box is
  58. ;    disabled.
  59. ;    Current acceptable values for this key are:
  60. ;    "open" - open the CDs desktop window.
  61. ;    "explore" - open the CDs Explorer window.
  62. ;
  63. ;**************************************************
  64. ExecutableFile=$Install_ToDirectory$\LivePix.exe
  65. ExecutableWorkingDir=$Install_ToDirectory$
  66.  
  67. ;**************************************************
  68. ;    Installer Items
  69. ;
  70. ;    SETUP (INSTALLER) PATH AND FILE:
  71. ;    Command line for the program that installs the
  72. ;    product.
  73. ;
  74. ;    EXECUTABLE TO PASS TO SETUP:
  75. ;    Program launched after the completion of the
  76. ;    installer program. Usually, the executable
  77. ;    is the launcher program.
  78. ;    Arguments can be included as part of the
  79. ;    executable string passed to the installer
  80. ;    program. Useful commandl line arguement
  81. ;    flags understood by the launcher are:
  82. ;    /a - disable the launcher's dialog box
  83. ;    /b - terminate execution of the launcher
  84. ;        (useful in conjunction with other
  85. ;        flags)
  86. ;    /s - show the launcher's dialog box, even
  87. ;        if it is designated as disabled.
  88. ;    
  89. ;**************************************************
  90. [Installer Items]
  91. Setup (Installer) Path and File=\setup32.exe
  92. Executable to Pass to Setup=autorun\autorun.exe
  93.  
  94. ;**************************************************
  95. ;    Dialog Items
  96. ;
  97. ;    CAPTION:
  98. ;    Caption used by the launcher's dialog box.
  99. ;    This string should be localized.
  100. ;
  101. ;    BITMAP:
  102. ;    File name of the bitmap displayed in the
  103. ;    launcher's dialog box. The path is relative
  104. ;    to the root of the CD.
  105. ;
  106. ;    USE TWO BUTTONS:
  107. ;    A TRUE value instructs the launcher to diaplay
  108. ;    two buttons only in its dialog box. The buttons
  109. ;    are either: "Install" and "Close" if the product
  110. ;    has not yet been installed, or "Run" and
  111. ;    "Close" otherwise.
  112. ;
  113. ;**************************************************
  114. [Dialog Items]
  115. caption=LivePix 1.1 SE
  116. bitmap=launcher.bmp
  117. Use Two Buttons=TRUE
  118.  
  119. ;**************************************************
  120. ;    Disable Conditions
  121. ;    the autorun program will be terminated if:
  122. ;        at least one of the main windows, whose
  123. ;        class name and caption are listed, is
  124. ;        active and in the foreground.
  125. ;    
  126. ;    CLASS#:
  127. ;    Window class name of executable's main window.
  128. ;    This value is used to terminate the launcher
  129. ;    if the product is already running and in the
  130. ;    foreground. If this key is blank, but the
  131. ;    caption key is not, windows of all classes are
  132. ;    considered.
  133. ;    
  134. ;    CAPTION#:
  135. ;    Window title of executable's main window.
  136. ;    This value is used to terminate the launcher
  137. ;    if the product is already running and in the
  138. ;    foreground. If this key is blank, but the
  139. ;    class key is not, a main window with any
  140. ;    caption is considered.
  141. ;**************************************************
  142. [Disable Conditions]
  143. class1=
  144. caption1=LivePix 1.1
  145.  
  146. ;**************************************************
  147. ;    Enable Conditions
  148. ;    the autorun program will be terminated if:
  149. ;        none of the main windows, whose class
  150. ;        name and caption are listed, is active
  151. ;        and in the foreground.
  152. ;    
  153. ;    CLASS#:
  154. ;    Window class name of executable's main window.
  155. ;    If this key is blank, but the caption key is not,
  156. ;    windows of all classes are considered.
  157. ;    
  158. ;    CAPTION#:
  159. ;    Window title of executable's main window.
  160. ;    If this key is blank, but the class key is not,
  161. ;    a main window with any caption is considered.
  162. ;**************************************************
  163. ;[Enable Conditions]
  164. ;class1=
  165. ;caption1=
  166.  
  167.