Autodesk Technology Managers Forum
Share your knowledge, ask questions, and engage with fellow CAD/BIM Managers.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

2006 network deployment that uninstalls 2005

1 REPLY 1
Reply
Message 1 of 2
Anonymous
126 Views, 1 Reply

2006 network deployment that uninstalls 2005

I'm getting ready to set up my network image of ADT 2006. Right now
everyone has ADT 2005 on their machines. Is there a way to have the ADT
2005 uninstall when we run the deployment at each machine? Can there be a
script that fist uninstalls '05 then installs '06 from the server image?

Thanks,
John Gray
LaBella Assoc. PC
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

Look in the registry at this location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Search for the ADT 2005 uninstall location and maybe the Express Tools as
well.
In my case I found 5783F2D7-0304-0409-0002-0060B0CE6BBA
Use this and create a VBScript (a text file with VBS extension) like these
three rows below:
on error resume next
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "msiexec /x {5783F2D7-0304-0409-0002-0060B0CE6BBA} /q",1,true

After that you can add the deployment of 2006 as well.

--
Best Regards, Jimmy Bergmark
CAD and Database Developer Manager at www.pharmadule-emtunga.com
Blog: http://jtbworld.blogspot.com
JTB FlexReport (FLEXnet / FLEXlm report tool) -
http://www.jtbworld.com/jtbflexreport
SmartPurger (Purges automatically) -
http://www.jtbworld.com/?/smartpurger.htm
or download some freeware at http://www.jtbworld.com
More on AutoCAD 2005 and 2006
http://www.jtbworld.com/autocad2005.htm
http://www.jtbworld.com/autocad2006.htm


"John Gray" wrote in message
news:4837737@discussion.autodesk.com...
I'm getting ready to set up my network image of ADT 2006. Right now
everyone has ADT 2005 on their machines. Is there a way to have the ADT
2005 uninstall when we run the deployment at each machine? Can there be a
script that fist uninstalls '05 then installs '06 from the server image?

Thanks,
John Gray
LaBella Assoc. PC

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report