home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August / CHIP_CD_2005-08.iso / bonus / photo_rest / files / setup.exe / install_script.iss
Text File  |  2005-06-22  |  4KB  |  67 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Zero Assumption Recovery
  5. AppVerName=Zero Assumption Recovery Version 7.3.1
  6. AppId=Zero Assumption Recovery
  7. AppPublisherURL=http://www.z-a-recovery.com
  8. AppSupportURL=http://www.z-a-recovery.com/support.htm
  9. AppUpdatesURL=http://www.z-a-recovery.com/news.htm
  10. AppMutex=Zar32IsRunning
  11. DefaultDirName={pf}\ZAR
  12. DefaultGroupName=ZAR
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. ChangesAssociations=yes
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\ZAR32.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\LOWIO9X.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\zarlogo.avi"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\ZAR32.chm"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\lang.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\DOS\read1st,1.txt"; DestDir: "{app}\DOS"; DestName: "read1st.txt"; Flags: ignoreversion 
  28. Source: "{app}\DOS\read1st,2.txt"; DestDir: "{app}\DOS"; DestName: "read1st.txt"; Flags: ignoreversion 
  29. Source: "{app}\DOS\BIN\bootldr.bbt"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  30. Source: "{app}\DOS\BIN\charset.eng"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  31. Source: "{app}\DOS\BIN\copier.bbt"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  32. Source: "{app}\DOS\BIN\dpmi16bi.ovl"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  33. Source: "{app}\DOS\BIN\eraser.bbt"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  34. Source: "{app}\DOS\BIN\fixlfn.exe"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  35. Source: "{app}\DOS\BIN\fixlfn.hlp"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  36. Source: "{app}\DOS\BIN\mbrkill.bbt"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  37. Source: "{app}\DOS\BIN\rtm.exe"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  38. Source: "{app}\DOS\BIN\zarbbt.exe"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  39. Source: "{app}\DOS\BIN\zarfat.exe"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  40. Source: "{app}\DOS\BIN\zarntfs.exe"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  41. Source: "{app}\DOS\BIN\zarpartn.exe"; DestDir: "{app}\DOS\BIN"; Flags: ignoreversion 
  42. Source: "{app}\DOS\LNG\english.lng"; DestDir: "{app}\DOS\LNG"; Flags: ignoreversion 
  43. Source: "{app}\DOS\LNG\english.hlp"; DestDir: "{app}\DOS\LNG"; Flags: ignoreversion 
  44. Source: "{app}\DOS\MANUALS\glossary.txt"; DestDir: "{app}\DOS\MANUALS"; Flags: ignoreversion 
  45. Source: "{app}\DOS\MANUALS\license.txt"; DestDir: "{app}\DOS\MANUALS"; Flags: ignoreversion 
  46. Source: "{app}\DOS\MANUALS\zarbbt.txt"; DestDir: "{app}\DOS\MANUALS"; Flags: ignoreversion 
  47. Source: "{app}\DOS\MANUALS\zarfat.txt"; DestDir: "{app}\DOS\MANUALS"; Flags: ignoreversion 
  48. Source: "{app}\DOS\MANUALS\zarntfs.txt"; DestDir: "{app}\DOS\MANUALS"; Flags: ignoreversion 
  49. Source: "{app}\DOS\MANUALS\zarpartn.txt"; DestDir: "{app}\DOS\MANUALS"; Flags: ignoreversion 
  50.  
  51. [INI]
  52. FileName: "{app}\ZAR32.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.z-a-recovery.com"; 
  53.  
  54. [Run]
  55. Filename: "{app}\ZAR32.exe"; Description: "Launch Zero Assumption Recovery"; Flags: postinstall skipifsilent nowait
  56.  
  57. [Icons]
  58. Name: "{group}\Zero Assumption Recovery"; Filename: "{app}\ZAR32.exe"; 
  59. Name: "{group}\Zero Assumption Recovery on the Web"; Filename: "{app}\ZAR32.url"; 
  60. Name: "{userdesktop}\Zero Assumption Recovery"; Filename: "{app}\ZAR32.exe"; Tasks: desktopicon; 
  61.  
  62. [Tasks]
  63. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  64.  
  65. [UninstallDelete]
  66. Type: files; Name: "{app}\ZAR32.url"; 
  67.