Hi,
I have noticed that the detection method for checking if the deployment toolkit is running in a Task Sequence is simply to check if TSManager is running. As we run Task Sequences for app installs in the OS (Outside of OSD), there is generally a stale TSManager process running on each Windows machine (this is a known issue that a TS doesn't kill this process when it's finished)
Is it worth changing line 4278 to check for OSDSETUPHOOK instead? As the app toolkit will never be run in a TS outside of OSD I can't see this being a problem.....
Cheers
Jack
I have noticed that the detection method for checking if the deployment toolkit is running in a Task Sequence is simply to check if TSManager is running. As we run Task Sequences for app installs in the OS (Outside of OSD), there is generally a stale TSManager process running on each Windows machine (this is a known issue that a TS doesn't kill this process when it's finished)
Is it worth changing line 4278 to check for OSDSETUPHOOK instead? As the app toolkit will never be run in a TS outside of OSD I can't see this being a problem.....
Cheers
Jack