installer integrity check has failed. Common causes include incomplete download and damaged media contact the installer's author to obtain a new copy. morm information: http://nsis.sf.net/NSIS_Error…
最近做一个功能,测试环境测试没问题,google浏览器测试也没问题,结果上生产发现google浏览器竟然用不了.查看控制台发现控制台报错: Ignored call to 'confirm()'. The document is sandboxed, and the 'allow-modals' keyword is not set. 功能很简单,就是弹出一个确认对话框,但是生产环境google上竟然弹不出来,一直报上面问题.后来分析生产环境的页面是嵌入到一个iframe中的,iframe中有一…