home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 February / ENTER.ISO / files / PowPow_Demo_Setup_1.1c.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-01-14  |  1.8 KB  |  41 lines

  1. ;InnoSetupVersion=4.2.1
  2. [Setup]
  3. AppName=Pow Pow's Great Adventure
  4. AppVerName=Pow Pow's Great Adventure Demo Version 1.1c
  5. AppId=Pow Pow's Great Adventure
  6. DefaultDirName={pf}\Pow Pow Great Adventure Demo
  7. DefaultGroupName=Pow Pow's Great Adventure Demo
  8. UninstallDisplayIcon={app}\PowPow_Adventure_Demo_1.1c.exe
  9. OutputBaseFilename=setup
  10. Compression=lzma
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\PowPow_Adventure_Demo_1.1c.exe"; DestDir: "{app}"; 
  16. Source: "{app}\HiScores.LST"; DestDir: "{app}"; 
  17. Source: "{app}\Settings.LST"; DestDir: "{app}"; 
  18. Source: "{app}\Slot1.LST"; DestDir: "{app}"; 
  19. Source: "{app}\Slot2.LST"; DestDir: "{app}"; 
  20. Source: "{app}\Slot3.LST"; DestDir: "{app}"; 
  21. Source: "{app}\Slot4.LST"; DestDir: "{app}"; 
  22. Source: "{app}\Slot5.LST"; DestDir: "{app}"; 
  23. Source: "{app}\Slot6.LST"; DestDir: "{app}"; 
  24. [Icons]
  25. Name: "{group}\Pow Pow's Great Adventure"; Filename: "{app}\PowPow_Adventure_Demo_1.1c.exe"; 
  26. Name: "{userdesktop}\Pow Pow's Great Adventure"; Filename: "{app}\PowPow_Adventure_Demo_1.1c.exe"; 
  27. Name: "{group}\Uninstall Pow Pow's Great Adventure"; Filename: "{uninstallexe}"; 
  28. [CustomMessages]
  29. default.AdditionalIcons=Additional icons:
  30. default.CreateDesktopIcon=Create a &desktop icon
  31. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  32. default.ProgramOnTheWeb=%1 on the Web
  33. default.UninstallProgram=Uninstall %1
  34. default.LaunchProgram=Launch %1
  35. default.AssocFileExtension=&Associate %1 with the %2 file extension
  36. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  37. [Languages]
  38. ; These files are stubs
  39. ; To achieve better results after recompilation, use the real language files
  40. Name: "default"; MessagesFile: "embedded\default.isl"; 
  41.