registry-application.isx

来自「下载来的一个看图软件的源代码」· ISX 代码 · 共 47 行

ISX
47
字号
#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 + =
减小字号Ctrl + -
显示快捷键?