Page 1 of 1

[SOLVED] Creating Veracrypt packages

Published: September 21, 2018 - 11:48 AM
by gauthier_leclercq
Hi,

I have a request from users to create a package for VeraCrypt.
However, VeraCrypt requires acceptance of the license agreement.

I saw that the package was available on Chocolatey but not in the WAPT repositories.
Do you know if it will be packaged by WAPT?
Or do you have any suggestions on how to bypass this VeraCrypt acceptance requirement to allow for a silent installation?
VeraCrypt doesn't seem very keen on allowing a silent installation, at least as we can see in this post
(https://sourceforge.net/p/veracrypt/dis ... it=25#b9b6).

Thanks a lot!
Gauthier.

Re: Creating a Veracrypt package

Published: September 21, 2018 - 12:20 PM
by agauvrit
Hello,

As stated in the subject line, this is not planned. The VeraCrypt installation will remain "verbose" for good reason: misuse of the product could irrevocably encrypt workstations and servers.

We have no solution for this.

Sincerely,

Alexandre

Re: Creating a Veracrypt package

Published: September 21, 2018 - 6:51 PM
by dcardon
Hello Gauthier,
gauthier_leclercq wrote: Sep 21, 2018 - 11:48 AM I have a request from users to create a package for VeraCrypt.
However, VeraCrypt requires acceptance of the license agreement.

I saw that the package was available on Chocolatey but not in the WAPT repositories.
Do you know if it will be packaged by WAPT?
Or do you have any suggestions on how to bypass this VeraCrypt acceptance requirement to allow a silent installation?
VeraCrypt doesn't seem motivated to allow a silent installation, at least as we can see in this post:
https://sourceforge.net/p/veracrypt/dis ... it=25#b9b6)
As Alexandre mentioned, there's a reason behind the VeraCrypt team's decision not to offer a non-silent installation. That said, the installer's source code is available, so you're free to modify and recompile it.

The Chocolatey installer isn't silent either, is it? For the software to be integrated into the WAPT store, it needs to be silent.

If you want to continue in this direction, you should be able to use the portable version of VeraCrypt. However, you will probably need to manually register the veracrypt.sys driver in your setup.py file.

Sincerely,

Denis

Re: [SOLVED] Creating Veracrypt package

Published: September 26, 2018 - 4:10 PM
by gauthier_leclercq
Hello,

OK.
Thank you for all this information!

Have a good day.