home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2001 November / MICD2001_11_NR2.iso / Rozrywka / Eggsucker / eggsuckerinstall.exe / install_script.iss
Text File  |  2001-09-27  |  2KB  |  51 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Eggsucker
  5. AppVerName=Eggsucker V2.0
  6. AppId=Eggsucker
  7. AppPublisher=Raptisoft
  8. AppPublisherURL=http://www.raptisoft.com
  9. AppSupportURL=http://www.raptisoft.com
  10. AppUpdatesURL=http://www.raptisoft.com
  11. DefaultDirName={pf}\Eggsucker
  12. DefaultGroupName=Eggsucker
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\eggsucker.exe"; DestDir: "{app}"; 
  21. Source: "{app}\Common.egg"; DestDir: "{app}"; 
  22. Source: "{app}\eSellerateEngine.dll"; DestDir: "{app}"; 
  23. Source: "{app}\RegisterEggsucker.exe"; DestDir: "{app}"; 
  24. Source: "{app}\help.exe"; DestDir: "{app}"; 
  25.  
  26. [Registry]
  27. Root: HKLM; Subkey: "Software\Eggsucker\Settings"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; 
  28.  
  29. [INI]
  30. FileName: "{app}\eggsucker.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.raptisoft.com"; 
  31.  
  32. [Run]
  33. Filename: "{app}\eggsucker.exe"; Description: "Launch Eggsucker"; Flags: postinstall skipifsilent nowait
  34.  
  35. [Icons]
  36. Name: "{group}\Eggsucker"; Filename: "{app}\eggsucker.exe"; WorkingDir: "{app}"; 
  37. Name: "{group}\Raptisoft.com"; Filename: "{app}\eggsucker.url"; WorkingDir: "{app}"; 
  38. Name: "{userdesktop}\Eggsucker"; Filename: "{app}\eggsucker.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  39.  
  40. [Tasks]
  41. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  42.  
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\eggsucker.url"; 
  45. Type: files; Name: "{app}\eggsucker.cfg"; 
  46. Type: files; Name: "{app}\eggsuckerV20.cfg"; 
  47. Type: files; Name: "{app}\debug.txt"; 
  48. Type: files; Name: "{app}\slot1.sav"; 
  49. Type: files; Name: "{app}\slot2.sav"; 
  50. Type: files; Name: "{app}\slot3.sav"; 
  51.