Нема описа

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 目录下