Very similiar but not exactly...see I have the script able to pick up the guid, then I msiexec uninstall the product via the guid.
But there are certain applications that don't have a guid in the UninstallString of the registry, but a full path to the executible to uninstall the software. So, I'm looking for the correct syntax to pick up that entire uninstall path so I can drop that into my exectue that will have the msiexec /x /q (variable name=c:\program\.....)
Thanks!
Main Topics
Browse All Topics





by: gecko_au2003Posted on 2009-10-28 at 05:33:39ID: 25682477
Not sure if the below PAQ is much use ?
e.com/Prog ramming/La nguages/ Vi sual_Basic /VB_Script /Q_2303653 2.html
http://www.experts-exchang
In what context are you going to use this vbscript ie similiar to a hta file where it shows you what apps are installed and then select an app you want to remove and click a remove button and that to launch the msiexec command to remove that app using that apps un install string or what exactly ?