Page 1 of 1

[RESOLVED] Package installation options

Published: July 26, 2022 - 11:28 AM
by HugoDams
WAPT 2.2 under Windows
Win10 VM for dev/testing

Good morning,
I need to install an .exe file on my PCs. During the installation, there are only 3 checkboxes:
2022-07-26 11_12_53-win10 dev package [Running] - Oracle VM VirtualBox.png
2022-07-26 11_12_53-win10 dev package [Running] - Oracle VM VirtualBox.png (21.88 KB) Viewed 2016 times
Initially only the first box is checked, and I would need the other two as well.
I wanted to find the option for a complete install but, no matter how much I use "-help -? /help /?", nothing works, the install starts directly without giving me its options.
So I tried several options at random to find the one that installs everything, but I didn't find it.

Do you have a solution so that I can install my package with all three options checked?

Thank you for your help
Have a good day, Hugo

Re: Package installation options

Published: July 27, 2022 - 10:56 AM
by dcardon
This isn't a problem directly related to WAPT... You need to look for the silent installation flags for the app in question. A Google search like this:

Code: Select all

openvpn silent install tap utilities
gives us: https://community.openvpn.net/openvpn/w ... ed_Install

You can also look https://store.wapt.fr/store/tis-openvpn to see how to install the OpenVPN drivers

Sincerely,

Denis