Page 1 of 1

AutoCAD Package Creation

Published: February 11, 2021 - 09:08
by MP.Garcia
Good morning.

For my internship, I need to install WAPT for the company I'm working for. So far, so good; I've been testing with Thunderbird and Notepad++. However, I now need to create a package for the AutoCAD application, but as you can probably guess from this post, I'm stuck. Despite watching many posts and videos, I can't find a solution.

Code: Select all

[Error 5] AccÞs refus: 'c:\\windows\\temp\\waptj_1egt\\AutoCAD_2021_French_Win_64bit_wi_fr-FR_Setup.exe'
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 3877, in install_wapt
    exitstatus = setup.install()
  File "c:\windows\temp\waptj_1egt\setup.py", line 7, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3831, in new_func
    return func(*args,**kwargs)
  File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 1172, in install_exe_if_needed
    run(r'"%s" %s' % (exe,silentflags),accept_returncodes=accept_returncodes,timeout=timeout,pidlist=pidlist)
  File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 3703, in run
    raise TimeoutExpired(cmd,''.join(output),timeout)
TimeoutExpired: Command '"AutoCAD_2021_French_Win_64bit_wi_fr-FR_Setup.exe" /VERYSILENT' timed out after 300 seconds with output ''''
TimeoutExpired: Command '"AutoCAD_2021_French_Win_64bit_wi_fr-FR_Setup.exe" /VERYSILENT' timed out after 300 seconds with output ''''
Here are the package installation logs. The technical specifications are:
-WAPT 1.8.2 Community
-Windows Server 2012
-Windows 10

Thank you for your help!

Re: Creating a Package for AutoCAD

Published: February 11, 2021 - 1:52 PM
by dcardon
Check your antivirus software. The "access denied" error is related to another process that is locking the file, most likely your antivirus software.

Re: Creating a Package for AutoCAD

Published: February 12, 2021 - 09:10
by nliaudat
An Autodesk deployment package needs to be created.

then launch

Code: Select all

...acadLT2021_deploy\Img\Setup.exe /qb /I ...\acadLT2021_deploy\Img\acadLT2021.ini /language fr-fr'

Re: Creating a Package for AutoCAD

Published: February 15, 2021 - 2:42 PM
by MP.Garcia
Now that I've created my AutoDesk deployment package, where should I put the command line you sent me? :|