Installing packages from executables

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
Nats
Messages: 10
Registration: May 23, 2023 - 08:33

May 24, 2023 - 1:52 PM

Good morning,

I'm creating this thread because I have several setups I'd like to install, but I don't know how at all. I'm trying to generate a package based on an .exe file. The software I'm trying to install is: AutoCAD 2016; AutoCAD LT 2022; AutoCAD LT 2024; SEE ELECTRICAL; Elcom; Canneco BT; ZWCAD; DWG TrueView. I was only able to install DWG TrueView because it was in the WAPT store, but the others I mentioned earlier aren't in the store. So I tried the method I described, but I keep getting timeout errors. For example:

Code: Select all

TimeoutExpired: Command '"AutoCAD_LT_2022_French_Win_64bit_dlm.sfx.exe" ' timed out after 300 seconds with output ''''
or for ZWCAD:

Code: Select all

 TimeoutExpired: Command \'"ZWCAD_2023_SP2_Fra_Win_64bit.exe" \' timed out after 300 seconds with output \'\'\'\'\n']]
It's always the same thing, I don't know what to do, thank you for your help, I also saw this forum:

viewtopic.php?p=11342&hilit=autocad#p11342

But I didn't quite understand... And besides, it's a version I don't use, and I don't think it will help me with "see electrical, zwcad, canneco bt, etc...", and I absolutely need it for my business...

WAPT version: WAPT 2.3 Enterprise.
Server OS: Debian Bullseye.
OS of the administration workstation: Windows 10 Pro.
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 25, 2023 - 2:02 PM

What installation arguments did you use for ZWCAD_2023_SP2_Fra_Win_64bit.exe in your setup.py file?

Have you tested the package in PyScripter?
Nats
Messages: 10
Registration: May 23, 2023 - 08:33

May 25, 2023 - 2:16 PM

sfonteneau wrote: May 25, 2023 - 2:02 PM What did you put as installation arguments for: ZWCAD_2023_SP2_Fra_Win_64bit.exe? In setup.py?

Did you test the package in PyScripter?
There was no basic argument, there was "/VERYSILENT", I thought it came from the argument but not at all, and to tell you the truth I don't really know how the "setup.py" file works, there's only with AutoCAD, I was inspired by the setup.py file of DWG TrueView, but the others not coming from Autodesk I wouldn't know how to do it again.

And what do you mean by "pyscripter", is it an IDE? If so, I already use VSCode as my IDE.
Locked