home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 November / PCWorld_2005-11_cd.bin / software / vyzkuste / mindful / mf1.exe / install_script.iss
Text File  |  2005-10-03  |  5KB  |  93 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Mindful
  5. AppVerName=Mindful version 1.2
  6. AppId=Mindful
  7. AppVersion=1.2
  8. AppPublisher=Felitec Inc.
  9. AppPublisherURL=http://www.felitec.com
  10. AppSupportURL=http://www.felitec.com/support.html
  11. AppUpdatesURL=http://www.felitec.com/mindful.html
  12. AppMutex=MindfulMutex
  13. DefaultDirName={pf}\Felitec\Mindful
  14. DefaultGroupName=Mindful
  15. OutputBaseFilename=setup
  16. Compression=lzma
  17. PrivilegesRequired=poweruser
  18. LicenseFile=embedded\License.txt
  19. InfoBeforeFile=embedded\InfoBefore.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\Mindful.exe"; DestDir: "{app}"; Flags: ignoreversion promptifolder 
  25. Source: "{app}\Mindful.exe.manifest"; DestDir: "{app}"; Flags: promptifolder 
  26. Source: "{app}\Mindful.bin"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  27. Source: "{app}\Mindful.hlp"; DestDir: "{app}"; Flags: promptifolder 
  28. Source: "{app}\Mindful.cnt"; DestDir: "{app}"; Flags: promptifolder 
  29. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion promptifolder 
  30. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion promptifolder 
  31.  
  32. [Registry]
  33. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Mindful"; ValueType: String; ValueData: "{app}\Mindful.exe"; Flags: uninsdeletevalue 
  34. Root: HKCU; Subkey: "Software\Felitec\Mindful"; Flags: uninsdeletekey 
  35. Root: HKCU; Subkey: "Software\Felitec"; Flags: uninsdeletekeyifempty 
  36.  
  37. [INI]
  38. FileName: "{app}\Mindful.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/mindful.html"; 
  39. FileName: "{app}\LAM.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/lam.html"; 
  40. FileName: "{app}\AX.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/ax.html"; 
  41. FileName: "{app}\Felitec.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com"; 
  42. FileName: "{app}\Order.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/order.html"; 
  43. FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/support.html"; 
  44. FileName: "{app}\Contact.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/contact.html"; 
  45. FileName: "{app}\NewsLetter.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.felitec.com/newsletter.php"; 
  46.  
  47. [Run]
  48. Filename: "{app}\mindful.exe"; Description: "Launch Mindful"; Flags: postinstall skipifsilent nowait
  49.  
  50. [Icons]
  51. Name: "{group}\Mindful"; Filename: "{app}\mindful.exe"; WorkingDir: "{app}"; 
  52. Name: "{group}\Mindful Help"; Filename: "{app}\mindful.hlp"; 
  53. Name: "{group}\Mindful on the Web"; Filename: "{app}\mindful.url"; 
  54. Name: "{group}\Felitec home page"; Filename: "{app}\felitec.url"; 
  55. Name: "{group}\Uninstall Mindful"; Filename: "{uninstallexe}"; 
  56. Name: "{commondesktop}\Mindful"; Filename: "{app}\mindful.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  57. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Mindful"; Filename: "{app}\mindful.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  58.  
  59. [Tasks]
  60. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  61. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  62.  
  63. [InstallDelete]
  64. Type: files; Name: "{app}\Forums.url"; 
  65.  
  66. [UninstallDelete]
  67. Type: files; Name: "{app}\Mindful.url"; 
  68. Type: files; Name: "{app}\LAM.url"; 
  69. Type: files; Name: "{app}\AX.url"; 
  70. Type: files; Name: "{app}\Felitec.url"; 
  71. Type: files; Name: "{app}\Order.url"; 
  72. Type: files; Name: "{app}\Support.url"; 
  73. Type: files; Name: "{app}\Contact.url"; 
  74. Type: files; Name: "{app}\NewsLetter.url"; 
  75. Type: dirifempty; Name: "{app}"; 
  76. Type: dirifempty; Name: "{app}\.."; 
  77.  
  78. [CustomMessages]
  79. default.NameAndVersion=%1 version %2
  80. default.AdditionalIcons=Additional icons:
  81. default.CreateDesktopIcon=Create a &desktop icon
  82. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  83. default.ProgramOnTheWeb=%1 on the Web
  84. default.UninstallProgram=Uninstall %1
  85. default.LaunchProgram=Launch %1
  86. default.AssocFileExtension=&Associate %1 with the %2 file extension
  87. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  88.  
  89. [Languages]
  90. ; These files are stubs
  91. ; To achieve better results after recompilation, use the real language files
  92. Name: "default"; MessagesFile: "embedded\default.isl"; 
  93.