Unlike AutoPlay Media Studio, Setup Factory does not come with a script explorer tool. In order to still quickly locate where a certain variable is defined, where a function is called, or to perform a quick refactoring of an existing project without using a text editor, SUF Script Explorer was developed.
With this tool, you can:
- Open and inspect Setup Factory projects created with versions 8 or 9;
- Quickly see a list of all screens in both the install and uninstall sequences;
- See a list of all event scripts for each of the dialogs;
- See which events actually have scripts, and aren't completely empty or feature just comments (single or multiline);
- Perform searches for a certain word - which can be a function or variable name;
- Replace one text with another, in every script it appears - both during install and uninstall;
- Invoke the Indigo Rose script editor to perform a quick change of any script just by clicking a button or double-clicking the scripts name in the tree;
- Save the changed project file, while making a backup copy of the former version. Your existing project file is kept intact.