摘要:
以前郝工教过..... 我整忘了 如果要用release版,首先要将C/C++ 代码生成库设成MT 2、 在链接器的输入à附加依赖项,添加动态链接库文件 阅读全文
摘要:
; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "ff-bro 阅读全文
摘要:
注册表删除 [code] procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep); begin if CurUninstallStep = usPostUninstall then begin if RegKeyExis 阅读全文
摘要:
; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "My Pro 阅读全文
摘要:
先上图: 安装时候检测: 卸载的时候检测 卸载和安装完全🆗了 此外还要下载一个psvince.dll 放在inno setup的目录里 下载地址我上传了: https://files.cnblogs.com/files/Galesaur-wcy/psvince.7z 代码如下 ; Script g 阅读全文