暂无描述

weijw c2e4d5287f add readme 10 月之前
Prerequisites 195bee24c9 init 10 月之前
Setup Files c2e4d5287f add readme 10 月之前
.gitignore 195bee24c9 init 10 月之前
README.md c2e4d5287f add readme 10 月之前
uninstall.exe 195bee24c9 init 10 月之前
xicheji.aip 195bee24c9 init 10 月之前

README.md

Advanced Installer.exe 打开 xicheji.aip 文件

xicheji_builder 和 xicheji 放到同级目录, 因为xicheji.aip里面记录的是相对路径.

执行 dotnet publish "xicheji.csproj" -c Release -o ./release/ -r win-x64 --no-self-contained 后生成最新的release文件, 再使用 Advanced Installer.exe 打包即可. 生成的msi在 Setup Files 目录下