home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / zkuste / restore / download / dskinv.exe / install_script.iss
Text File  |  2003-07-21  |  1KB  |  38 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Disk Investigator
  5. AppVerName=Disk Investigator v1.31
  6. AppId=Disk Investigator
  7. DefaultDirName={pf}\Disk Investigator
  8. DefaultGroupName=Disk Investigator
  9. UninstallDisplayIcon={app}\di.exe
  10. OutputBaseFilename=dskinv
  11. Compression=zip
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\di.exe"; DestDir: "{app}"; 
  18. Source: "{app}\di.hlp"; DestDir: "{app}"; 
  19. Source: "{app}\di.cnt"; DestDir: "{app}"; 
  20. Source: "{app}\File_id.diz"; DestDir: "{app}"; 
  21. Source: "{app}\dskinv.xml"; DestDir: "{app}"; 
  22. Source: "{app}\whatsnew.txt"; DestDir: "{app}"; 
  23.  
  24. [Registry]
  25. Root: HKLM; Subkey: "Software\SolwaySoftware\DiskInvestigator"; Flags: uninsdeletekey 
  26.  
  27. [Run]
  28. Filename: "{app}\whatsnew.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  29.  
  30. [Icons]
  31. Name: "{group}\Disk Investigator"; Filename: "{app}\di.exe"; WorkingDir: "{app}"; 
  32. Name: "{userdesktop}\Disk Investigator"; Filename: "{app}\di.exe"; Tasks: desktopicon; 
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Disk Investigator"; Filename: "{app}\di.exe"; Tasks: quicklaunchicon; 
  34.  
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  37. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  38.