AutoCAD Package Creation

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
MP. Garcia
Messages: 2
Registration: February 9, 2021 - 10:56

February 11, 2021 - 09:08

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!
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

February 11, 2021 - 1:52 PM

Check your antivirus software. The "access denied" error is related to another process that is locking the file, most likely your antivirus software.
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
nliaudat
Messages: 29
Registration: August 8, 2019 - 8:31 AM

February 12, 2021 - 09:10

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'
MP. Garcia
Messages: 2
Registration: February 9, 2021 - 10:56

February 15, 2021 - 2:42 PM

Now that I've created my AutoDesk deployment package, where should I put the command line you sent me? :|
Locked