I utilise a batch to uninstall Autocvad 2014 LT silently. It works fine for a32 bit unit. When I run it on a 64 bit unit, it does not uninstall..
Here is what i'm using,
Echo "This is 64 Bit Operating System"
rem AutoCAD 2014 LT
"%ProgramFiles%\Autodesk\AutoCAD LT 2014\Setup\en-us\Setup\Setup.exe" /Q /W /T /P {5783F2D7-D009-0000-0102-0060B0CE6BBA} /R ACADLT /language en-US
"%ProgramFiles(x86)%\Autodesk\Content Service\Setup\Setup.exe" /Q /W /T /P {62F029AB-85F2-0000-866A-9FC0DD99DDBC} /R ContentService /LANG en-US
rem Autodesk Material Library Base Resolution Image Library 2014
MsiExec.exe /X{51BF3210-B825-4092-8E0D-66D689916E02} /qn
rem AutoDesk 360
MsiExec.exe /X{52B28CAD-F49D-47BA-9FFE-29C2E85F0D0B} /qn
rem Autodesk Content Language Pack
MsiExec.exe /X{62F029AB-85F2-0001-866A-9FC0DD99DDBC} /qn
rem autodesk material Library 2014
MsiExec.exe /X{644F9B19-A462-499C-BF4D-300ABC2A28B1} /qn
It will not uninstall., is ther anoother way otr a utility that could be ran silently?
Thank you,
Ron Mckerral