We have a custom action to add the certificate to the trusted publishers list. This is the related line of the xml of the .aip
Code: Select all
<ROW Action="LaunchFile" Type="2" Source="viewer.exe" Target="/EnforcedRunAsAdmin /RunAsAdmin "[SystemFolder]certutil.exe" -addstore TrustedPublisher [AI_CODE_SIGN_CERT.CER]" Options="1"/>prompt appears.Do you want to allow this app to make changes to your device? CertUtil.exe
How to prevent this from prompting via Advanced Installer?
Thank you.