home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / dreamcom / dream421.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-07-09  |  2.4 KB  |  51 lines

  1. ;InnoSetupVersion=2.0.8
  2. [Setup]
  3. AppName=Kubik SMS DreamCom 4.21
  4. AppVerName=Kubik SMS DreamCom 4.21
  5. AppId=Kubik SMS DreamCom
  6. DefaultDirName={pf}\DreamCom
  7. DefaultGroupName=Kubik SMS DreamCom
  8. UninstallDisplayIcon={app}\DreamCom.exe
  9. OutputBaseFilename=dream42
  10. Compression=zip
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\DreamCom.exe"; DestDir: "{app}"; 
  16. Source: "{app}\DreamCom.chm"; DestDir: "{app}"; 
  17. Source: "{app}\historie.txt"; DestDir: "{app}"; 
  18. Source: "{app}\Staty.dat"; DestDir: "{app}"; 
  19. Source: "{app}\Odkazy.dat"; DestDir: "{app}"; 
  20. Source: "{app}\SMSEmail.dat"; DestDir: "{app}"; 
  21. Source: "{app}\Scripts\Oskar.sms"; DestDir: "{app}\Scripts"; 
  22. Source: "{app}\Scripts\Paegas.sms"; DestDir: "{app}\Scripts"; 
  23. Source: "{app}\Scripts\Golden.sms"; DestDir: "{app}\Scripts"; 
  24. Source: "{app}\Scripts\Markiza.sms"; DestDir: "{app}\Scripts"; 
  25. Source: "{app}\Scripts\Eurotel.sms"; DestDir: "{app}\Scripts"; 
  26. Source: "{app}\Scripts\Bramka.sms"; DestDir: "{app}\Scripts"; 
  27. Source: "{app}\Scripts\Pager.sms"; DestDir: "{app}\Scripts"; 
  28. Source: "{app}\Scripts\Sity.sms"; DestDir: "{app}\Scripts"; 
  29. Source: "{app}\Scripts\Globtelnet.sms"; DestDir: "{app}\Scripts"; 
  30. Source: "{app}\Scripts\Orange_free.sms"; DestDir: "{app}\Scripts"; 
  31. Source: "{app}\Scripts\Orange_paid.sms"; DestDir: "{app}\Scripts"; 
  32. Source: "{app}\Scripts\OrangePortal.sms"; DestDir: "{app}\Scripts"; 
  33. Source: "{app}\Scripts\Sms_ac.sms"; DestDir: "{app}\Scripts"; 
  34. Source: "{app}\Scripts\Smska.sms"; DestDir: "{app}\Scripts"; 
  35. Source: "{app}\Lang\slovak.lng"; DestDir: "{app}\Lang"; 
  36. Source: "{app}\Lang\english.lng"; DestDir: "{app}\Lang"; 
  37. Source: "{app}\Lang\czech.lng"; DestDir: "{app}\Lang"; 
  38. [Run]
  39. Filename: "{app}\DreamCom.exe"; Description: "Spustit program DreamCom"; Flags: postinstall hidewizard nowait
  40. [Icons]
  41. Name: "{group}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; WorkingDir: "{app}"; 
  42. Name: "{group}\Historie"; Filename: "{app}\historie.txt"; WorkingDir: "{app}"; 
  43. Name: "{group}\N
  44. da"; Filename: "{app}\DreamCom.chm"; 
  45. Name: "{userdesktop}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Vytvo
  48. stupce na pracovn
  49. [UninstallDelete]
  50. Type: filesandordirs; Name: "{app}\*.*"; 
  51.