Browse Source

Make it easier to click through the example.

Martijn Laan 4 years ago
parent
commit
33c35b9033
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Examples/AllPagesExample.iss

+ 2 - 0
Examples/AllPagesExample.iss

@@ -55,7 +55,9 @@ var
   OutputMsgMemoWizardPage: TOutputMsgMemoWizardPage;
   OutputMsgMemoWizardPage: TOutputMsgMemoWizardPage;
   AfterID: Integer;
   AfterID: Integer;
 begin
 begin
+  WizardForm.LicenseAcceptedRadio.Checked := True;
   WizardForm.PasswordEdit.Text := '{#Password}';
   WizardForm.PasswordEdit.Text := '{#Password}';
+  WizardForm.UserInfoNameEdit.Text := 'Username';
 
 
   AfterID := wpSelectTasks;
   AfterID := wpSelectTasks;