Moin,
Following problem:

I have compiler variable:

#ifcompvar [_PROG_] Equals "Test1" then
#pragma IDEPLOY.CLI = "IDEPLOY1.CLI"
#end

#ifcompvar [_PROG_] Equals "Test2" then
#pragma IDEPLOY.CLI = "IDEPLOY2.CLI"
#end


When i compile the setup and use "Test1" is the IDEPLOY.CLI NOT
IDEPLOY1.CLI but IDEPLOY2.CLI

What´s wrong ?

Dirk Büchel