home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 June / PCWorld_2004-06_cd.bin / software / vyzkuste / problemy / problemy.exe / ZipRepairSetup.exe / install_script.iss
Text File  |  2002-08-18  |  1KB  |  42 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Zip Repair
  5. AppVerName=Zip Repair v1.0
  6. AppId=Zip Repair
  7. AppPublisher=CrocWare
  8. AppPublisherURL=http://www.RecoverMyFiles.com
  9. AppSupportURL=http://www.RecoverMyFiles.com
  10. AppUpdatesURL=http://www.RecoverMyFiles.com
  11. DefaultDirName={pf}\ZipRepair
  12. DefaultGroupName=ZipRepair
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\ZipRepair.exe"; DestDir: "{app}"; 
  22.  
  23. [Registry]
  24. Root: HKCU; Subkey: "Software\CrocWare"; Flags: uninsdeletekey dontcreatekey 
  25.  
  26. [INI]
  27. FileName: "{app}\ZipRepair.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.RecoverMyFiles.com"; 
  28.  
  29. [Run]
  30. Filename: "{app}\ZipRepair.exe"; Description: "Launch Zip Repair"; Flags: postinstall skipifsilent nowait
  31.  
  32. [Icons]
  33. Name: "{group}\Zip Repair"; Filename: "{app}\ZipRepair.exe"; WorkingDir: "{app}"; 
  34. Name: "{group}\Visit CrocWare on the Web"; Filename: "{app}\ZipRepair.url"; WorkingDir: "{app}"; 
  35. Name: "{userdesktop}\Zip Repair"; Filename: "{app}\ZipRepair.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  36.  
  37. [Tasks]
  38. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  39.  
  40. [UninstallDelete]
  41. Type: files; Name: "{app}\ZipRepair.url"; 
  42.