home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Setup / Acrobat / LaunchS.ini < prev    next >
Encoding:
INI File  |  2002-03-22  |  3.6 KB  |  109 lines

  1.  
  2.  
  3.  
  4. ############################################################################
  5. ################################  GUI  #####################################
  6. ############################################################################
  7.  
  8.  
  9.  
  10. #This keysection controls the visual appearance of the window 
  11. #that is displayed while the program is being run.
  12. [ProgramLauncher_GUI]
  13. window_width=300
  14. window_height=100
  15. title_text=Installing Software
  16. message_text=Installing
  17. show_window=0
  18. background_rgb=255,255,255
  19. text_rgb=0,0,0
  20. close_window_secret=dion
  21.  
  22.  
  23. ############################################################################
  24. #############################  Parent Window  ##############################
  25. ############################################################################
  26.  
  27.  
  28. #This keysection allows you to specify what window should be the parent
  29. #window of the ProgramLauncher window that will be displayed.
  30. [ProgramLauncher_ParentWindow]
  31. #parent_window_main_regexp=
  32. parent_window_main_regexp=
  33. parent_window_child_regexp=
  34.  
  35.  
  36. ############################################################################
  37. ############################  What To Launch  ##############################
  38. ############################################################################
  39.  
  40.  
  41. #This keysection allows you to specify what program you want the 
  42. #ProgramLauncher to launch and allows you to specify how the 
  43. #program that is launched should be waited upon.
  44. [ProgramLauncher_WhatToLaunch]
  45. #allowed values for "type_of_file_being_launched" are: consoleapp, windowapp, data
  46. type_of_file_being_launched_default=windowapp
  47. type_of_file_being_launched_win95=
  48. type_of_file_being_launched_win98=
  49. type_of_file_being_launched_winME=
  50. type_of_file_being_launched_winNT4=
  51. type_of_file_being_launched_win2K=
  52. type_of_file_being_launched_winXP=
  53.  
  54. #file path is relative to the ProgramLauncher program. 
  55. file_to_launch_default=setup.exe
  56. file_to_launch_win95=
  57. file_to_launch_win98=
  58. file_to_launch_winME=
  59. file_to_launch_winNT4=
  60. file_to_launch_win2K=
  61. file_to_launch_winXP=
  62.  
  63. #If launching a program, you can specify command line arguments for the program.
  64. command_line_args_default=
  65. command_line_args_win95=
  66. command_line_args_win98=
  67. command_line_args_winME=
  68. command_line_args_winNT4=
  69. command_line_args_win2K=
  70. command_line_args_winXP=
  71.  
  72. #/s /f1.\setup.iss /f2c:\setup.log
  73.  
  74. #would you like me to show the window for the program we're launching?
  75. show_window_default=0
  76. show_window_win95=
  77. show_window_win98=0
  78. show_window_winME=
  79. show_window_winNT4=
  80. show_window_win2K=
  81. show_window_winXP=
  82.  
  83. #allowed values for "how_to_wait" are: nowait, waitonwindow, waitonprocess.
  84. how_to_wait_default=waitonprocess
  85. how_to_wait_win95=
  86. how_to_wait_win98=
  87. how_to_wait_winME=
  88. how_to_wait_winNT4=
  89. how_to_wait_win2K=
  90. how_to_wait_winXP=
  91.  
  92. ############################################################################
  93. ###########################  Wait On Window  ###############################
  94. ############################################################################
  95.  
  96.  
  97. #If you select to wait on a window, this keysection allows you to specify what window to
  98. #wait on, how long to wait for the window to appear, and how often to check for the window's
  99. #continued existence after we've begun waiting on it.
  100. [ProgramLauncher_WaitOnWindow]
  101. toplevel_window_regexp=nothing
  102. child_window_regexp=
  103. include_invisible_windows=1
  104. #this timeout is specified in number of seconds.
  105. timeout_waiting_for_window_appearance=25
  106. #this interval is specified in number of milliseconds.
  107. interval_length_indicating_window_disappearance=10000
  108.  
  109.