I have a line in one of my scripts that checks a compiler variable and then set the [OUTPUTDIR] variable accordingly. It never works. I tried moving the line to the earliest possible location in the script, just under the heading
! Important: Initialize Default install folder and program group variables.

The actual line that does not work is:

#Set Compiler Variable [OUTPUTDIR] = "C:\CMSSR507\SglUsrUP"

In the Visualizer the [OUTPUTDIR] is set to C:\CMSSR507\Inst

The Compiler places the output files (Web Install) in the C:\CMSSR507\Inst folder pointed to in the visualizer, not in the C:\CMSSR507\SglUsrUP folder that was specified in the "Set Compiler Variable" command.

What am I doing wrong?

-O. D.-