Discussion Groups

All Discussion Groups » DWF

Thread: Autodesk 2010 viewers Deployment


Permlink Replies: 0 Threads: [ Previous | Next ]
kippers2009

Posts: 1
Registered: 10/28/09
Autodesk 2010 viewers Deployment
Posted: Oct 28, 2009 8:24 AM
  Click to reply to this thread Reply
I'm attempting a Deployment of the viewers for autodesk buut 1st i want to remove all the other viewers.

i am struggling to find the correct command i need to use and was also wodering if maybe anyone has a VB script to remove all the old viewers from 2008 and 2009.

the script i have wrote so far for a .bat file is

echo Remove DWG TrueView 2008
if not exist "C:\Program Files\DWG TrueView 2008\DWGVIEWR.exe" goto skipdwg2008
"C:\Program Files\DWG TrueView 2008\Setup\Setup.exe" /P {B1A9CD45-A702-4E3B-91ED-8CD562869901} /M AOEM /quiet /norestart
:skipdwg2008

but this wont remove it and also wont run is silent mode for some reason. any ideas? if i can do it through VB then this would be better for me.

Regards
Andy