# Auto7zip **Repository Path**: sanhu120/Auto7zip ## Basic Information - **Project Name**: Auto7zip - **Description**: 根据https://github.com/myfreeer/7z-build-nsis 里改编,可以替换自己想要的图标。其中C.zip 是打包里面的图标,CPP.zip 是7zip 程序里面的图标。可以根据自己的审美需要替换里面的图标.7-zip-build.bat 可以自动编译出文件并生成安装包 - **Primary Language**: C/C++ - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2026-01-21 - **Last Updated**: 2026-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: 7z美化, 7z编译, 编译7z, 7z最新版本, 7-zip美化 ## README # Auto7zip 7z源码,自动换图标无人值守编译(7z编译、7z界面美化) 使用NSIS脚本解码的7-Zip构建脚本(基于MS Visual Studio) 此构建可解压NSIS安装程序中的NSIS脚本文件,例如`[NSIS].nsi`或`[LICENSE].txt`。 此功能自15.05版本起在官方版本中已被禁用, 此后,官方版本仅能从安装程序中解压文件。 注意:仅依赖于`7z.dll`的可执行文件才能解压NSIS安装包, `7zcl`、`7za`、`7zr`无法像官方工具那样解压NSIS安装包。 ## 自动编译打包需要条件 * Visual Studio 2015 or 2017 or 2019 or 2022 * `7z.exe` in `PATH` or current folder(将7z.exe放到当前路径或者在环境变量的path 里面添加你电脑安装的7zip路径). ## 用法 * 有网络环境可以在Visual Studio的“Developer Command Prompt for VS ”中运行`7-zip-build.bat`; * 无网络环境可以在Visual Studio的“Developer Command Prompt for VS ”中运行`7-zip-build - local.bat`