home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 April / PCWorld_2004-04_cd.bin / software / temacd / cproxy / cpsetup_cz.exe / install_script.iss
Text File  |  2004-02-19  |  1KB  |  42 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=CPROXY
  5. AppVerName=CPROXY 1.0
  6. AppId=CPROXY
  7. DefaultDirName={pf}\www.cproxy.com
  8. DefaultGroupName=CPROXY
  9. UninstallDisplayIcon={app}\cproxy.exe
  10. OutputBaseFilename=cpsetup_CZ
  11. Compression=bzip2
  12. PrivilegesRequired=none
  13. DisableProgramGroupPage=yes
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\cproxy.dat"; DestDir: "{app}"; 
  19. Source: "{app}\cproxy.exe"; DestDir: "{app}"; 
  20. Source: "{app}\update.exe"; DestDir: "{app}"; 
  21. Source: "{app}\czech.cxl"; DestDir: "{app}"; 
  22. Source: "{app}\slovak.cxl"; DestDir: "{app}"; 
  23. Source: "{app}\english.cxl"; DestDir: "{app}"; 
  24. Source: "{app}\cproxy.lxc"; DestDir: "{app}"; 
  25. Source: "{win}\cproxy.ini"; DestDir: "{win}"; 
  26.  
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "www.cproxy.com"; Flags: uninsdeletevalue 
  29.  
  30. [Run]
  31. Filename: "{app}\cproxy.exe"; Description: "Spustit CPROXY"; Flags: postinstall skipifsilent nowait
  32.  
  33. [Icons]
  34. Name: "{userdesktop}\CPROXY"; Filename: "{app}\cproxy.exe"; 
  35.  
  36. [Tasks]
  37. Name: "desktopicon"; Description: "Vytvo°enφ ikony na ploÜe"; GroupDescription: "P°idßnφ ikon:"; 
  38.  
  39. [UninstallDelete]
  40. Type: filesandordirs; Name: "{app}"; 
  41. Type: files; Name: "{sys}\cproxy.ini"; 
  42.