source: trunk/installer/NewViewInstall.pas@ 144

Last change on this file since 144 was 144, checked in by RBRi, 18 years ago

initial checkin

  • Property svn:eol-style set to native
File size: 224 bytes
Line 
1Program NewViewInstall;
2
3Uses
4 Forms, MainFormUnit, ChooseFolderFormUnit;
5
6{$r NewViewInstall.scu}
7
8Begin
9 Application.Create;
10 Application.CreateForm (TMainForm, MainForm);
11 Application.Run;
12 Application.Destroy;
13End.
Note: See TracBrowser for help on using the repository browser.