Skip to main content

Posts

Showing posts with the label Custom Actions

Custom Actions

Custom Action Wizard: Additional Options: Setting Description Return Processing Specify how the custom action thread should be processed. Valid options for the Return Processing list are: • Asynchronous (No wait for completion) • Asynchronous (Wait for exit code) • Synchronous (Check exit code) • Synchronous (Ignores exit code) These flags are used to specify that the main and custom action threads run synchronously (the installer waits for the custom action thread to complete before resuming the main installation thread) or asynchronously (the installer runs the custom action simultaneously as the main installation continues).             Respond Options Panel The Respond Options panel lets you specify how your custom action will respond to the ...