简体   繁体   中英

How to make Installer as safe against antivirus

We are working on a WPF application. We have created the Installer setup of the application using install shield limited edition. Now ,created installer having some issues with Norton, McAfee, Avast, etc. They are all not sure if the installer is safe.
How can we solve this issue? Any help would be appreciable.

Regards,

Ranish

Make sure you use code signing for your package, such as verisign. This should provide authentication for the browser and for the OS Platform.

When you author your package, and I have not used InstallShield Express, just the professional and premium versions; however, in the Releases view, you should be able to enter your certificate pfk path and password information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM