Uninstalling Altiris (zyaqub)
Has anyone used SMS to remove Altiris? We've recently rolled out SMS and now would like to get Altiris removed. I know the commands we need to run to uninstall, but I'm very new with scripting and...
View ArticleRE: Uninstalling Altiris (skissinger)
The first thing I recommend is on a test machine, test what command run from 'start, run' would automatically (and if desired, silently) complete the task. Also note if a reboot is required. Once...
View ArticleRE: Uninstalling Altiris (zyaqub)
Thanks for the help, Sherry. I was making things more complicated than necessary - thought I had to create a script, when it turns out I can do it all with command lines. So I've been testing the...
View ArticleRE: Uninstalling Altiris (skissinger)
I think you have to do something like this: cmd.exe /c rd /s /q "c:\altiris" but I almost never run straight cmd shell things from the program line. You might need some more quotes...
View ArticleRE: Uninstalling Altiris (zyaqub)
That did the trick. Thanks for all your help - was able to work out the uninstall sequence on my own and it's working beautifully.
View Article