Silent installation on AutoCAD 2018 VBA Enabler.

Silent installation on AutoCAD 2018 VBA Enabler.

Anonymous
Not applicable
1,755 Views
0 Replies
Message 1 of 1

Silent installation on AutoCAD 2018 VBA Enabler.

Anonymous
Not applicable

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

::::::::::::::::::::::::::::::::::::::::::::

0 Likes
1,756 Views
0 Replies
Replies (0)