Installation parameters for an executable file could not be found

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
Answer
psgca85
Messages: 6
Registration: December 26, 2023 - 3:02 PM

December 26, 2023 - 3:41 PM

Hello,

We have several educational software programs in .exe format for which the usual silent installation parameters (/s /S /SILENT /VERYSILENT /QN) don't work.

The Universal Silent Switch Finder tool, which is used to find the installation options for an MSI or .exe file, returns the message: "Undetected PE File" for these .exe files.

Unzipping the .exe file yields nothing; there's just a file with no extension inside.

There's no information available on Google for these programs.

Do you know of a solution in this case?

Is it possible to generate an MSI file from an .exe file?

Thank you in advance for your help.

Best regards.
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

January 3, 2024 - 11:05 AM

Hello psgca85,
psgca85 wrote: Dec 26, 2023 - 3:41 PM We have several educational software programs in .exe format for which the usual silent installation parameters /s /S /SILENT /VERYSILENT /QN don't work.

The Universal Silent Switch Finder tool, which is used to find the installation options for an MSI or .exe file, returns the message: "Undetected PE File" for these .exe files.

Unzipping the .exe file doesn't reveal anything; there's just a file with no extension inside.

There's no information about these programs on Google.

Do you know of a solution in this case?
This type of software is what we internally call podoware...

You can check the store to see if the software has been added; we've added quite a few educational programs recently. If you're using the Enterprise version (see the forum rules when posting), you can contact Jimmy or Etienne to see the list of missing software. We're currently working with our various clients in the education sector to expand the store.
Is it possible to generate an MSI file from an EXE file?
Yes, but that won't be of any use in your case, because to create a silent MSI, the executable must first be silent, and in that case, you might as well put it directly in the WAPT package. And generally speaking, a WAPT package is more versatile than an MSI package, so if you can't do it with WAPT, you have no chance of doing it with an MSI.

You could try it with an auto-it, but the result is quite random, and it's not very reliable in the long run.

Sincerely,

Denis
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
Answer