home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / system / indocleaner / indocleaner_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-01-07  |  1.1 KB  |  29 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Indo Cleaner 2008
  4. AppVerName=Indo Cleaner 2008
  5. AppId=Indo Cleaner 2008
  6. AppPublisher=www.indocleaner.com
  7. AppPublisherURL=http://www.indocleaner.com
  8. AppSupportURL=http://www.indocleaner.com
  9. AppUpdatesURL=http://www.indocleaner.com
  10. DefaultDirName={pf}\Indo Cleaner 2008
  11. DefaultGroupName=Indo Cleaner 2008
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableDirPage=yes
  16. DisableProgramGroupPage=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\IndoCleaner.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. [Run]
  22. Filename: "{app}\IndoCleaner.exe"; Description: "Launch Indo Cleaner 2008"; Flags: postinstall skipifsilent nowait
  23. [Icons]
  24. Name: "{group}\Indo Cleaner 2008"; Filename: "{app}\IndoCleaner.exe"; 
  25. Name: "{group}\Uninstall Indo Cleaner 2008"; Filename: "{uninstallexe}"; 
  26. Name: "{userdesktop}\Indo Cleaner 2008"; Filename: "{app}\IndoCleaner.exe"; Tasks: desktopicon; 
  27. [Tasks]
  28. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  29.