I have an application install that stopped working. The application is triggered off a Task Sequence variable that we set to either Yes or No. For some reason the application will no longer launch when the Variable is set to yes, but I can get it to run if I remove the Variable check in the task sequence.
In reviewing the SMSTS log file I see the check for the variable which returns $True, but it doe not submit the command line to the ZTIApplications script.
My guess is that somehow this viable or something is corrupt, I have not yet tried to just put in a new TS variable to see if that works.
Has anyone seen this before?
Thank you