home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 February / com_0204_1.iso / computer / grafik_13 / setup_ir.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-25  |  1.8 KB  |  37 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Zero Assumption Digital Image Recovery
  4. AppVerName=Zero Assumption Digital Image Recovery 1.0
  5. AppId=Zero Assumption Digital Image Recovery
  6. AppPublisher=Zero Assumption Recovery Software
  7. AppPublisherURL=http://www.z-a-recovery.com
  8. AppSupportURL=http://www.z-a-recovery.com
  9. AppUpdatesURL=http://www.z-a-recovery.com
  10. DefaultDirName={pf}\Zero Assumption Digital Image Recovery
  11. DefaultGroupName=Zero Assumption Digital Image Recovery
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\imagerec.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\imagerec.CNT"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\IMAGEREC.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\zarlogo.avi"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\LOWIO9X.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  25. [INI]
  26. FileName: "{app}\imagerec.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.z-a-recovery.com"; 
  27. [Run]
  28. Filename: "{app}\imagerec.exe"; Description: "Launch Zero Assumption Digital Image Recovery"; Flags: postinstall skipifsilent nowait
  29. [Icons]
  30. Name: "{group}\Zero Assumption Digital Image Recovery"; Filename: "{app}\imagerec.exe"; 
  31. Name: "{group}\Zero Assumption Digital Image Recovery on the Web"; Filename: "{app}\imagerec.url"; 
  32. Name: "{userdesktop}\Zero Assumption Digital Image Recovery"; Filename: "{app}\imagerec.exe"; Tasks: desktopicon; 
  33. [Tasks]
  34. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  35. [UninstallDelete]
  36. Type: files; Name: "{app}\imagerec.url"; 
  37.