We use an Extended Validation Certificate to sign our EXE files for additional security. Today, signing an MSI file with an EV certificate would only allow us to sign the installer, not the subparts. This would be less secure for your organization.
We strongly recommend using the EXE installer, which has multiple advantages:
- Easier to understand command line arguments.
- Fully signed with a code signing certificate.
- Compatible with all deployment methods.
Silent installation
You can use the following command line to run a silent installation: "UpSlide.exe" -q2
You may also refer to the documentation below: