📄 registry-application.isx
字号:
#ifdef COPYRIGHT;; Copyright (C) 2003 GraphicsMagick Group;; This program is covered by multiple licenses, which are described in; Copyright.txt. You should have received a copy of Copyright.txt with this; package; otherwise see http://www.graphicsmagick.org/www/Copyright.html.;#endif;; Record installation paths;#define private KeyBase "Software\" + MagickPackageName#define private KeyVersion KeyBase + "\" + MagickPackageVersion#define private KeyVersionDepth KeyVersion + "\Q:" + QuantumDepth#define private KeyCurrent KeyBase + "\Current"Root: HKLM; Subkey: {#KeyBase}; ValueType: none; Flags: uninsdeletekeyifemptyRoot: HKLM; Subkey: {#KeyVersion}; ValueType: none; Flags: uninsdeletekeyifemptyRoot: HKLM; Subkey: {#KeyVersionDepth}; ValueType: none; Flags: uninsdeletekeyRoot: HKLM; Subkey: {#KeyVersionDepth}; ValueType: string; ValueName: "BinPath"; ValueData: "{app}"Root: HKLM; Subkey: {#KeyVersionDepth}; ValueType: string; ValueName: "ConfigurePath"; ValueData: {#MagickConfigDirectory}Root: HKLM; Subkey: {#KeyVersionDepth}; ValueType: string; ValueName: "LibPath"; ValueData: "{app}"#ifdef MagickCodersDirectoryRoot: HKLM; Subkey: {#KeyVersionDepth}; ValueType: string; ValueName: "CoderModulesPath"; ValueData: {#MagickCodersDirectory}#endif#ifdef MagickFiltersDirectoryRoot: HKLM; Subkey: {#KeyVersionDepth}; ValueType: string; ValueName: "FilterModulesPath"; ValueData: {#MagickFiltersDirectory}#endifRoot: HKLM; Subkey: {#KeyCurrent}; ValueType: none; Flags: uninsdeletekeyRoot: HKLM; Subkey: {#KeyCurrent}; ValueType: string; ValueName: "Version"; ValueData: {#MagickPackageVersion}Root: HKLM; Subkey: {#KeyCurrent}; ValueType: dword; ValueName: "QuantumDepth"; ValueData: {#QuantumDepth}Root: HKLM; Subkey: {#KeyCurrent}; ValueType: string; ValueName: "BinPath"; ValueData: "{app}"Root: HKLM; Subkey: {#KeyCurrent}; ValueType: string; ValueName: "ConfigurePath"; ValueData: {#MagickConfigDirectory}Root: HKLM; Subkey: {#KeyCurrent}; ValueType: string; ValueName: "LibPath"; ValueData: "{app}"#ifdef MagickCodersDirectoryRoot: HKLM; Subkey: {#KeyCurrent}; ValueType: string; ValueName: "CoderModulesPath"; ValueData: {#MagickCodersDirectory}#endif#ifdef MagickFiltersDirectoryRoot: HKLM; Subkey: {#KeyCurrent}; ValueType: string; ValueName: "FilterModulesPath"; ValueData: {#MagickFiltersDirectory}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -