home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 September / PCWorld_2005-09_cd.bin / software / vyzkuste / bosskey / mgboss_330.exe / install_script.iss
Text File  |  2005-08-08  |  4KB  |  79 lines

  1. ;InnoSetupVersion=4.2.2
  2.  
  3. [Setup]
  4. AppName=EfreeSoft Boss Key(FreeWare)
  5. AppVerName=EfreeSoft Boss Key Version 3.30
  6. AppId=EfreeSoft Boss Key(FreeWare)
  7. AppPublisher=EfreeSoft
  8. AppPublisherURL=http://www.efreesoft.com
  9. AppSupportURL=http://www.efreesoft.com
  10. AppUpdatesURL=http://www.efreesoft.com
  11. DefaultDirName={pf}\Mgboss
  12. DefaultGroupName=EfreeSoft Boss Key
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\mgboss.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Mouse.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\Language\English.ini"; DestDir: "{app}\Language"; Flags: ignoreversion 
  28. Source: "{app}\Skins\Apple\borders.bmp"; DestDir: "{app}\Skins\Apple"; Flags: ignoreversion 
  29. Source: "{app}\Skins\Apple\capbutton.bmp"; DestDir: "{app}\Skins\Apple"; Flags: ignoreversion 
  30. Source: "{app}\Skins\Apple\captionbar.bmp"; DestDir: "{app}\Skins\Apple"; Flags: ignoreversion 
  31. Source: "{app}\Skins\Apple\preview.bmp"; DestDir: "{app}\Skins\Apple"; Flags: ignoreversion 
  32. Source: "{app}\Skins\Apple\skin.ini"; DestDir: "{app}\Skins\Apple"; Flags: ignoreversion 
  33. Source: "{app}\Skins\Apple\toolbarm.bmp"; DestDir: "{app}\Skins\Apple"; Flags: ignoreversion 
  34. Source: "{app}\Skins\Metal\borders.bmp"; DestDir: "{app}\Skins\Metal"; Flags: ignoreversion 
  35. Source: "{app}\Skins\Metal\capbutton.bmp"; DestDir: "{app}\Skins\Metal"; Flags: ignoreversion 
  36. Source: "{app}\Skins\Metal\captionbar.bmp"; DestDir: "{app}\Skins\Metal"; Flags: ignoreversion 
  37. Source: "{app}\Skins\Metal\preview.bmp"; DestDir: "{app}\Skins\Metal"; Flags: ignoreversion 
  38. Source: "{app}\Skins\Metal\skin.ini"; DestDir: "{app}\Skins\Metal"; Flags: ignoreversion 
  39. Source: "{app}\Skins\Notepad\borders.bmp"; DestDir: "{app}\Skins\Notepad"; Flags: ignoreversion 
  40. Source: "{app}\Skins\Notepad\capbutton.bmp"; DestDir: "{app}\Skins\Notepad"; Flags: ignoreversion 
  41. Source: "{app}\Skins\Notepad\captionbar.bmp"; DestDir: "{app}\Skins\Notepad"; Flags: ignoreversion 
  42. Source: "{app}\Skins\Notepad\notepad.exe"; DestDir: "{app}\Skins\Notepad"; Flags: ignoreversion 
  43. Source: "{app}\Skins\Notepad\preview.bmp"; DestDir: "{app}\Skins\Notepad"; Flags: ignoreversion 
  44. Source: "{app}\Skins\Notepad\skin.ini"; DestDir: "{app}\Skins\Notepad"; Flags: ignoreversion 
  45. Source: "{app}\Skins\Notepad\SKIN.NSI"; DestDir: "{app}\Skins\Notepad"; Flags: ignoreversion 
  46.  
  47. [Registry]
  48. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "EfreeSoft Boss Key"; ValueType: String; ValueData: "{app}\mgboss.exe -min"; 
  49.  
  50. [Run]
  51. Filename: "{app}\mgboss.exe"; Description: "Launch EfreeSoft Boss Key"; Flags: postinstall skipifsilent nowait
  52.  
  53. [Icons]
  54. Name: "{group}\EfreeSoft Boss Key"; Filename: "{app}\mgboss.exe"; 
  55. Name: "{group}\Help"; Filename: "{app}\help.chm"; 
  56. Name: "{group}\Uninstall EfreeSoft Boss Key"; Filename: "{uninstallexe}"; 
  57. Name: "{userdesktop}\EfreeSoft Boss Key"; Filename: "{app}\mgboss.exe"; Tasks: desktopicon; 
  58. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\EfreeSoft Boss Key"; Filename: "{app}\mgboss.exe"; Tasks: quicklaunchicon; 
  59.  
  60. [Tasks]
  61. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  62. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  63.  
  64. [CustomMessages]
  65. default.NameAndVersion=%1 version %2
  66. default.AdditionalIcons=Additional icons:
  67. default.CreateDesktopIcon=Create a &desktop icon
  68. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  69. default.ProgramOnTheWeb=%1 on the Web
  70. default.UninstallProgram=Uninstall %1
  71. default.LaunchProgram=Launch %1
  72. default.AssocFileExtension=&Associate %1 with the %2 file extension
  73. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  74.  
  75. [Languages]
  76. ; These files are stubs
  77. ; To achieve better results after recompilation, use the real language files
  78. Name: "default"; MessagesFile: "embedded\default.isl"; 
  79.