2019年3月14日

[Inno Setup] 在 File Section 之前解压文件

摘要: Prototype: procedure ExtractTemporaryFile(const FileName: String); Description: Extracts the specified file from the [Files] section to a temporary di 阅读全文

posted @ 2019-03-14 17:41 liujx2019 阅读(664) 评论(0) 推荐(0) 编辑

[Inno Setup] 对比字符串

摘要: [Code] var MD5Comp: string; procedure ExitProcess(uExitCode:UINT); external 'ExitProcess@kernel32.dll stdcall'; procedure CurStepChanged(CurStep: TSetupStep); begin MD5Comp := '32297BCBF4D8... 阅读全文

posted @ 2019-03-14 17:38 liujx2019 阅读(901) 评论(0) 推荐(0) 编辑

[QT] QProcess finished 信号,关联的 slot 必须检查返回码

摘要: void QProcess::finished(int exitCode, QProcess::ExitStatus exitStatus) 阅读全文

posted @ 2019-03-14 17:37 liujx2019 阅读(1049) 评论(0) 推荐(0) 编辑

为什么痛风病人不能喝酒?

摘要: https://dxy.com/column/3140 阅读全文

posted @ 2019-03-14 11:05 liujx2019 阅读(127) 评论(0) 推荐(0) 编辑

[Inno Setup] 退出安装程序的两种方式

摘要: 1. 完全静默的退出 2. 询问用户之后再退出 另外: https://stackoverflow.com/questions/21737462/how-to-properly-close-out-of-inno-setup-wizard-without-prompt 未试验过 阅读全文

posted @ 2019-03-14 10:37 liujx2019 阅读(2371) 评论(1) 推荐(0) 编辑

导航