Page 1 of 1

Include an installation key in a package

Published: October 23, 2025 - 11:28 AM
by Thierry
Hello everyone!

I'm a WAPT beginner and I'm trying to create a package for the VisioWin software published by FIM Medical.
The EXE file requests a valid installation key during a standard installation, but I don't know how to include it in the package for a silent installation.
This step occurs right after the license agreement, and I'm using Windows 11.

Does anyone have any ideas?

Thanks in advance for your help.

Re: Including an installation key in a package

Published: October 28, 2025 - 12:07 PM
by blemoigne
Good morning,
Perhaps silent flags can be displayed with this type of command line:

Code: Select all

VisioWin-V01.04.01.exe /?

Code: Select all

VisioWin-V01.04.01.exe --help

Code: Select all

VisioWin-V01.04.01.exe /help
Otherwise, you need to contact the software publisher to find out how to integrate this key during a silent installation.
Best regards,
Bertrand