|
|
hace 1 año | |
|---|---|---|
| Prerequisites | hace 1 año | |
| Setup Files | hace 1 año | |
| .gitignore | hace 1 año | |
| README.md | hace 1 año | |
| uninstall.exe | hace 1 año | |
| xicheji.aip | hace 1 año |
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 目录下