home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-03-22 | 3.6 KB | 109 lines |
-
-
-
- ############################################################################
- ################################ GUI #####################################
- ############################################################################
-
-
-
- #This keysection controls the visual appearance of the window
- #that is displayed while the program is being run.
- [ProgramLauncher_GUI]
- window_width=300
- window_height=100
- title_text=Installing Software
- message_text=Installing
- show_window=0
- background_rgb=255,255,255
- text_rgb=0,0,0
- close_window_secret=dion
-
-
- ############################################################################
- ############################# Parent Window ##############################
- ############################################################################
-
-
- #This keysection allows you to specify what window should be the parent
- #window of the ProgramLauncher window that will be displayed.
- [ProgramLauncher_ParentWindow]
- #parent_window_main_regexp=
- parent_window_main_regexp=
- parent_window_child_regexp=
-
-
- ############################################################################
- ############################ What To Launch ##############################
- ############################################################################
-
-
- #This keysection allows you to specify what program you want the
- #ProgramLauncher to launch and allows you to specify how the
- #program that is launched should be waited upon.
- [ProgramLauncher_WhatToLaunch]
- #allowed values for "type_of_file_being_launched" are: consoleapp, windowapp, data
- type_of_file_being_launched_default=windowapp
- type_of_file_being_launched_win95=
- type_of_file_being_launched_win98=
- type_of_file_being_launched_winME=
- type_of_file_being_launched_winNT4=
- type_of_file_being_launched_win2K=
- type_of_file_being_launched_winXP=
-
- #file path is relative to the ProgramLauncher program.
- file_to_launch_default=setup.exe
- file_to_launch_win95=
- file_to_launch_win98=
- file_to_launch_winME=
- file_to_launch_winNT4=
- file_to_launch_win2K=
- file_to_launch_winXP=
-
- #If launching a program, you can specify command line arguments for the program.
- command_line_args_default=
- command_line_args_win95=
- command_line_args_win98=
- command_line_args_winME=
- command_line_args_winNT4=
- command_line_args_win2K=
- command_line_args_winXP=
-
- #/s /f1.\setup.iss /f2c:\setup.log
-
- #would you like me to show the window for the program we're launching?
- show_window_default=0
- show_window_win95=
- show_window_win98=0
- show_window_winME=
- show_window_winNT4=
- show_window_win2K=
- show_window_winXP=
-
- #allowed values for "how_to_wait" are: nowait, waitonwindow, waitonprocess.
- how_to_wait_default=waitonprocess
- how_to_wait_win95=
- how_to_wait_win98=
- how_to_wait_winME=
- how_to_wait_winNT4=
- how_to_wait_win2K=
- how_to_wait_winXP=
-
- ############################################################################
- ########################### Wait On Window ###############################
- ############################################################################
-
-
- #If you select to wait on a window, this keysection allows you to specify what window to
- #wait on, how long to wait for the window to appear, and how often to check for the window's
- #continued existence after we've begun waiting on it.
- [ProgramLauncher_WaitOnWindow]
- toplevel_window_regexp=nothing
- child_window_regexp=
- include_invisible_windows=1
- #this timeout is specified in number of seconds.
- timeout_waiting_for_window_appearance=25
- #this interval is specified in number of milliseconds.
- interval_length_indicating_window_disappearance=10000
-
-