exe程序打包

https://blog.csdn.net/baidu_27438681/article/details/72823844

 

用InstallShield打包 需要注意几个,一个不要包含中文,一个不要包含系统库

-5008: This 32-bit package cannot include 64-bit data 原因是在包含的文件中有系统的runtime的库,所以才会报错,移除掉系统的库 如 concrt140.dll mfc140u.dll msvcp140.dll vcruntime140.dll

 

posted @ 2018-10-19 09:37  balder_m  阅读(215)  评论(0编辑  收藏  举报