A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
I believe I’ve pinpointed the issue, but we currently lack a solution. The vendor’s installer behaves in a non-standard manner: it exits the .exe installer immediately (with exit code 1, indicating the installation is incomplete) and generates a Pritunal.tmp file that carries out the actual installation.
I would reach out the vendor and ask if they can fix this behavior.
I believe I’ve pinpointed the issue, but we currently lack a solution. The vendor’s installer behaves in a non-standard manner: it exits the .exe installer immediately (with exit code 1, indicating the installation is incomplete) and generates a Pritunal.tmp file that carries out the actual installation.
I would reach out the vendor and ask if they can fix this behavior.
We're basically running into this issue where the app throws a non-zero exit code: https://forum.pritunl.com/t/silent-install-error-1-incorrect-function/373
We could potentially work around the issue with custom exit codes, but will require some further testing
Bump