home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-03-23 | 3.0 KB | 85 lines |
- ; The following is the format for the optional configuration
- ; file that can be used with QTINSTAL.EXE. If used, it must
- ; be named QTINSTAL.INI, and it must be located in the same
- ; directory as QTINSTAL.EXE. For all of the options listed
- ; except DialogStyle, a value of 1 enables the option, a
- ; value of zero disables it.
-
- ; Although all combinations are designed to work (i.e., the
- ; program will run correctly), not all combinations of options
- ; will yield a viable result. For example, creating a program
- ; group without unpacking the files would probably not be a
- ; good idea.
-
- ; All options must be under this section.
- [Options]
-
- ; Specify one of the following values:
- ; 1 = Thin frame
- ; 2 = System menu
- ; 3 = Thin frame and system menu
- ; default = thick frame, no system menu
- DialogStyle=3
-
- ; 1 shows background window with QuickTime banner.
- ; 0 shows no background window. 0 is useful when
- ; QTINSTAL is to be called from another program.
- StandAlone=0
-
- ; CTL3D look. 1 = CTL3D, 0 = no CTL3D
- Ctl3D=1
-
- ; Run dialogs that scan disk checking for
- ; existing versions.
- CheckExistingVersions=1
-
- ; Update user INI files or do not.
- UpdateIniFiles=1
-
- ; Create user groups or do not.
- CreateGroups=0
-
- ; Unpack files from executable and write them.
- ; Care and consideration should be used before
- ; setting this option to false, since a false
- ; value means no files will be installed.
- UnpackFiles=1
-
- ; Run opening dialog prompting user to start
- ; install.
- PromptToBegin=1
-
- ; Final "do you want to continue" dialog before
- ; files are written.
- PromptToComplete=1
-
- ; Dialog indicating that install has completed
- ; successfully.
- SuccessDialog=1
-
-
- ; If this option is used, the specified name is
- ; used as the group name (i.e., the name as it
- ; displays in the window titlebar, not the group
- ; filename) that the install will use when
- ; installing the QuickTime icons. For example,
- ; the option shown would use the group name
- ; "My Group." If the group does not exist it will
- ; be created.
-
- ; This option is can be used to add the QuickTime
- ; applications to an existing group file.
-
- ; The string used to specify a group name should
- ; be tested in actual use, since there is a
- ; practical upper limit to the number of
- ; characters Windows will use in a window title.
- GroupName=My Group
-
- ; Unlike most of the other BOOLEAN (1/0) options,
- ; the default for this option is disabled.
- ; Enabling it allows the user to select to play
- ; a sample movie once install has been completed.
- PlaySampleMovie=0
-