|
| 1 | +{ |
| 2 | + "Template": "${MicaDir}/template/default.7z", |
| 3 | + "Package": "./QuickLook.7z", |
| 4 | + "Output": "./${AppName}.exe", |
| 5 | + "AppName": "QuickLook", |
| 6 | + "KeyName": "QuickLook", |
| 7 | + "ExeName": "QuickLook.exe", |
| 8 | + "Publisher": "QL-Win", |
| 9 | + "Version": "${Package}./${ExeName}|4", |
| 10 | + "TargetFramework": "net472", |
| 11 | + "Guid": "8B4A9CE5-67B5-4A94-81CB-3771F688FDEB", |
| 12 | + "Favicon": "./Assets/Square44x44Logo.altform-unplated_targetsize-256.png", |
| 13 | + "Icon": "./Assets/Square44x44Logo.altform-unplated_targetsize-256.setup.png", |
| 14 | + "UnIcon": "./Assets/Square44x44Logo.altform-unplated_targetsize-256.uninst.png", |
| 15 | + "LicenseFile": "../LICENSE-GPL.txt", |
| 16 | + "License": null, |
| 17 | + "LicenseType": null, |
| 18 | + "RequestExecutionLevel": "admin", |
| 19 | + "SingleInstanceMutex": null, |
| 20 | + "IsCreateDesktopShortcut": true, |
| 21 | + "IsCreateUninst": true, |
| 22 | + "IsCreateStartMenu": true, |
| 23 | + "IsPinToStartMenu": false, |
| 24 | + "IsCreateQuickLaunch": true, |
| 25 | + "IsCreateRegistryKeys": true, |
| 26 | + "IsCreateAsAutoRun": false, |
| 27 | + "IsCustomizeVisiableAutoRun": false, |
| 28 | + "AutoRunLaunchCommand": "/autostart", |
| 29 | + "IsUseFolderPickerPreferClassic": false, |
| 30 | + "IsUseInstallPathPreferX86": false, |
| 31 | + "IsUseRegistryPreferX86": null, |
| 32 | + "IsAllowFullFolderSecurity": true, |
| 33 | + "IsAllowFirewall": true, |
| 34 | + "IsRefreshExplorer": true, |
| 35 | + "IsInstallCertificate": false, |
| 36 | + "IsEnableUninstallDelayUntilReboot": true, |
| 37 | + "IsEnvironmentVariable": false, |
| 38 | + "OverlayInstallRemoveExt": "exe,dll,pdb,config,winmd,txt,bat,ax,manifest,xshd", |
| 39 | + "UnpackingPassword": null, |
| 40 | + "MessageOfPage1": null, |
| 41 | + "MessageOfPage2": null, |
| 42 | + "MessageOfPage3": null |
| 43 | +} |
0 commit comments