home *** CD-ROM | disk | FTP | other *** search
/ Pro-Cent Games: For Only 1 Cent! / Pro Cent Games.bin / MosaicPath.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-09-03  |  3.6 KB  |  64 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=MosaicPath
  4. AppVerName=MosaicPath
  5. AppId=MosaicPath
  6. DefaultDirName={pf}\MosaicPath
  7. DefaultGroupName=MosaicPath
  8. OutputBaseFilename=MosaicPath
  9. Compression=lzma
  10. PrivilegesRequired=none
  11. WizardImageFile=embedded\WizardImage0.bmp
  12. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  13. [Files]
  14. Source: "{app}\main,1.exe"; DestDir: "{app}"; DestName: "main.exe"; Flags: ignoreversion 
  15. Source: "{app}\main.cfg"; DestDir: "{app}"; Flags: ignoreversion 
  16. Source: "{app}\Main,2.exe"; DestDir: "{app}"; DestName: "Main.exe"; Flags: ignoreversion 
  17. Source: "{app}\Main.log"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\Data\ball.imgs"; DestDir: "{app}\Data"; Flags: ignoreversion 
  19. Source: "{app}\Data\big-digits.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  20. Source: "{app}\Data\big-digits.fda"; DestDir: "{app}\Data"; Flags: ignoreversion 
  21. Source: "{app}\Data\bkg.jpg"; DestDir: "{app}\Data"; Flags: ignoreversion 
  22. Source: "{app}\Data\but_exit0.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  23. Source: "{app}\Data\but_exit1.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  24. Source: "{app}\Data\but_new0.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  25. Source: "{app}\Data\but_new1.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  26. Source: "{app}\Data\click.wav"; DestDir: "{app}\Data"; Flags: ignoreversion 
  27. Source: "{app}\Data\cursor.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  28. Source: "{app}\Data\gameover.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  29. Source: "{app}\Data\gameOver.WAV"; DestDir: "{app}\Data"; Flags: ignoreversion 
  30. Source: "{app}\Data\gamewin.wav"; DestDir: "{app}\Data"; Flags: ignoreversion 
  31. Source: "{app}\Data\game_over.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  32. Source: "{app}\Data\game_win.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  33. Source: "{app}\Data\hit.wav"; DestDir: "{app}\Data"; Flags: ignoreversion 
  34. Source: "{app}\Data\jump.wav"; DestDir: "{app}\Data"; Flags: ignoreversion 
  35. Source: "{app}\Data\mask.bmp"; DestDir: "{app}\Data"; Flags: ignoreversion 
  36. Source: "{app}\Data\music.mid"; DestDir: "{app}\Data"; Flags: ignoreversion 
  37. Source: "{app}\Data\select.wav"; DestDir: "{app}\Data"; Flags: ignoreversion 
  38. Source: "{app}\Data\start.wav"; DestDir: "{app}\Data"; Flags: ignoreversion 
  39. [Run]
  40. Filename: "{app}\main.exe"; Description: "Launch MosaicPath"; Flags: postinstall skipifsilent nowait
  41. [Icons]
  42. Name: "{group}\MosaicPath"; Filename: "{app}\main.exe"; WorkingDir: "{app}"; 
  43. Name: "{group}\MosaicPath deinstallieren"; Filename: "{uninstallexe}"; 
  44. Name: "{userdesktop}\MosaicPath"; Filename: "{app}\main.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  45. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\MosaicPath"; Filename: "{app}\main.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  48. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  49. [CustomMessages]
  50. Deutch.NameAndVersion=%1 Version %2
  51. Deutch.AdditionalIcons=Zus
  52. tzliche Symbole:
  53. Deutch.CreateDesktopIcon=&Desktop-Symbol anlegen
  54. Deutch.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste anlegen
  55. Deutch.ProgramOnTheWeb=%1 im Internet
  56. Deutch.UninstallProgram=%1 entfernen
  57. Deutch.LaunchProgram=%1 starten
  58. Deutch.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  59. Deutch.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  60. [Languages]
  61. ; These files are stubs
  62. ; To achieve better results after recompilation, use the real language files
  63. Name: "Deutch"; MessagesFile: "embedded\Deutch.isl"; 
  64.