|
|
@@ -62,22 +62,6 @@ my $welcome = new DialogYesNo (
|
|
|
['dialog_welcome_prompt'],
|
|
|
);
|
|
|
|
|
|
-my $license = new DialogYesNo (
|
|
|
- $EXPRESS,
|
|
|
- 'dialog_license_text',
|
|
|
- 0,
|
|
|
- sub {
|
|
|
- my $self = shift;
|
|
|
- my $ans = shift;
|
|
|
- my $res = $self->handleResponse($ans);
|
|
|
- if ($res == $DialogManager::NEXT) {
|
|
|
- $res = $DialogManager::ERR if (!$self->isYes());
|
|
|
- }
|
|
|
- return $res;
|
|
|
- },
|
|
|
- ['dialog_license_prompt']
|
|
|
-);
|
|
|
-
|
|
|
my $dsktune = new DialogYesNo (
|
|
|
$EXPRESS,
|
|
|
'dialog_dsktune_text',
|
|
|
@@ -278,7 +262,7 @@ my $usergroup = new Dialog (
|
|
|
|
|
|
|
|
|
sub getDialogs {
|
|
|
- return ($welcome, $license, $dsktune, $setuptype, $hostdlg, $usergroup);
|
|
|
+ return ($welcome, $dsktune, $setuptype, $hostdlg, $usergroup);
|
|
|
}
|
|
|
|
|
|
sub getRegDialogs {
|