home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / mdialer_hit / files / mdialer4.exe / install_script.iss
Encoding:
Text File  |  2003-09-24  |  2.6 KB  |  60 lines

  1. ;InnoSetupVersion=3.0.4
  2.  
  3. [Setup]
  4. AppName=MuxaSoft Dialer 4 Final
  5. AppVerName=MuxaSoft Dialer 4 Final
  6. AppId=MuxaSoft Dialer 4 Final
  7. AppVersion=4.0 Final
  8. AppPublisher=MuxaSoft Dialer Team
  9. AppPublisherURL=mailto:support@muxasoft.wp-club.net
  10. DefaultDirName={pf}\MuxaSoft Dialer 4.0
  11. DefaultGroupName=MuxaSoft Dialer 4.0
  12. UninstallDisplayIcon=main.ico
  13. OutputBaseFilename=setup
  14. Compression=bzip2
  15. PrivilegesRequired=none
  16. ExtraDiskSpaceRequired=419304
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\mdialer32.exe"; DestDir: "{app}"; 
  23. Source: "{app}\logman32.exe"; DestDir: "{app}"; 
  24. Source: "{app}\adlctrl.exe"; DestDir: "{app}"; 
  25. Source: "{app}\autoint.dll"; DestDir: "{app}"; 
  26. Source: "{app}\icons.dll"; DestDir: "{app}"; 
  27. Source: "{app}\comreg.dll"; DestDir: "{app}"; 
  28. Source: "{app}\mdialer.chm"; DestDir: "{app}"; 
  29. Source: "{app}\security.dll"; DestDir: "{app}"; Flags: regserver 
  30. Source: "{app}\remsdk.dll"; DestDir: "{app}"; Flags: regserver 
  31. Source: "{app}\statistic.dll"; DestDir: "{app}"; Flags: regserver 
  32. Source: "{app}\Sounds\admin.wav"; DestDir: "{app}\Sounds"; 
  33. Source: "{app}\Sounds\error.wav"; DestDir: "{app}\Sounds"; 
  34. Source: "{app}\Sounds\exit.wav"; DestDir: "{app}\Sounds"; 
  35. Source: "{app}\Sounds\offline.wav"; DestDir: "{app}\Sounds"; 
  36. Source: "{app}\Sounds\online.wav"; DestDir: "{app}\Sounds"; 
  37. Source: "{app}\Sounds\starting.wav"; DestDir: "{app}\Sounds"; 
  38. Source: "{app}\Profiles\Default.mdp"; DestDir: "{app}\Profiles"; 
  39. Source: "{app}\Administrators\admin.cfg"; DestDir: "{app}\Administrators"; 
  40. Source: "{sys}\mscomctl.ocx"; DestDir: "{sys}"; Flags: regserver 
  41. Source: "{sys}\mswinsck.ocx"; DestDir: "{sys}"; Flags: regserver 
  42. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: regserver 
  43. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: regserver 
  44. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: regserver 
  45. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; Flags: regserver 
  46. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; 
  47. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: regtypelib 
  48.  
  49. [Dirs]
  50. Name: "{app}\Data"; 
  51. Name: "{app}\Plugins"; 
  52. Name: "{app}\Sounds"; 
  53.  
  54. [Icons]
  55. Name: "{group}\MuxaSoft Dialer 4"; Filename: "{app}\mdialer32.exe"; 
  56. Name: "{group}\MuxaSoft Log Manager II"; Filename: "{app}\logman32.exe"; 
  57. Name: "{group}\╤∩≡αΓΩα"; Filename: "{app}\mdialer.chm"; 
  58. Name: "{group}\╤δ≤µßα ∩εΣΣσ≡µΩΦ"; Filename: "mailto:support@muxasoft.wp-club.net"; 
  59. Name: "{group}\╬⌠Φ÷Φαδⁿφ√Θ ±αΘ≥"; Filename: "http://muxasoft.wp-club.net"; 
  60.