Package wx.PackageBuilder

An application to create self-extracting and installing packages. More...


Classes

class  ContentTypeConfigDialog
class  ContentTypeConfigTable
interface  IDataReferringToFiles
class  NetFrameworkDescr
class  PackagerApp
class  PkgBuildExecDialog
class  PkgFrame
 The main frame of the package builder. More...
class  PlatformDescr
class  SrcLeafData
class  SrcNodeData
class  SrcTreeDropTarget
class  TableOfContents
class  TocNodeData
class  TocTreeDropTarget
class  TreeOfContentFiles< TreeNodeData, LeafNodeData >

Enumerations

enum  CompressionMode
enum  KindOfSrcFolder


Detailed Description

An application to create self-extracting and installing packages.

pkgbuilder.JPG

Enumeration Type Documentation

enum wx::PackageBuilder::CompressionMode

Describes how the file content in a package are compressed.

Enumerator:
NoCompression  No compression used.
GZip  Used System.IO.Compression.GZipStream.

enum wx::PackageBuilder::KindOfSrcFolder

Types of folders in the source tree. These folders typically structure the properties of a build project.

FolderTypeToString.ToString defines a readable name for the elements of this enumeration.

Enumerator:
NotOneOfTheSupportedFolders  This symbol will be used in source tree nodes that do not represent one of the supported folders.
Source 
Target 
ShadowProjects 
CSharpProjects 
CPlusPlusProjects 
Platform 


The wx.NET Build System.   (c) 2009-2010 Harald Meyer auf'm Hofe