home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 3 / PCNET_CD_2006_10_3.iso / apps / drivecleanupwizard_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-09-12  |  2.0 KB  |  41 lines

  1. ;InnoSetupVersion=4.1.8
  2. [Setup]
  3. AppName=Drive Cleanup Wizard
  4. AppVerName=Drive Cleanup Wizard 1.0
  5. AppId=Drive Cleanup Wizard
  6. AppPublisher=the jackol
  7. AppPublisherURL=http://www.thejackol.com
  8. AppSupportURL=http://www.thejackol.com
  9. AppUpdatesURL=http://www.thejackol.com
  10. DefaultDirName={pf}\Drive Cleanup Wizard
  11. DefaultGroupName=Accessories\Drive Cleanup Wizard
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. InfoBeforeFile=embedded\InfoBefore.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\DClean.exe"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly 
  20. Source: "{app}\gpl_license.txt"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly 
  21. Source: "{app}\mainicon.ico"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly 
  22. [INI]
  23. FileName: "{app}\DClean.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.thejackol.com"; 
  24. [Run]
  25. Filename: "{app}\DClean.exe"; Description: "Launch Drive Cleanup Wizard"; Flags: postinstall skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\Drive Cleanup Wizard"; Filename: "{app}\DClean.exe"; 
  28. Name: "{group}\Drive Cleanup Wizard on the Web"; Filename: "{app}\DClean.url"; 
  29. Name: "{group}\Uninstall Drive Cleanup Wizard"; Filename: "{uninstallexe}"; 
  30. Name: "{userdesktop}\Drive Cleanup Wizard"; Filename: "{app}\DClean.exe"; Tasks: desktopicon; 
  31. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Drive Cleanup Wizard"; Filename: "{app}\DClean.exe"; Tasks: quicklaunchicon; 
  32. [Tasks]
  33. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  34. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  35. [UninstallDelete]
  36. Type: files; Name: "{app}\DClean.url"; 
  37. [Languages]
  38. ; These files are stubs
  39. ; To achieve better results after recompilation, use the real language files
  40. Name: "default"; MessagesFile: "embedded\default.isl"; 
  41.