Drekko Posted February 2, 2016 Report post Posted February 2, 2016 hey guys I have a rather simple application PuTTY-Installer package that installs without issues, but I cannot get the uninstall to work I have researched online and people have said to just make a script to delete the putty files, as alot of people kept getting a notification pop up asking if they want to remove their settings My unstall.cmd file contains of: RD "C:\Program Files (x86)\PuTTY" /S /Q RD "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PuTTY" /S /Q Works great when you run this manually on the client machine but fails through sccm Any idea's? Still learning about sccm Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted February 2, 2016 Report post Posted February 2, 2016 You need to provide more details about the failures that you are seeing (logfiles etc.). Quote Share this post Link to post Share on other sites More sharing options...
Drekko Posted February 2, 2016 Report post Posted February 2, 2016 You need to provide more details about the failures that you are seeing (logfiles etc.). I have SCCM set up at home This exact same package I exported and imported at home, and the uninstall works fine so I dont get why it wont work at my work place I will check some logs and get back to you Says its invalid Why is this? I have distributed the content and it works fine on my sccm at home Quote Share this post Link to post Share on other sites More sharing options...
ZeZe Posted February 3, 2016 Report post Posted February 3, 2016 Does the script runs anything from the network? how did you create the script - with notepad++ or normal notepad? Quote Share this post Link to post Share on other sites More sharing options...