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 ''''-WAPT 1.8.2 Community
-Windows Server 2012
-Windows 10
Thank you for your help!
