Message 1 of 1
Silent installation on AutoCAD 2018 VBA Enabler.

Not applicable
07-02-2019
05:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
Create a batch file then paste the script on it. ty
@Anonymous off
::::: Create map drive:::::
net use * /del /y
net use Z: "\\<Server Name>\AutoCAD_2018_VBA_module_Win_64bit_dlm\x64\AcVbaInstaller" /persistent:no
::::::::::::::::::::::::::::::::::::::::::::
::Install AutoCAD 2018 VBA Enabler
msiexec.exe /i "Z:\AcVbaInstaller.msi" /qn /norestart & pause
::::: deleting map drive :::
::: net use Z: /del /y
::::::::::::::::::::::::::::::::::::::::::::