mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-16 01:08:03 +08:00
Use MicaSetup to create .exe-type installer
Check out how it works here: https://github.com/lemutec/MicaSetup
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"Template": "${MicaDir}/template/default.7z",
|
||||
"Package": "./QuickLook.7z",
|
||||
"Output": "./${AppName}.exe",
|
||||
"AppName": "QuickLook",
|
||||
"KeyName": "QuickLook",
|
||||
"ExeName": "QuickLook.exe",
|
||||
"Publisher": "QL-Win",
|
||||
"Version": "${Package}./${ExeName}|4",
|
||||
"TargetFramework": "net472",
|
||||
"Guid": "8B4A9CE5-67B5-4A94-81CB-3771F688FDEB",
|
||||
"Favicon": "./Assets/Square44x44Logo.altform-unplated_targetsize-256.png",
|
||||
"Icon": "./Assets/Square44x44Logo.altform-unplated_targetsize-256.setup.png",
|
||||
"UnIcon": "./Assets/Square44x44Logo.altform-unplated_targetsize-256.uninst.png",
|
||||
"LicenseFile": "../LICENSE-GPL.txt",
|
||||
"License": null,
|
||||
"LicenseType": null,
|
||||
"RequestExecutionLevel": "admin",
|
||||
"SingleInstanceMutex": null,
|
||||
"IsCreateDesktopShortcut": true,
|
||||
"IsCreateUninst": true,
|
||||
"IsCreateStartMenu": true,
|
||||
"IsPinToStartMenu": false,
|
||||
"IsCreateQuickLaunch": true,
|
||||
"IsCreateRegistryKeys": true,
|
||||
"IsCreateAsAutoRun": false,
|
||||
"IsCustomizeVisiableAutoRun": false,
|
||||
"AutoRunLaunchCommand": "/autostart",
|
||||
"IsUseFolderPickerPreferClassic": false,
|
||||
"IsUseInstallPathPreferX86": false,
|
||||
"IsUseRegistryPreferX86": null,
|
||||
"IsAllowFullFolderSecurity": true,
|
||||
"IsAllowFirewall": true,
|
||||
"IsRefreshExplorer": true,
|
||||
"IsInstallCertificate": false,
|
||||
"IsEnableUninstallDelayUntilReboot": true,
|
||||
"IsEnvironmentVariable": false,
|
||||
"OverlayInstallRemoveExt": "exe,dll,pdb,config,winmd,txt,bat,ax,manifest,xshd",
|
||||
"UnpackingPassword": null,
|
||||
"MessageOfPage1": null,
|
||||
"MessageOfPage2": null,
|
||||
"MessageOfPage3": null
|
||||
}
|
||||
Reference in New Issue
Block a user