docs

Home Templates Classes

ProPath logo

First Run

The First Run feature of ProPath gives you complete control over what happens the first time your application is run after it is installed.

First Run detection occurs automatically the first time an end user launches the application after deployment.

There are different ways that you can use to determine if a First Run condition exists such as:

When the condition is detected, you can optionally allow the user to browse for and select a data location.

You can specify a PROCEDURE in your program to be called automatically when the First Run condition is detected.

You may also let users reset your program with a command line option such as /FIRSTRUN.


First Run lets ProPath verify all datasets, paths, and configuration files.
If anything is missing, it rebuilds or prompts for correction according to your settings.

First Run ensures each workstation initializes correctly in multi-user or distributed environments.

Developers can also use this phase for default setup or configuration migration.

After First Run completes, the application transitions automatically to First Deploy if it is enabled.


Home Templates Classes