home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 February / PCWELT_2_2004.ISO / pcwsoft / XPSysPad.exe / install_script.iss
Encoding:
Text File  |  2003-11-18  |  779 b   |  25 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=XP SysPad V4.0.4  by XTORT ⌐
  5. AppVerName=XP SysPad V4.0.4  by XTORT ⌐
  6. AppId=XP SysPad V4.0.4  by XTORT ⌐
  7. DefaultDirName={pf}\XPSysPad
  8. UninstallDisplayIcon={app}\XPSysPad.exe
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\XPSysPad.exe"; DestDir: "{app}"; 
  18. Source: "{app}\add_to.reg"; DestDir: "{app}"; 
  19. Source: "{app}\del_from.reg"; DestDir: "{app}"; 
  20. Source: "{app}\add_to_IE_toolbar.txt"; DestDir: "{app}"; 
  21.  
  22. [Icons]
  23. Name: "{commonprograms}\XPSysPad"; Filename: "{app}\XPSysPad.exe"; 
  24. Name: "{userdesktop}\XPSysPad"; Filename: "{app}\XPSysPad.exe"; 
  25.