分类
子分类
排序
Inno Setup封装的常用脚本
[InstallDelete]安装前删除文件Type: files; Name: '{src}\a.exe'安装前删除文件夹Type: filesandordirs; Name: '{src}\b'[Run]安装完成前运行自解压文件Filename: '{src}\data.exe'; Parameter...
Inno Setup 封装压缩字段命令
[Setup] Compression=CompValue zip 相当于 zip/7,是软件默认的压缩方式 zip/1 Zip 格式,压缩率最低,速度最快,耗内存最少 zip/2 Zip 格式 zip/3 Zip 格式 zip/4 Zip 格式 zip/5 Zip 格式 zi...


















