I see,
so please check this lines and let me know if this the right way of doing what you just said.
if(NameMapping["Sys"]["Process"]("pdfcreator10enc_x64")["Window"]("", "", 1)["Window"]("Static", "xxx Setup is preparing the InstallShield Wizard, which will guide you through the program setup process. Please wait.", 2)["WndCaption"] == DDT["CurrentDriver"]["Value"]("CheckPoint"))
Log["Message"]("PASS " + DDT["CurrentDriver"]["Value"]("Component") + " Checkpoint")
else
Log["Error"]("FAIL " + DDT["CurrentDriver"]["Value"]("Component") + " Checkpoint")
just want to be sure i'm doing it the right way.
B.T.W is there a way to shortcut the long term of NameMapping["Sys"]["Process"]("pdfcreator10enc_x64")["Window"]("", "", 1)["Window"]("Static", "xxx Setup is preparing the InstallShield Wizard, which will guide you through the program setup process. Please wait.", 2)["WndCaption"] and use something shorter?
Thanks