mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Make exe installer uses msi path by default #1596
Request MicaSetup v2.3.7
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -294,3 +294,4 @@ __pycache__/
|
|||||||
!/Build/assetslayout.resfiles
|
!/Build/assetslayout.resfiles
|
||||||
!/Build/priconfig.xml
|
!/Build/priconfig.xml
|
||||||
!/Build/micasetup.json
|
!/Build/micasetup.json
|
||||||
|
!/Build/micasetup.cmd
|
||||||
|
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",
|
"AutoRunLaunchCommand": "/autostart",
|
||||||
"IsUseFolderPickerPreferClassic": false,
|
"IsUseFolderPickerPreferClassic": false,
|
||||||
"IsUseInstallPathPreferX86": false,
|
"IsUseInstallPathPreferX86": false,
|
||||||
|
"IsUseInstallPathPreferAppDataLocalPrograms": true,
|
||||||
|
"IsUseInstallPathPreferAppDataRoaming": false,
|
||||||
"IsUseRegistryPreferX86": null,
|
"IsUseRegistryPreferX86": null,
|
||||||
"IsAllowFullFolderSecurity": true,
|
"IsAllowFullFolderSecurity": true,
|
||||||
"IsAllowFirewall": true,
|
"IsAllowFirewall": true,
|
||||||
|
Reference in New Issue
Block a user