Autodesk Map 3D 2006
:: OPTIONAL: Install Autodesk2006 @echo off todo.pl cscript.exe %Z%\packages\autodesk\autocad2006\XCACLS.vbs C:\appl /E /g Hauptbenutzer:F /Q /DEBUG /F /S /T :: STANDARD PROFIL + STANDARD ICON todo.pl start /wait %Z%\packages\profil\autodesk\install.bat :: AutoCAD2006 todo.pl start /wait /d %Z%\packages\autodesk\autocad2006\AdminImage msiexec /qr /l* %systemdrive%\netinst\logs\acad2006.log /i acadmap.msi TRANSFORMS=map2006.mst todo.pl start /wait %Z%\updates\common\%WINLANG%\dotnetfx.exe /q:A /c:"install /l /q" todo.pl md c:\appl
Profil:
install.bat
REGEDIT /S Z:\packages\profil\autodesk\remove.reg REGEDIT /S Z:\packages\profil\autodesk\install.reg rmdir /s /q "M:\autocad" mkdir M:\autocad xcopy /S /E /V /C /I /Q /H /R /Y Z:\packages\profil\autodesk\autocad\*.* M:\autocad\ rmdir /s /q "C:\WINNT5\Profiles\%username%\Lokale Einstellungen\Anwendungsdaten\Autodesk" rmdir /s /q "C:\WINNT5\Profiles\%username%\Anwendungsdaten\Autodesk" move "%AllUsersProfile%\Desktop\Autodesk LandXML Reporting 6.lnk" "%AllUsersProfile%\Startmen~A\Programme\Autodesk\Autodesk Map 3D 2006 - Deutsch\" del "%AllUsersProfile%\Startmen~A\Programme\Autodesk LandXML Reporting 6.lnk" exit
install.reg
[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R16.2\ACAD-4002:407] - KEY
remove.reg
[-HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R16.2\ACAD-4002:407] - KEY
With the install.bat we import the same Profil to every user. So Autodesk looks always the same at the first start. The User can change it, but if there is a Problem with the configuration, we only execute install.bat and everything works again. We do not have the issue with Autocad Profil Data under Profiles\Locale Folders\...
Have anybody a better solution to manage AutoCAD Profiles ?