procedure TMainForm.FormCreate(Sender: TObject);
begin
  if acAppStartCounter1.Counter = 1 then // First start
    acAppAutoRun1.AutoRun := True;
end;



procedure TForm1.acAppStartCounterFirstStart(Sender: TObject);
begin
  acAppAutoRun1.AutoRun := True;
end;