home *** CD-ROM | disk | FTP | other *** search
- ;InnoSetupVersion=2.0.18
- [Setup]
- AppName=Monkey Tennis
- AppVerName=Monkey Tennis
- AppId=Monkey Tennis
- DefaultDirName={pf}\Monkey Tennis
- DefaultGroupName=Monkey Tennis
- OutputBaseFilename=setup
- Compression=zip
- PrivilegesRequired=none
- DisableProgramGroupPage=yes
- WizardImageFile=embedded\WizardImage0.bmp
- WizardSmallImageFile=embedded\WizardSmallImage0.bmp
- [Files]
- Source: "{app}\DIV32RUN.DLL"; DestDir: "{app}";
- Source: "{app}\FNT32.FNT"; DestDir: "{app}";
- Source: "{app}\FNT64.FNT"; DestDir: "{app}";
- Source: "{app}\monk.ico"; DestDir: "{app}";
- Source: "{app}\TENNIS.EXE"; DestDir: "{app}";
- Source: "{app}\COURT1.FPG"; DestDir: "{app}";
- [Run]
- Filename: "{app}\TENNIS.EXE"; Description: "Executar o programa"; Flags: postinstall nowait
- [Icons]
- Name: "{group}\Monkey Tennis"; Filename: "{app}\TENNIS.EXE"; IconFilename: "{app}\monk.ico";
-