hey all,
got a weird issue with a software deployment that i'm troubleshooting, using SCCM 2007.
i have a logged off package that uninstalls an instant message client (Pandion), removes the program's installation directory, then installs another client (Spark) and copies a Jar file to the Spark installation directory.
the package completes successfully on XP systems, but seems to have an issue with Windows 7; first, it doesn't remove the Pandion installation directory, but removes most of the files/folders within, maybe a process still in use preventing this?
second, and more important, the Jar file isn't being copied.
i can manually copy the Jar file and even use psexec to run the batch and it works fine, but i've run into a number of instances where the Jar file doesn't get copied when the package initially runs.
any thoughts on how i can troubleshoot this? the challenge being that it's a logged off install (required) so i can't really see what's happening.
thanks for your time!