cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gwesterfieldjr
Level 3

Is there a way to check if the installer is running in console mode from custom code?

During my custom code action i want to check whether or not the installer is running in console mode. Is there a way to do this???
Labels (1)
0 Kudos
(1) Reply
gwesterfieldjr
Level 3

gwesterfieldjr wrote:
During my custom code action i want to check whether or not the installer is running in console mode. Is there a way to do this???


I figured it out. There is an installanywhere variable that gets initialized at runtime called $INSTALL_UI$. It contains the UI mode in which the installer is being run in.
0 Kudos