Resources

The Global Functions dialog is a convenient place to include any functions or variables that you want to make available throughout your setup. Any functions or variables that you add here will be available right after your installation is launched.

Note: Any script that you add on this dialog will be performed before the On Startup event is triggered.

To access the Global Functions dialog, choose Resources > Global Functions... from the program menu.

 


Global functions:

The area (code window) where you can either type in your actions, or add them through the action wizard to create your global functions.  

Quick Help:

When the cursor is on an action in the code window, its action definition will be displayed in this field.

Action Help

When the cursor is on an action in the code window, its online help will be opened.

Add Action

Adds a new action to the current event through the action wizard.

Add Code

Displays a variety of code templates you can add to the code window.

Edit

Edit the action's properties after it has been added to the code window. When the cursor is on an action in the code window, the Edit button will display its properties dialog where you can modify its settings.

Bookmarks

Create and manage bookmarks in the code window so you can easily jump to specific spots in your code.

Macros

Allows you to record and play macros so you can replicate frequent code scripts in the code window.

Advanced

Advanced options that are available in the Global Functions dialog:

Open...

Opens a script file (*.lua) and displays its contents in the code window.

Save...

Saves the current script in the code window as a script file (*.lua).

Print...

Prints the action script currently in the code window.

Syntax Check

This option checks the current script to make sure it is syntactically correct.  It does not check for logical or other programming errors, simply syntax.

Note: You can turn on automatic syntax checking from Edit > Preferences on the Script Editor page.

Double-click Edit

Allow double-clicking on actions in the code window to edit their properties (Properties dialog will be displayed).

Note: If Double-click Edit is unchecked, double-clicking any text in the action editor simply selects the text, as in most other text editors. This option can also be set in Edit > Preferences on the Script Editor page.

Editor Settings...

Opens the action editor's Window Properties dialog where you can customize its settings.

Global Functions...

Opens a dialog where you can create any Global Functions you wish to include in your project.

Import Registry Values...

Opens the Import Registry Key/Values dialog where you can import keys or values from the Registry on your development system.

Import .REG File...

Opens a file browse dialog where you can select a .REG file that you would like to recreate using Setup Factory Registry actions.