1Dialog_	Control_	Event	Argument	Condition	Ordering
2s72	s50	s50	s255	S255	I2
3ControlEvent	Dialog_	Control_	Event	Argument	Condition
4AdminChangeFolder	Cancel	EndDialog	Return	1	2
5AdminChangeFolder	Cancel	Reset	0	1	1
6AdminChangeFolder	NewFolder	DirectoryListNew	0	1	0
7AdminChangeFolder	OK	EndDialog	Return	1	0
8AdminChangeFolder	OK	SetTargetPath	TARGETDIR	1	1
9AdminChangeFolder	Up	DirectoryListUp	0	1	0
10AdminNetworkLocation	Back	NewDialog	AdminWelcome	1	0
11AdminNetworkLocation	Browse	SpawnDialog	AdminChangeFolder	1	0
12AdminNetworkLocation	Cancel	SpawnDialog	CancelSetup	1	0
13AdminNetworkLocation	InstallNow	EndDialog	Return	OutOfNoRbDiskSpace <> 1	3
14AdminNetworkLocation	InstallNow	NewDialog	OutOfSpace	OutOfNoRbDiskSpace = 1	2
15AdminNetworkLocation	InstallNow	SetTargetPath	TARGETDIR	1	1
16AdminWelcome	Cancel	SpawnDialog	CancelSetup	1	0
17AdminWelcome	Next	NewDialog	AdminNetworkLocation	1	0
18CancelSetup	No	EndDialog	Return	1	0
19CancelSetup	Yes	EndDialog	Exit	1	2
20CustomerInformation	Back	NewDialog	LicenseAgreement	1	1
21CustomerInformation	Cancel	SpawnDialog	CancelSetup	1	0
22CustomerInformation	Next	[ALLUSERS]	{}	ApplicationUsers = "OnlyCurrentUser" And Privileged	2
23CustomerInformation	Next	[ALLUSERS]	1	ApplicationUsers = "AllUsers" And Privileged	1
24CustomerInformation	Next	EndDialog	Exit	(SERIALNUMVALRETRYLIMIT) And (SERIALNUMVALRETRYLIMIT<0) And (SERIALNUMVALRETURN<>SERIALNUMVALSUCCESSRETVAL)	3
25CustomerInformation	Next	NewDialog	SetupType	((Not SERIALNUMVALRETURN) OR (SERIALNUMVALRETURN=SERIALNUMVALSUCCESSRETVAL))	4
26CustomSetup	Back	NewDialog	MaintenanceType	Installed	0
27CustomSetup	Back	NewDialog	SetupType	NOT Installed	0
28CustomSetup	Cancel	SpawnDialog	CancelSetup	1	0
29CustomSetup	ChangeFolder	SelectionBrowse	InstallChangeFolder	1	0
30CustomSetup	Details	SelectionBrowse	DiskSpaceRequirements	1	1
31CustomSetup	Help	SpawnDialog	CustomSetupTips	1	1
32CustomSetup	Next	[_IsSetupTypeMin]	Custom	1	0
33CustomSetup	Next	NewDialog	OutOfSpace	OutOfNoRbDiskSpace = 1	0
34CustomSetup	Next	NewDialog	ReadyToInstall	OutOfNoRbDiskSpace <> 1	0
35CustomSetupTips	OK	EndDialog	Return	1	1
36DatabaseFolder	Back	NewDialog	CustomerInformation	1	1
37DatabaseFolder	Cancel	SpawnDialog	CancelSetup	1	1
38DatabaseFolder	ChangeFolder	[_BrowseProperty]	DATABASEDIR	1	2
39DatabaseFolder	ChangeFolder	SpawnDialog	InstallChangeFolder	1	1
40DatabaseFolder	Next	NewDialog	SetupType	1	1
41DestinationFolder	Back	NewDialog	LicenseAgreement	HIDEEULA <> 1	0
42DestinationFolder	Back	NewDialog	InstallWelcome	HIDEEULA = 1	0
43DestinationFolder	Cancel	SpawnDialog	CancelSetup	1	1
44DestinationFolder	ChangeFolder	[_BrowseProperty]	INSTALLLOCATION	1	2
45DestinationFolder	ChangeFolder	SpawnDialog	InstallChangeFolder	1	1
46DestinationFolder	Next	NewDialog	ReadyToInstall	1	0
47DiskSpaceRequirements	OK	EndDialog	Return	1	0
48FilesInUse	Exit	EndDialog	Exit	1	0
49FilesInUse	Ignore	EndDialog	Ignore	1	0
50FilesInUse	Retry	EndDialog	Retry	1	0
51FileTypeDialog	Back	NewDialog	CustomSetup	Installed OR _IsSetupTypeMin = "Custom"	2
52FileTypeDialog	Back	NewDialog	SetupType	NOT Installed AND _IsSetupTypeMin <> "Custom"	1
53FileTypeDialog	Cancel	SpawnDialog	CancelSetup	1	0
54FileTypeDialog	Next	NewDialog	ReadyToInstall	1	0
55InstallChangeFolder	Cancel	EndDialog	Return	1	2
56InstallChangeFolder	Cancel	Reset	0	1	1
57InstallChangeFolder	NewFolder	DirectoryListNew	0	1	0
58InstallChangeFolder	OK	EndDialog	Return	1	3
59InstallChangeFolder	OK	SetTargetPath	[_BrowseProperty]	1	2
60InstallChangeFolder	Up	DirectoryListUp	0	1	0
61InstallWelcome	Back	NewDialog	SplashBitmap	Display_IsBitmapDlg	1
62InstallWelcome	Cancel	SpawnDialog	CancelSetup	1	0
63InstallWelcome	Next	NewDialog	LicenseAgreement	HIDEEULA <> 1	0
64InstallWelcome	Next	NewDialog	DestinationFolder	HIDEEULA = 1	0
65LicenseAgreement	Back	NewDialog	InstallWelcome	1	0
66LicenseAgreement	Cancel	SpawnDialog	CancelSetup	1	0
67LicenseAgreement	Next	NewDialog	DestinationFolder	AgreeToLicense = "Yes"	0
68MaintenanceType	Back	NewDialog	MaintenanceWelcome	1	0
69MaintenanceType	Cancel	SpawnDialog	CancelSetup	1	0
70MaintenanceType	Next	[ProgressType0]	Modify	_IsMaintenance = "Change"	2
71MaintenanceType	Next	[ProgressType0]	Repair	_IsMaintenance = "Reinstall"	1
72MaintenanceType	Next	[ProgressType1]	Modifying	_IsMaintenance = "Change"	3
73MaintenanceType	Next	[ProgressType1]	Repairing	_IsMaintenance = "Reinstall"	4
74MaintenanceType	Next	[ProgressType2]	modified	_IsMaintenance = "Change"	6
75MaintenanceType	Next	[ProgressType2]	repairs	_IsMaintenance = "Reinstall"	5
76MaintenanceType	Next	[ProgressType3]	modifies	_IsMaintenance = "Change"	7
77MaintenanceType	Next	[ProgressType3]	repairs	_IsMaintenance = "Reinstall"	8
78MaintenanceType	Next	NewDialog	CustomSetup	_IsMaintenance = "Change"	12
79MaintenanceType	Next	NewDialog	ReadyToInstall	_IsMaintenance = "Reinstall"	13
80MaintenanceType	Next	NewDialog	ReadyToRemove	_IsMaintenance = "Remove"	11
81MaintenanceType	Next	Reinstall	ALL	_IsMaintenance = "Reinstall"	10
82MaintenanceType	Next	ReinstallMode	[ReinstallModeText]	_IsMaintenance = "Reinstall"	9
83MaintenanceWelcome	Cancel	SpawnDialog	CancelSetup	1	0
84MaintenanceWelcome	Next	NewDialog	MaintenanceType	1	0
85OutOfSpace	Resume	NewDialog	AdminNetworkLocation	ACTION = "ADMIN"	0
86OutOfSpace	Resume	NewDialog	DestinationFolder	ACTION <> "ADMIN"	0
87PatchWelcome	Back	NewDialog	SplashBitmap	Display_IsBitmapDlg	0
88PatchWelcome	Cancel	SpawnDialog	CancelSetup	1	1
89PatchWelcome	Next	EndDialog	Return	1	3
90PatchWelcome	Next	Reinstall	ALL	PATCH And REINSTALL=""	1
91PatchWelcome	Next	ReinstallMode	omus	PATCH And REINSTALLMODE=""	2
92ReadyToInstall	Back	NewDialog	DestinationFolder	Installed OR _IsSetupTypeMin = "Custom"	2
93ReadyToInstall	Back	NewDialog	DestinationFolder	Installed AND _IsMaintenance = "Reinstall"	3
94ReadyToInstall	Back	NewDialog	DestinationFolder	NOT Installed AND _IsSetupTypeMin <> "Custom"	1
95ReadyToInstall	Cancel	SpawnDialog	CancelSetup	1	0
96ReadyToInstall	InstallNow	[ProgressType1]	Installing	1	0
97ReadyToInstall	InstallNow	[ProgressType2]	installed	1	0
98ReadyToInstall	InstallNow	[ProgressType3]	installs	1	0
99ReadyToInstall	InstallNow	EndDialog	Return	OutOfNoRbDiskSpace <> 1	0
100ReadyToInstall	InstallNow	NewDialog	OutOfSpace	OutOfNoRbDiskSpace = 1	0
101ReadyToRemove	Back	NewDialog	MaintenanceType	1	0
102ReadyToRemove	Cancel	SpawnDialog	CancelSetup	1	0
103ReadyToRemove	RemoveNow	[ProgressType1]	Uninstalling	1	0
104ReadyToRemove	RemoveNow	[ProgressType2]	uninstalled	1	0
105ReadyToRemove	RemoveNow	[ProgressType3]	uninstalls	1	0
106ReadyToRemove	RemoveNow	EndDialog	Return	OutOfNoRbDiskSpace <> 1	2
107ReadyToRemove	RemoveNow	NewDialog	OutOfSpace	OutOfNoRbDiskSpace = 1	2
108ReadyToRemove	RemoveNow	Remove	ALL	1	1
109SetupCompleteError	Back	[Suspend]	{}	1	1
110SetupCompleteError	Back	EndDialog	Return	1	2
111SetupCompleteError	Cancel	[Suspend]	1	1	1
112SetupCompleteError	Cancel	EndDialog	Return	1	2
113SetupCompleteError	Finish	EndDialog	Exit	1	2
114SetupCompleteSuccess	OK	DoAction	CheckForProductUpdates	ISCHECKFORPRODUCTUPDATES="1" And ISENABLEDWUSFINISHDIALOG And NOT ISREBOOTREQUIRED And NOT Installed And ACTION="INSTALL"	4
115SetupCompleteSuccess	OK	DoAction	CheckForProductUpdatesOnReboot	ISCHECKFORPRODUCTUPDATES="1" And ISENABLEDWUSFINISHDIALOG And ISREBOOTREQUIRED And NOT Installed And ACTION="INSTALL"	5
116SetupCompleteSuccess	OK	EndDialog	Exit	1	2
117SetupError	A	EndDialog	ErrorAbort	1	0
118SetupError	C	EndDialog	ErrorCancel	1	0
119SetupError	I	EndDialog	ErrorIgnore	1	0
120SetupError	N	EndDialog	ErrorNo	1	0
121SetupError	O	EndDialog	ErrorOk	1	0
122SetupError	R	EndDialog	ErrorRetry	1	0
123SetupError	Y	EndDialog	ErrorYes	1	0
124SetupInitialization	Cancel	SpawnDialog	CancelSetup	1	0
125SetupInterrupted	Back	[Suspend]	{}	1	1
126SetupInterrupted	Back	EndDialog	Exit	1	2
127SetupInterrupted	Cancel	[Suspend]	1	1	1
128SetupInterrupted	Cancel	EndDialog	Exit	1	2
129SetupInterrupted	Finish	EndDialog	Exit	1	2
130SetupProgress	Cancel	SpawnDialog	CancelSetup	1	0
131SetupResume	Cancel	SpawnDialog	CancelSetup	1	0
132SetupResume	Next	EndDialog	Return	OutOfNoRbDiskSpace <> 1	0
133SetupResume	Next	NewDialog	OutOfSpace	OutOfNoRbDiskSpace = 1	0
134SetupType	Back	NewDialog	CustomerInformation	1	0
135SetupType	Cancel	SpawnDialog	CancelSetup	1	0
136SetupType	Next	NewDialog	CustomSetup	_IsSetupTypeMin = "Custom"	0
137SetupType	Next	NewDialog	ReadyToInstall	_IsSetupTypeMin <> "Custom"	0
138SplashBitmap	Cancel	SpawnDialog	CancelSetup	1	0
139SplashBitmap	Next	NewDialog	InstallWelcome	1	0
140