SyntaxFix
Write A Post
Hire A Developer
Questions
Also remember that an uninstall can be initiated using the WMIC command:
wmic product get name --> This will list the names of all installed apps
wmic product get name
wmic product where name='myappsname' call uninstall --> this will uninstall the app.
wmic product where name='myappsname' call uninstall