Passing variable values to messagebox

Got a problem you cannot solve? Try here.
Post Reply
lansmank
Posts: 13
Joined: Fri May 27, 2005 6:12 pm
Location: Fresno, California
Contact:

Passing variable values to messagebox

Post 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?
Ken Lansman
sinan
Site Admin
Posts: 1035
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Post 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.
Post Reply