Make exe installer uses msi path by default #1596

Request MicaSetup v2.3.7
This commit is contained in:
ema
2025-04-30 01:08:29 +08:00
parent abc781d340
commit 30861cc40f
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -294,3 +294,4 @@ __pycache__/
!/Build/assetslayout.resfiles
!/Build/priconfig.xml
!/Build/micasetup.json
!/Build/micasetup.cmd

4
Build/micasetup.cmd Normal file
View File

@@ -0,0 +1,4 @@
cd /d %~dp0
@REM 7z a Package.7z .\Package\* -t7z -mx=5 -mf=BCJ2 -r -y
makemica micasetup.json
@pause

View File

@@ -28,6 +28,8 @@
"AutoRunLaunchCommand": "/autostart",
"IsUseFolderPickerPreferClassic": false,
"IsUseInstallPathPreferX86": false,
"IsUseInstallPathPreferAppDataLocalPrograms": true,
"IsUseInstallPathPreferAppDataRoaming": false,
"IsUseRegistryPreferX86": null,
"IsAllowFullFolderSecurity": true,
"IsAllowFirewall": true,