File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ Controller.prototype.TargetDirectoryPageCallback = function()
66
66
} ;
67
67
68
68
// Unused
69
- // Controller.prototype.ComponentSelectionPageCallback = function() {
70
- // console.log("---- COMPONENT SELECTION PAGE");
71
- // logCurrentPage();
69
+ Controller . prototype . ComponentSelectionPageCallback = function ( ) {
70
+ console . log ( "---- COMPONENT SELECTION PAGE" ) ;
71
+ logCurrentPage ( ) ;
72
72
73
73
//var widget = gui.currentPageWidget();
74
74
@@ -106,8 +106,8 @@ Controller.prototype.TargetDirectoryPageCallback = function()
106
106
//console.log("* " + compName + ": " + installStatus);
107
107
//}
108
108
109
- // gui.clickButton(buttons.NextButton);
110
- // };
109
+ gui . clickButton ( buttons . NextButton ) ;
110
+ } ;
111
111
112
112
Controller . prototype . LicenseAgreementPageCallback = function ( ) {
113
113
console . log ( "---- LICENSE AGREEMENT PAGE" ) ;
@@ -153,6 +153,7 @@ Controller.prototype.PerformInstallationPageCallback = function()
153
153
Controller . prototype . FinishedPageCallback = function ( ) {
154
154
console . log ( "---- FINISHED PAGE" ) ;
155
155
logCurrentPage ( ) ;
156
+ gui . currentPageWidget ( ) . RunItCheckBox . setChecked ( false ) ;
156
157
157
158
gui . clickButton ( buttons . FinishButton ) ;
158
159
} ;
You can’t perform that action at this time.
0 commit comments