Here A VBS Script That Will Remove Any Folder Dim Shell, SD, fso V = Vbcrlf on error resume next Set Shell = WScript.CreateObject("WScript.Shell") Set fso = CreateObject("Scripting.FileSystemObject") SD = Shell.ExpandEnvironmentStrings("%SystemDrive%") fso.DeleteFolder( SD & "\Install") shell.popup "Clean Up Completed", 3, "Remove Install Folder", 0+32