summary refs log tree commit diff
path: root/deploy/installer/uninstall.qs
blob: 43935d0fdc6e6a21170aa9a08c5bd38a4bb5be92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
function Controller()
{
}

Controller.prototype.IntroductionPageCallback = function()
{
    gui.clickButton( buttons.NextButton );
}

Controller.prototype.ReadyForInstallationPageCallback = function()
{
    gui.clickButton( buttons.CommitButton );
}

Controller.prototype.FinishedPageCallback = function()
{
    gui.clickButton( buttons.FinishButton );
}