Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Setup.SetupDefinition

Extends
SetupProduct
Modifiers
native perobjectconfig

Core.Object
|   
+-- Setup.SetupObject
   |   
   +-- Setup.SetupProduct
      |   
      +-- Setup.SetupDefinition

Variables Summary
stringAutoplayWindowTitle
stringDefaultFolder
stringDefaultLanguage
stringLicense
stringLogo
stringReadMe
array<string>Requires
stringSetupWindowTitle
Inherited Variables from Setup.SetupProduct
Developer, DeveloperURL, LocalProduct, Product, ProductURL, Version, VersionURL


Variables Detail

AutoplayWindowTitle Source code

var localized string AutoplayWindowTitle;

DefaultFolder Source code

var localized string DefaultFolder;

DefaultLanguage Source code

var string DefaultLanguage;

License Source code

var string License;

Logo Source code

var string Logo;

ReadMe Source code

var string ReadMe;

Requires Source code

var array<string> Requires;

SetupWindowTitle Source code

var localized string SetupWindowTitle;


Defaultproperties

defaultproperties
{
	Product="Product"
	DefaultFolder="C:\Folder"
	DefaultLanguage="int"
	License="..\\Help\\License.txt"
	ReadMe="..\\Help\\ReadMe.txt"
	Logo="..\\Help\\Logo.bmp"
	SetupWindowTitle="Setup"
	AutoplayWindowTitle="Autoplay Options"
	RequiredProducts=()
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:34.441 - Created with UnCodeX