Registry Query to uninstall application

Anything VBScript-related, including Windows Script Host, WMI, ADSI, and more.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 16 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
msk
Posts: 3
Last visit: Thu Sep 06, 2007 11:16 pm

Registry Query to uninstall application

Post by msk »

Hi,

I am new to VB Scripting and need some assistance on following

I want to uninstall few application on specific machine model. And I query the machine model using Win32_ComputerSystem. And if machine model matches then execute a cmd which will uninstall the packages.

Now what I am looking for his that script should query the registry key and if application exisit then uninstall using the run cmd otherwise exit.

And help would be appreciated.

MSK
This topic is 16 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked