AutoCAD 2012
Anyone using the K1000 to install AutoCAD 2012, or any AutoDesk software??
Looks like I may have to really change the install to install the individual components. For restricted users, only part of Autocad is being installed.
Mike
Looks like I may have to really change the install to install the individual components. For restricted users, only part of Autocad is being installed.
Mike
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
cmccracken
12 years ago
Hey Mike,
I install both AutoCAD 2012 and TrueView 2012 with the kbox. For AutoCAD I have to use a script, because the installer is too large for the agent to download.
The script runs the above batch file on one of our file servers to uninstall old versions of AutoCAD then install 2012.
For TrueView I have an MI that uses the batch file:
Casey
I install both AutoCAD 2012 and TrueView 2012 with the kbox. For AutoCAD I have to use a script, because the installer is too large for the agent to download.
MSiExec.exe /uninstall {5783F2D7-7000-0409-0002-0060B0CE6BBA} /qn
Msiexec.exe /uninstall {9F8C2CC5-CC9E-43C2-8409-7A03A68AE274} /qn
MsiExec.exe /uninstall {5783F2D7-0002-0409-0000-0060B0CE6BBA} /qn
MsiExec.exe /uninstall {FEE5DEDD-2EE8-451B-B8E8-967146E0B569} /qn
MsiExec.exe /uninstall {3995EF63-2672-458F-88B2-355696C13C07} /qn
MsiExec.exe /uninstall {A054FCB8-B570-4941-B37D-E8643E8973CA} /qn
MsiExec.exe /uninstall {B4013E5D-C833-4C8D-A942-AD7BBDFD9389} /qn
MsiExec.exe /uninstall {280C9F2B-45ED-493B-B406-31C1434CAF7C} /qn
MsiExec.exe /uninstall {5783F2D7-8000-0409-0002-0060B0CE6BBA} /qn
MsiExec.exe /uninstall {1BF66D77-6604-4f3f-B3AE-D640AFB58A88} /qn
MSiExec.exe /uninstall {C1AF94A8-7539-43EF-9857-B641D7FACFF5} /qn
MSiExec.exe /uninstall {5783F2D7-9000-0409-0002-0060B0CE6BBA} /qn
\\SASERVER01\Software\AutoCAD2012x64\AdminImage\setup.exe /W /Q /I \\SASERVER01\Software\AutoCAD2012x64\AdminImage\AutoCAD2012x64.ini /Lang en-US
The script runs the above batch file on one of our file servers to uninstall old versions of AutoCAD then install 2012.
For TrueView I have an MI that uses the batch file:
start /wait dotNetFx40_Full_x86_x64.exe /q /norestart
SETUP.EXE /w /t /q setup.ini
Casey
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.