Hi,
in my pkg file I have the following code that controls the installation based upon the machine ID.
IF ((MachineUID = <some machnine id>) OR (MachineUID = <some machnine id>) ... )
ELSE
"file.txt" -"",FT,TE
ENDIF
for MR and FP1 this works fine, but for FP2 where makesis fails with:
error: invalid destination path or syntax.
***Non-Zero Status: makesis.exe returned with exit value = 1





