mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
Make exe installer uses msi path by default #1596
Request MicaSetup v2.3.7
This commit is contained in:
4
Build/micasetup.cmd
Normal file
4
Build/micasetup.cmd
Normal 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
|
@@ -28,6 +28,8 @@
|
||||
"AutoRunLaunchCommand": "/autostart",
|
||||
"IsUseFolderPickerPreferClassic": false,
|
||||
"IsUseInstallPathPreferX86": false,
|
||||
"IsUseInstallPathPreferAppDataLocalPrograms": true,
|
||||
"IsUseInstallPathPreferAppDataRoaming": false,
|
||||
"IsUseRegistryPreferX86": null,
|
||||
"IsAllowFullFolderSecurity": true,
|
||||
"IsAllowFirewall": true,
|
||||
|
Reference in New Issue
Block a user