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

Setup.SetupDefinition


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
//=============================================================================
// SetupDefinition: Definition of the current installation.
//=============================================================================
class SetupDefinition extends SetupProduct
	native
	perobjectconfig;

var localized string DefaultFolder;
var string        DefaultLanguage;
var string        License;
var string        ReadMe;
var string        Logo;
var localized string SetupWindowTitle, AutoplayWindowTitle;
var array<string> Requires;

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
Class file time: ne 5.9.2004 16:02:20.000 - Creation time: st 23.5.2018 00:10:46.942 - Created with UnCodeX