Page 1 of 1

Passing variable values to messagebox

Posted: Wed Jun 01, 2005 1:29 pm
by lansmank
Is there a way to pass the values of variables into the text of a message in the messagebox command in the script?

Posted: Wed Jun 01, 2005 2:57 pm
by sinan
You can dereference variables almost anywhere in InstallAware script - except where noted - by using the form $VAR$ (where the variable is called VAR).

Also a hint for message boxes, you can type multi-line text by pressing CTRL+ENTER.