home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Software / topware / dreamcom / dream51.exe / install_script.iss
Text File  |  2004-02-02  |  4KB  |  75 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Kubik SMS DreamCom 5.1
  5. AppVerName=Kubik SMS DreamCom 5.0
  6. AppId=Kubik SMS DreamCom
  7. DefaultDirName={pf}\DreamCom
  8. DefaultGroupName=Kubik SMS DreamCom
  9. UninstallDisplayIcon={app}\DreamCom.exe
  10. OutputBaseFilename=dream51
  11. Compression=zip
  12. PrivilegesRequired=none
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\DreamCom.exe"; DestDir: "{app}"; 
  19. Source: "{app}\DreamCom.chm"; DestDir: "{app}"; 
  20. Source: "{app}\cellular.ini"; DestDir: "{app}"; 
  21. Source: "{app}\historie.txt"; DestDir: "{app}"; 
  22. Source: "{app}\license.txt"; DestDir: "{app}"; 
  23. Source: "{app}\Template.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  24. Source: "{app}\Bookmarks.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  25. Source: "{app}\shrink.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  26. Source: "{app}\melody.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  27. Source: "{app}\pict.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  28. Source: "{app}\tree.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  29. Source: "{app}\treemelody.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  30. Source: "{app}\Blacklist.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  31. Source: "{app}\Profiles.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  32. Source: "{app}\Scripts\Email_Brno.dsc"; DestDir: "{app}\Scripts"; 
  33. Source: "{app}\Scripts\Email.dsc"; DestDir: "{app}\Scripts"; 
  34. Source: "{app}\Scripts\EurotelPaid.dsc"; DestDir: "{app}\Scripts"; 
  35. Source: "{app}\Scripts\Eurotel.dsc"; DestDir: "{app}\Scripts"; 
  36. Source: "{app}\Scripts\GSM.dsc"; DestDir: "{app}\Scripts"; 
  37. Source: "{app}\Scripts\icq.dsc"; DestDir: "{app}\Scripts"; 
  38. Source: "{app}\Scripts\LOGO_Mobilem.dsc"; DestDir: "{app}\Scripts"; 
  39. Source: "{app}\Scripts\MobilBonus.dsc"; DestDir: "{app}\Scripts"; 
  40. Source: "{app}\Scripts\Mobilem.dsc"; DestDir: "{app}\Scripts"; 
  41. Source: "{app}\Scripts\Operator.dsc"; DestDir: "{app}\Scripts"; 
  42. Source: "{app}\Scripts\Oskar.dsc"; DestDir: "{app}\Scripts"; 
  43. Source: "{app}\Scripts\Pager.dsc"; DestDir: "{app}\Scripts"; 
  44. Source: "{app}\Scripts\RING_Mobilem.dsc"; DestDir: "{app}\Scripts"; 
  45. Source: "{app}\Scripts\SMScz.dsc"; DestDir: "{app}\Scripts"; 
  46. Source: "{app}\Scripts\SMSoperator.dsc"; DestDir: "{app}\Scripts"; 
  47. Source: "{app}\Scripts\SMTP.dsc"; DestDir: "{app}\Scripts"; 
  48. Source: "{app}\Scripts\T-Zones.dsc"; DestDir: "{app}\Scripts"; 
  49. Source: "{app}\Lang\czech.lng"; DestDir: "{app}\Lang"; 
  50.  
  51. [Run]
  52. Filename: "{app}\DreamCom.exe"; Description: "Spustit program DreamCom"; Flags: postinstall hidewizard nowait
  53.  
  54. [Icons]
  55. Name: "{group}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; WorkingDir: "{app}"; 
  56. Name: "{group}\Historie"; Filename: "{app}\historie.txt"; WorkingDir: "{app}"; 
  57. Name: "{group}\Nßpov∞da"; Filename: "{app}\DreamCom.chm"; 
  58. Name: "{userdesktop}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  59. Name: "{group}\Odinstalovat"; Filename: "{uninstallexe}"; 
  60.  
  61. [Tasks]
  62. Name: "desktopicon"; Description: "Vytvo°it zßstupce na pracovnφ ploÜe"; 
  63.  
  64. [InstallDelete]
  65. Type: filesandordirs; Name: "{group}"; 
  66. Type: files; Name: "{app}\Scripts\Firstwap.dsc"; 
  67. Type: files; Name: "{app}\Scripts\E-zones.dsc"; 
  68.  
  69. [UninstallDelete]
  70. Type: files; Name: "{app}\*.ddf"; 
  71. Type: files; Name: "{app}\*.ini"; 
  72. Type: files; Name: "{app}\*.dat"; 
  73. Type: files; Name: "{app}\OldData\*.*"; 
  74. Type: files; Name: "{app}\banners\*.*"; 
  75.