Change compiler variable value on installation through commandline
Posted: Thu Dec 17, 2020 1:26 am
Hi,
I have a scenario where I have defined a variable suppose ABC. by default it has no value.
on the basis of the value of the variable, I have to control the checkboxes from the dialog box.
this is the code:
Set Variable INSTALLSIMTRANSWEB to
if Variable INSTALLSIMTRANSWEB Equals TRUE
Set Variable SIMTRANSWEBcb to TRUE
end
I have added the rules when SIMTRANSWEBcb is checked then another checkbox should be visible
after build I am running exe through the command line (no silent):
shopfloor.exe INSTALLSIMTRANSWEB=TRUE.
AM I DOING SOMETHING WRONG?
i want the checkbox should be visible when the INSTALLSIMTRANSWEB has value TRUE.
I have a scenario where I have defined a variable suppose ABC. by default it has no value.
on the basis of the value of the variable, I have to control the checkboxes from the dialog box.
this is the code:
Set Variable INSTALLSIMTRANSWEB to
if Variable INSTALLSIMTRANSWEB Equals TRUE
Set Variable SIMTRANSWEBcb to TRUE
end
I have added the rules when SIMTRANSWEBcb is checked then another checkbox should be visible
after build I am running exe through the command line (no silent):
shopfloor.exe INSTALLSIMTRANSWEB=TRUE.
AM I DOING SOMETHING WRONG?
i want the checkbox should be visible when the INSTALLSIMTRANSWEB has value TRUE.