Hi! Is there a way to bypass the dialogue boxes when installing this particular application (Pidgin)?
We managed to convert the .EXE to .MSI using an open-source software. However, when deploying, dialogue boxes still appear even when set as Hidden and /quiet.
The installation needs to determine on the language, whether it should run after the installation, select some other features, which we do not want to appear during deployment.
The only command we have is
msiexec /i \\path\pidgin-2.6.4.msi /qn ALLUSERS=1
Please help. Thank you in advance