home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 April / PCWorld_2004-04_cd.bin / software / vyzkuste / contacts / mccon_dist.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-27  |  2.5 KB  |  46 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=McSoftware Contacts
  4. AppVerName=McSoftware Contacts 2.6.0.26 (09.03.2003)
  5. AppId=McSoftware Contacts
  6. AppVersion=2.6.0.25 (06.02.2003)
  7. AppPublisher=Martin Cetkovsky
  8. AppPublisherURL=http://mcsoftware.alikuvkoutek.cz
  9. AppSupportURL=http://mcsoftware.alikuvkoutek.cz
  10. AppUpdatesURL=http://mcsoftware.alikuvkoutek.cz
  11. DefaultDirName={pf}\McSoftware Contacts
  12. DefaultGroupName=McSoftware Contacts
  13. OutputBaseFilename=McCon_dist
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\McCon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\McCon.eng"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\McCon.csy"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\McCon.map"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\McDB.ocx"; DestDir: "{app}"; Flags: regserver ignoreversion 
  26. Source: "{app}\McCon.mcd"; DestDir: "{app}"; Flags: confirmoverwrite uninsneveruninstall promptifolder 
  27. Source: "{app}\McCon_DefaultTemplate.txt"; DestDir: "{app}"; Flags: confirmoverwrite uninsneveruninstall promptifolder 
  28. Source: "{app}\McCon.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\McCon.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  30. [INI]
  31. FileName: "{app}\McCon.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://mcsoftware.alikuvkoutek.cz"; 
  32. [Run]
  33. Filename: "{app}\McCon.exe"; Description: "Launch McSoftware Contacts"; Flags: postinstall skipifsilent nowait
  34. [Icons]
  35. Name: "{group}\McSoftware Contacts"; Filename: "{app}\McCon.exe"; WorkingDir: "{app}"; 
  36. Name: "{group}\McSoftware Contacts Help"; Filename: "{app}\McCon.hlp"; WorkingDir: "{app}"; 
  37. Name: "{group}\McSoftware Contacts on the Web"; Filename: "{app}\McCon.url"; 
  38. Name: "{userdesktop}\McSoftware Contacts"; Filename: "{app}\McCon.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\McSoftware Contacts"; Filename: "{app}\McCon.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  40. Name: "{group}\Uninstall McSoftware Contacts"; Filename: "{uninstallexe}"; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  43. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\McCon.url"; 
  46.