|
Navigation: Program Reference > Scripting and Variables |
|
VisualSetup was developed to increase your productivity and decrease your efforts. Your setup project can be defined without needing any customization on appearance items and click-script events. But sometimes you will need setup to do advanced operations, also you would want to include a customized dialog to get some information from the end-user, for these cases and many other ones, VisualSetup allows you create your own scripts using the Click-Script language.
Variables are memory stored data that are not fixed, where the values depends on the current state of your computer. Almost every string you will enter in your setup project can have variables inside it. The variables are very useful to access information that dependents on the installed operational system, language-dependent information, dialog-dependent information, and many other uses.
Read the following topics to learn about the VisualSetup's scripting system and variables.