com.denova.runtime
Interface WindowsConstants

All Known Implementing Classes:
CustomUninstaller, WindowsCommands, WindowsMenus, WindowsServices, WindowsUtils

public interface WindowsConstants

Interface to useful constants when accessing the other Windows classes.

Author:
DeNova © 1997-2010 DeNova Last modified: 2010-09-25

Field Summary
static java.lang.String AddRegistryEntry
           
static java.lang.String AllUsers
           
static java.lang.String ArchitectureAMD64
           
static java.lang.String ArchitectureIA64
           
static java.lang.String ArchitectureIntel
           
static java.lang.String ArchitectureUnknown
           
static java.lang.String ArchitectureX64
           
static java.lang.String ArchitectureX86
           
static java.lang.String ArchitectureX86_64
           
static java.lang.String BinaryType
           
static java.lang.String CurrentUser
           
static java.lang.String DeleteAttribute
           
static java.lang.String DeleteRegistryEntry
           
static java.lang.String DesktopSpecFilename
           
static java.lang.String DWordType
           
static java.lang.String ExecExtension
           
static java.lang.String InvokerFilename
           
static java.lang.String MenuSpecFilename
           
static java.lang.String RegistrySpecFilename
           
static java.lang.String ReplaceRegistryEntry
           
static java.lang.String StringType
           
static java.lang.String WindowsCleanupCommand
           
static java.lang.String WindowsCmdLogFilename
           
static java.lang.String WindowsDelDesktop
           
static java.lang.String WindowsDelProgramsMenu
           
static java.lang.String WindowsDelStartupMenu
           
static java.lang.String WindowsProgramsMenuCommand
           
static java.lang.String WindowsRegistryEditorCommand
           
 

Field Detail

MenuSpecFilename

static final java.lang.String MenuSpecFilename
See Also:
Constant Field Values

DesktopSpecFilename

static final java.lang.String DesktopSpecFilename
See Also:
Constant Field Values

RegistrySpecFilename

static final java.lang.String RegistrySpecFilename
See Also:
Constant Field Values

CurrentUser

static final java.lang.String CurrentUser
See Also:
Constant Field Values

AllUsers

static final java.lang.String AllUsers
See Also:
Constant Field Values

WindowsRegistryEditorCommand

static final java.lang.String WindowsRegistryEditorCommand
See Also:
Constant Field Values

WindowsProgramsMenuCommand

static final java.lang.String WindowsProgramsMenuCommand
See Also:
Constant Field Values

WindowsCleanupCommand

static final java.lang.String WindowsCleanupCommand
See Also:
Constant Field Values

WindowsCmdLogFilename

static final java.lang.String WindowsCmdLogFilename
See Also:
Constant Field Values

WindowsDelProgramsMenu

static final java.lang.String WindowsDelProgramsMenu
See Also:
Constant Field Values

WindowsDelStartupMenu

static final java.lang.String WindowsDelStartupMenu
See Also:
Constant Field Values

WindowsDelDesktop

static final java.lang.String WindowsDelDesktop
See Also:
Constant Field Values

AddRegistryEntry

static final java.lang.String AddRegistryEntry
See Also:
Constant Field Values

ReplaceRegistryEntry

static final java.lang.String ReplaceRegistryEntry
See Also:
Constant Field Values

DeleteRegistryEntry

static final java.lang.String DeleteRegistryEntry
See Also:
Constant Field Values

DeleteAttribute

static final java.lang.String DeleteAttribute
See Also:
Constant Field Values

InvokerFilename

static final java.lang.String InvokerFilename
See Also:
Constant Field Values

ArchitectureX86

static final java.lang.String ArchitectureX86
See Also:
Constant Field Values

ArchitectureX64

static final java.lang.String ArchitectureX64
See Also:
Constant Field Values

ArchitectureX86_64

static final java.lang.String ArchitectureX86_64
See Also:
Constant Field Values

ArchitectureIntel

static final java.lang.String ArchitectureIntel
See Also:
Constant Field Values

ArchitectureIA64

static final java.lang.String ArchitectureIA64
See Also:
Constant Field Values

ArchitectureAMD64

static final java.lang.String ArchitectureAMD64
See Also:
Constant Field Values

ArchitectureUnknown

static final java.lang.String ArchitectureUnknown
See Also:
Constant Field Values

StringType

static final java.lang.String StringType
See Also:
Constant Field Values

DWordType

static final java.lang.String DWordType
See Also:
Constant Field Values

BinaryType

static final java.lang.String BinaryType
See Also:
Constant Field Values

ExecExtension

static final java.lang.String ExecExtension
See Also:
Constant Field Values