home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / dream521.exe / install_script.iss
Text File  |  2004-06-01  |  5KB  |  89 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Kubik SMS DreamCom 5.21
  5. AppVerName=Kubik SMS DreamCom 5.21
  6. AppId=Kubik SMS DreamCom
  7. DefaultDirName={pf}\DreamCom
  8. DefaultGroupName=Kubik SMS DreamCom
  9. UninstallDisplayIcon={app}\DreamCom.exe
  10. OutputBaseFilename=dream521
  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}\Scripts\Email.dsc"; DestDir: "{app}\Scripts"; 
  31. Source: "{app}\Scripts\Email_Brno.dsc"; DestDir: "{app}\Scripts"; 
  32. Source: "{app}\Scripts\Eurotel.dsc"; DestDir: "{app}\Scripts"; 
  33. Source: "{app}\Scripts\EurotelPaid.dsc"; DestDir: "{app}\Scripts"; 
  34. Source: "{app}\Scripts\GSM.dsc"; DestDir: "{app}\Scripts"; 
  35. Source: "{app}\Scripts\icq.dsc"; DestDir: "{app}\Scripts"; 
  36. Source: "{app}\Scripts\LOGO_Mobilem.dsc"; DestDir: "{app}\Scripts"; 
  37. Source: "{app}\Scripts\MobilBonus.dsc"; DestDir: "{app}\Scripts"; 
  38. Source: "{app}\Scripts\Mobilem.dsc"; DestDir: "{app}\Scripts"; 
  39. Source: "{app}\Scripts\Oskar.dsc"; DestDir: "{app}\Scripts"; 
  40. Source: "{app}\Scripts\Pager.dsc"; DestDir: "{app}\Scripts"; 
  41. Source: "{app}\Scripts\RING_Mobilem.dsc"; DestDir: "{app}\Scripts"; 
  42. Source: "{app}\Scripts\SMScz.dsc"; DestDir: "{app}\Scripts"; 
  43. Source: "{app}\Scripts\SMSMidlet.dsc"; DestDir: "{app}\Scripts"; 
  44. Source: "{app}\Scripts\SMSoperator.dsc"; DestDir: "{app}\Scripts"; 
  45. Source: "{app}\Scripts\SMTP.dsc"; DestDir: "{app}\Scripts"; 
  46. Source: "{app}\Scripts\T-Zones.dsc"; DestDir: "{app}\Scripts"; 
  47. Source: "{app}\Lang\czech.lng"; DestDir: "{app}\Lang"; 
  48. Source: "{app}\OLE\InstExcl.exe"; DestDir: "{app}\OLE"; 
  49. Source: "{app}\OLE\kubiksms.xla"; DestDir: "{app}\OLE"; 
  50. Source: "{app}\OLE\obalka.bmp"; DestDir: "{app}\OLE"; 
  51. Source: "{app}\OLE\obalkamask.bmp"; DestDir: "{app}\OLE"; 
  52. Source: "{app}\OLE\readme.txt"; DestDir: "{app}\OLE"; 
  53. Source: "{app}\OLE\test.vbs"; DestDir: "{app}\OLE"; 
  54.  
  55. [Run]
  56. Filename: "{app}\DreamCom.exe"; Parameters: "/noole"; Description: "Spustit program DreamCom"; Tasks: noexcel; Flags: postinstall hidewizard nowait
  57. Filename: "{app}\DreamCom.exe"; Description: "Spustit program DreamCom"; Tasks: excel; Flags: postinstall hidewizard nowait
  58. Filename: "{app}\Dreamcom.exe"; Parameters: "/regserver"; Tasks: excel; 
  59. Filename: "{app}\OLE\InstExcl.exe"; Tasks: excel; 
  60.  
  61. [UninstallRun]
  62. Filename: "{app}\OLE\InstExcl.exe"; Parameters: "/remove Tasks: excel"; 
  63. Filename: "{app}\Dreamcom.exe"; Parameters: "/unregserver"; 
  64.  
  65. [Icons]
  66. Name: "{group}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; Parameters: "/noole"; WorkingDir: "{app}"; Tasks: noexcel; 
  67. Name: "{group}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; WorkingDir: "{app}"; Tasks: excel; 
  68. Name: "{group}\Historie"; Filename: "{app}\historie.txt"; WorkingDir: "{app}"; 
  69. Name: "{group}\Nßpov∞da"; Filename: "{app}\DreamCom.chm"; 
  70. Name: "{userdesktop}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; Parameters: "/noole"; WorkingDir: "{app}"; Tasks: noexcel; 
  71. Name: "{userdesktop}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; WorkingDir: "{app}"; Tasks: excel; 
  72. Name: "{group}\Odinstalovat"; Filename: "{uninstallexe}"; 
  73.  
  74. [Tasks]
  75. Name: "excel"; Description: "Instalovat podporu OLE - snadnΘ odesφlßnφ SMS p°φmo z Excelu"; GroupDescription: "SpouÜt∞nφ:"; 
  76. Name: "noexcel"; Description: "Neinstalovat podporu OLE"; GroupDescription: "SpouÜt∞nφ:"; 
  77.  
  78. [InstallDelete]
  79. Type: filesandordirs; Name: "{group}"; 
  80. Type: files; Name: "{app}\Scripts\Firstwap.dsc"; 
  81. Type: files; Name: "{app}\Scripts\E-zones.dsc"; 
  82.  
  83. [UninstallDelete]
  84. Type: files; Name: "{app}\*.ddf"; 
  85. Type: files; Name: "{app}\*.ini"; 
  86. Type: files; Name: "{app}\*.dat"; 
  87. Type: files; Name: "{app}\OldData\*.*"; 
  88. Type: files; Name: "{app}\banners\*.*"; 
  89.