Hello all,
A quick question: is it possible to install the platform silently on the command line?
Small contextualization: I am creating a chocolatey package for this software. It is therefore necessary to install the application without any window appearing. However, installing PortableApps.com Platform requires selecting the user's language.
Is it possible to select the language beforehand on the command line? using, for example, the LCID of windows (in powershell: (get-culture).LCID
).
Thanks in advance for any informations,
A-d-r-i