home *** CD-ROM | disk | FTP | other *** search
/ Component Source - Promotional CD 14 / Component_Source_Promotional_CD_14_November_1997.iso / componen / instpro5 / demo / getres.cnt (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-07-13  |  41KB  |  678 lines

  1. :Base GetRes.hlp
  2. :Title Getting Results
  3. :Index Script Editor =Seditor.hlp
  4. :Index Interface Reference =Interfac.hlp
  5. :Index Visual Debugger =Debug.hlp
  6. :Link Seditor.hlp
  7. :Link Interfac.hlp
  8. :Link Debug.hlp
  9. 1 Setup Projects
  10. 2 Tell Me About...
  11. 2 How Do I...
  12. 3 Specify a folder for new setup projects=Specify_a_folder_for_new_setup_projects@GetRes.hlp>procedur
  13. 3 Copy a project or template as a new project=Copy_a_project_or_template_as_a_new_project@GetRes.hlp>procedur
  14. 3 Rename a project=Rename_a_project@GetRes.hlp>procedur
  15. 1 Setup Script
  16. 2 Overview: Setup Script=Overview_Setup_Script
  17. 2 Tell Me About...
  18. 3 Compiling the setup script=Compiling_the_setup_script
  19. 3 Debugging the setup script=Debugging_the_setup_script
  20. 3 Using the Function Wizard=Using_the_Function_Wizard
  21. 2 How Do I...
  22. 3 Modify the script that the Project Wizard generates=Modify_the_script_that_the_Project_Wizard_generates
  23. 3 Modify an existing script=Modify_an_existing_script
  24. 3 Create a script from scratch=Create_a_script_from_scratch
  25. 3 Create an include file=Create_a_new_include_file
  26. 3 Insert an existing script into my project=Insert_an_existing_script_into_my_project
  27. 1 Installing Files
  28. 2 Overview: Installing Files=Overview_Installing_Files
  29. 2 File Groups
  30. 3 Tell Me About...
  31. 4 Installing shared files=Installing_shared_files
  32. 4 Installing self-registering files=Installing_self_registering_files
  33. 4 Installing locked (in-use) files=Installing_locked_in_use_files
  34. 3 How Do I...
  35. 4 Create a file group=Create_a_new_file_group
  36. 4 Organize my files into file groups=Organize_my_files_into_file_groups
  37. 4 Mark application files as language dependent=Mark_application_files_as_language_dependent
  38. 4 Associate file groups with a component=Associate_file_groups_with_a_component
  39. 4 Install shared files as core components=Install_shared_files_as_core_components
  40. 4 Delete a file group=Delete_a_file_group
  41. 4 Delete a file from a file group=Delete_a_file_from_a_file_group
  42. 4 Leave files in a file group uncompressed=Leave_files_in_a_file_group_uncompressed
  43. 2 Components
  44. 3 Tell Me About...
  45. 4 Displaying icons in component dialogs=Displaying_icons_in_component_dialogs
  46. 3 How Do I...
  47. 4 Create a component or subcomponent=Create_a_new_component_or_subcomponent
  48. 4 Associate file groups with a component=Associate_file_groups_with_a_component
  49. 4 Associate components with a setup type=Associate_components_with_a_setup_type
  50. 4 Password-protect a component=Password_protect_a_component
  51. 4 Specify which folder I want uncompressed files to go in=Specify_which_folder_I_want_uncompressed_files_to_go_in
  52. 4 Get and validate a component or file media library's password=Get_and_validate_a_component_or_media_library_s_password
  53. 4 Display a component's description in a component dialog=Display_a_component_s_description_in_a_component_dialog
  54. 4 Display a message for each component in the progress indicator=Display_a_message_for_each_component_in_the_progress_indicator
  55. 4 Overwrite a file conditionally, based on version or date=Overwrite_a_file_conditionally_based_on_version_or_date
  56. 4 Delete a component=Delete_a_component
  57. 4 Select the destination folder for a component=Select_the_destination_folder_for_a_component
  58. 4 Disassociate a file group from a component=Disassociate_a_file_group_from_a_component
  59. 4 Mark a component as critical, highly recommended, or standard=Mark_a_component_as_critical_highly_recommended_or_standard
  60. 2 Setup Types
  61. 3 Tell Me About...
  62. 4 Getting setup type selection from the end user=Getting_setup_type_selection_from_the_end_user
  63. 3 How Do I...
  64. 4 Associate components with a setup type=Associate_components_with_a_setup_type
  65. 4 Create a setup type=Create_a_new_setup_type
  66. 4 Display text in the Description field of SdSetupTypeEx=Display_text_in_the_Description_field_of_SdSetupTypeEx
  67. 4 Display a different name for a setup type in SdSetupTypeEx=Display_a_different_name_for_a_setup_type_in_SdSetupTypeEx
  68. 2 Setup Script Function Calls
  69. 3 The InstallScript component functions=The_InstallScript_component_functions
  70. 3 The minimum function calls necessary to install component selections=The_minimum_function_calls_necessary_to_install_component_selections
  71. 3 Script-created component set vs. file media library=Script_created_component_set_vs._file_media_library
  72. 3 Specifying components and subcomponents in function calls=Specifying_components_and_subcomponents_in_function_calls
  73. 3 Installing shared files with XCopyFile and VerUpdateFile=Installing_shared_files_with_XCopyFile_and_VerUpdateFile
  74. 3 Installing self-registering files with XCopyFile and VerUpdateFile=Installing_self_registering_files_with_XCopyFile_and_VerUpdateFile
  75. 3 Installing locked files with XCopyFile and VerUpdateFile=Installing_locked_files_with_XCopyFile_and_VerUpdateFile
  76. 1 Network Installations
  77. 2 Overview: Network Installations=Overview_Network_Installations
  78. 2 Tell Me About...
  79. 3 Running setup from a network server=Running_setup_from_a_network_server
  80. 3 InstallShield Silent
  81. 4 InstallShield Silent=InstallShield_Silent
  82. 4 Create the setup=Create_the_setup
  83. 4 Create the response file=Create_the_response_file
  84. 4 Play back the silent installation=Play_back_the_silent_installation
  85. 4 Check for errors=Setup_log
  86. 2 How Do I...
  87. 3 Specify UNC paths in my setup script=Specify_UNC_paths_in_my_setup_script
  88. 3 Get or set information in a remote registry=Get_or_set_information_in_a_remote_registry
  89. 3 Create a setup .mif file=Create_a_setup_mif_file
  90. 1 The Registry
  91. 2 Overview: The Registry=Overview_The_Registry
  92. 2 Tell Me About...
  93. 3 The 32-bit registry=The_32_bit_registry
  94. 3 The 16-bit registration database=The_16_bit_registration_database
  95. 3 The registry: 16- vs. 32-bit=The_registry_16_vs_32_bit
  96. 3 The special registry-related functions=The_special_registry_related_functions
  97. 3 The general registry-related functions=The_general_registry_related_functions
  98. 3 The remote registry functions=The_remote_registry_functions
  99. 3 Modifying the registration database with 16-bit InstallShield=Modifying_the_registration_database_with_16_bit_InstallShield
  100. 3 Modifying the registration database with 32-bit InstallShield=Modifying_the_registration_database_with_32_bit_InstallShield
  101. 3 Modifying the registry with 16-bit InstallShield=Modifying_the_registry_with_16_bit_InstallShield
  102. 3 Modifying the registry with 32-bit InstallShield=Modifying_the_registry_with_32_bit_InstallShield
  103. 3 The primary registry functions=The_primary_registry_functions
  104. 3 How Windows NT security permissions affect a setup=How_Windows_NT_security_permissions_affect_a_setup
  105. 2 How Do I...
  106. 3 Check whether a key exists=Check_whether_a_key_exists
  107. 3 Create registry keys=Create_registry_keys
  108. 3 Delete registry keys=Delete_registry_keys
  109. 3 Get information from the registry=Get_information_from_the_registry
  110. 3 Set information in the registry=Set_information_in_the_registry
  111. 3 Delete a key's value=Delete_a_key_s_value
  112. 3 Get or set information in a remote registry=Get_or_set_information_in_a_remote_registry
  113. 3 Register file extensions=Register_file_extensions
  114. 3 Merge registration (.reg) files=Merge_registration_reg_files
  115. 3 Enter a hexadecimal (type DWORD) value into the registry=Enter_a_hexadecimal_type_DWORD_value_into_the_registry
  116. 3 Set or get multi-line strings in the Windows NT registry=Set_or_get_multi_line_strings_in_the_Windows_NT_registry
  117. 3 Set an environment variable under Windows NT=Set_an_environment_variable_under_Windows_NT
  118. 1 Handling Files and Folders During Setup
  119. 2 Overview: Handling Files and Folders During Setup=Overview_Handling_Files_and_Folders_During_Setup
  120. 2 Basic File Management
  121. 3 Tell Me About...
  122. 4 The InstallScript basic file management functions=The_InstallScript_basic_file_management_functions
  123. 4 Installing shared files with XCopyFile and VerUpdateFile=Installing_shared_files_with_XCopyFile_and_VerUpdateFile
  124. 4 Installing self-registering files with XCopyFile and VerUpdateFile=Installing_self_registering_files_with_XCopyFile_and_VerUpdateFile
  125. 4 Installing locked files with XCopyFile and VerUpdateFile=Installing_locked_files_with_XCopyFile_and_VerUpdateFile
  126. 3 How Do I...
  127. 4 Copy files=Copy_files
  128. 4 Delete a file=Delete_a_file
  129. 4 Rename a file=Rename_a_file
  130. 4 Find files=Find_files
  131. 4 Get a file's attributes=Get_a_file_s_attributes
  132. 4 Set a file's attributes=Set_a_fi