I have a setup file (setup.msi) which is digitally signed and if I try to install the setup in a machine will the certificate install by itself or should I install the certificate?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you don’t need to install the certificate.
The certificate that was used to sign your setup.msi is stored inside setup.msi. Of course, it does not contain its private key so that no one will be able to use it to sign something else. The certificate stored inside MSI is used to verify whether it’s trusted or not, and to verify the integrity of package.