PDA

View Full Version : How to resolve variable



mario.capin
01-19-2016, 01:47 AM
Hi,

on installation i get the following message:

4121

So, how can I resolve the compiler variable [PRODUCTNAME]?

The current value of the compiler variable [PRODUCTNAME] is the userdefined variable %_UD_PRODUCTNAME%.

Thanks,
Mario

linder
01-20-2016, 01:18 AM
Mario,

This message is displayed BEFORE the first line of the script is executed. You have to use a compiler variable here. Or disable "Requirements -> OS Version Checking" and handle it from your script (only four lines of code). See attached screenshot. Replace $WIN_8$ with your minimum operating system requirement.

Does this help?

Friedrich