home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / BoundAround / BoundAround_Demo.exe / install_script.iss
Text File  |  2004-08-16  |  2KB  |  38 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=Bound Around (Demo)
  5. AppVerName=Bound Around (Demo)
  6. AppId=Bound Around (Demo)
  7. DefaultDirName={pf}\BoundAround_Demo
  8. DefaultGroupName=Bound Around (Demo)
  9. UninstallDisplayIcon={app}\MyProg.exe
  10. OutputBaseFilename=BoundAround_Demo
  11. Compression=zip
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\BoundAround_Demo.exe"; DestDir: "{app}"; 
  18. Source: "{app}\optionsBA.dat"; DestDir: "{app}"; 
  19. Source: "{app}\order.url"; DestDir: "{app}"; 
  20. Source: "{app}\infos.htm"; DestDir: "{app}"; 
  21. Source: "{app}\webpage.url"; DestDir: "{app}"; 
  22.  
  23. [Run]
  24. Filename: "{app}\BoundAround_Demo.exe"; WorkingDir: "{app}"; Description: "Play Bound Around (Demo) now ?"; Flags: postinstall skipifsilent nowait
  25.  
  26. [Icons]
  27. Name: "{group}\Bound Around (Demo)"; Filename: "{app}\BoundAround_Demo.exe"; WorkingDir: "{app}"; 
  28. Name: "{userdesktop}\Bound Around (Demo)"; Filename: "{app}\BoundAround_Demo.exe"; WorkingDir: "{app}"; 
  29. Name: "{group}\Get full version"; Filename: "{app}\order.url"; 
  30. Name: "{group}\Game infos"; Filename: "{app}\infos.htm"; 
  31. Name: "{group}\Visit Blueskied.com"; Filename: "{app}\webpage.url"; 
  32. Name: "{group}\Uninstall Bound Around (Demo)"; Filename: "{app}\unins000.exe"; 
  33.  
  34. [Languages]
  35. ; These files are stubs
  36. ; To achieve better results after recompilation, use the real language files
  37. Name: "default"; MessagesFile: "embedded\default.isl"; 
  38.