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
Text File  |  2004-02-27  |  3KB  |  53 lines

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