home *** CD-ROM | disk | FTP | other *** search
/ Spel 4 / Spel4.iso / windows / kaart / ppoker / appsetup.inf next >
Encoding:
INI File  |  1996-02-10  |  3.7 KB  |  82 lines

  1. [dialog]
  2.     caption = "Turbo Picture Poker 1.2 Installation"
  3.     Info, no                ;Determines whether the introductory dialog
  4.                             ;will be displayed. NO hides it
  5.     DirSelect, yes          ;Determines whether the dir prompt dialog
  6.                             ;will be displayed. NO hides it
  7.     Browse, yes             ; Determines whether the browse button is displayed
  8.     Infowidth, 50
  9.     Infolength, 50
  10. [data]
  11.     defdir = C:\ppoker
  12. [disks]
  13.     1 =., "Turbo Picture Poker INSTALL DISK"
  14. [needed.space]
  15.     minspace = 800000
  16. [dest.directories]
  17.     #app.main,    0:
  18.     #APP.SETUPSYSDIR,    0:SETUPSYSDIR
  19. [app.main]
  20.     1:PPOKER.EXE,         "Turbo Picture Poker"
  21.     1:PPOKER.HLP,       "Turbo Picture Poker"
  22.     1:FILE_ID.DIZ,      "SHORT DESCRIPTION"
  23.     1:README.TXT,       "SHORT DESCRIPTION"
  24.     1:coins.wav,       "wav file"
  25.  [APP.SETUPSYSDIR]
  26.     1:MHcd200.Vbx,         "vbx"
  27.     1:MHcards.dll,         "vbx"
  28.     1:BIVBX11.DLL,         "vbx"
  29.     1:MHRUN300.DLL,        "vbx"
  30. [PROGMAN.GROUPS]
  31. "Picture Poker", PPOKER.GRP
  32.    
  33. ["Picture Poker"]
  34.     "Turbo Picture Poker","#D\PPOKER.EXE"
  35.    
  36.   [Options]
  37.         Logging, YES        ; If this option is set to YES, then a log file will
  38.         LogName, "#D\IWARE.LOG"; The name of the file that install info will be written to
  39.         DirChg, yes             ; If this option is set to NO, the Install directory
  40.         OverWrite, YES          ; This option determines what the default setting of
  41.  
  42. ;-----ReBoot/ReStart Section------
  43. ; Make sure you enable ONLY one of
  44. ; these options. If bother are enabled,
  45. ; a ReBoot will occur automatically.
  46.  
  47.      Restart, YES               ; If this option is set to YES, the user will be
  48.                                         ; prompted to restart Windows.  If set to NO, it will
  49.                                         ; just happen (the developer should warn about this
  50.                                         ; at the beginning of the install).  If the field is not
  51.                                         ; present, then no restart will occur.
  52.  
  53.  
  54.     RestartString, "Its a good idea to reboot/restart your system whenever you install something.  Would you like to do this now?"
  55.                                                 ; This field MUST be present if you use either of the
  56.                                                 ; reboot/restart fields.
  57.  
  58. ; -------------------------------------------------------------
  59. ; WINDOW
  60. ; -------------------------------------------------------------
  61. ; This section allows for describing the InstallWare backdrop window.
  62. ; The format is different for each field.
  63. ; -------------------------------------------------------------
  64.  
  65. [Window]
  66.         Focus, NO               ;If set to YES, the window stays on top,
  67.                                         ;keeping the user focused on the installation.
  68.         Show, YES               ;If set to YES, the backdrop window is shown
  69.                                         ;Otherwise, it is not and all other vars are ignored.
  70.         Style, full     ;If set to FULL, no caption is displayed.
  71.         Color, blue     ;Options are gradients of RED, GREEN, and
  72.                                         ;BLUE (which is the default)
  73.  
  74.         MessageShadowShift, 2   ; the shift value of the message shadow
  75.         MessageSColor, 0,0,192          ; Text Color (RGB)
  76.         MessageColor, 0,0,144   ; Shadow Text Color
  77.         Message, "Turbo Picture Poker"     ;This message is shown in the window
  78.         Caption, "Turbo Picture Poker" ;This message is shown in the caption
  79.  
  80.         MessageLoc, bottom ;Location of the Message string: TOP or BOTTOM
  81.         
  82.