Hi Friends,
Please help me with how to uninstall VS studio 2012 silently from the landesk SW distribution. I have tried the below script manually that worked fine. Kindly help me on this
@ECHO ON
\\ Servername\VISUAL_STUDIO\VS_Premium_2012_English_Core_MLF_X18-35860\vs_premium.exe /uninstall /force /quiet /silent /noweb /norestart
EXIT /B 0
Thanks