home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Toolkit / Enhance / AlfaClock Free / AlfaClock_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-07-04  |  3.7 KB  |  75 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=AlfaClock Free
  4. AppVerName=AlfaClock Free version 1.9.0.752
  5. AppId=AlfaClock Free
  6. AppVersion=v1.9.0.752
  7. AppPublisher=AlfaSoft Research Labs
  8. AppPublisherURL=http://www.alfaclock.com/
  9. AppSupportURL=http://www.alfaclock.com/support/
  10. AppUpdatesURL=http://www.alfaclock.com/download/
  11. AppMutex=AlfaClockMutex
  12. DefaultDirName={pf}\AlfaClock
  13. DefaultGroupName=AlfaClock
  14. UninstallDisplayIcon={app}\AlfaClock.exe
  15. OutputBaseFilename=AlfaClock_v1.9.0.752_Setup
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\AlfaClock.exe"; DestDir: "{app}"; 
  24. Source: "{app}\AlfaClock.chm"; DestDir: "{app}"; 
  25. Source: "{app}\TrayClock.dll"; DestDir: "{app}"; 
  26. Source: "{app}\VoiceLib.dll"; DestDir: "{app}"; 
  27. Source: "{app}\LICENSE.TXT"; DestDir: "{app}"; 
  28. Source: "{app}\WHATSNEW.TXT"; DestDir: "{app}"; 
  29. Source: "{app}\English.lng"; DestDir: "{app}"; 
  30. Source: "{app}\Russian.lng"; DestDir: "{app}"; 
  31. Source: "{app}\Chime_Camera.wav"; DestDir: "{app}"; 
  32. Source: "{app}\Chime_Cuckoo.wav"; DestDir: "{app}"; 
  33. Source: "{app}\Chime_Cuckoo3.wav"; DestDir: "{app}"; 
  34. Source: "{app}\Chime_Mac.wav"; DestDir: "{app}"; 
  35. Source: "{app}\Chime_Notify.wav"; DestDir: "{app}"; 
  36. Source: "{app}\Chime_PCBeep.wav"; DestDir: "{app}"; 
  37. Source: "{app}\Chime_Rooster.wav"; DestDir: "{app}"; 
  38. Source: "{app}\Chime_Stardoor.wav"; DestDir: "{app}"; 
  39. Source: "{app}\Chime_Whoosh.wav"; DestDir: "{app}"; 
  40. Source: "{app}\SaveSettings.bat"; DestDir: "{app}"; 
  41. Source: "{app}\RestoreSettings.bat"; DestDir: "{app}"; 
  42. [Registry]
  43. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "100% Clock"; Flags: deletevalue 
  44. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "AlfaClock Classic"; ValueType: String; ValueData: """{app}\AlfaClock.exe"" /startup"; Tasks: loadonstartup; Flags: uninsdeletevalue 
  45. [Run]
  46. Filename: "{app}\AlfaClock.exe"; Parameters: "/config"; WorkingDir: "{app}"; Description: "Launch AlfaClock (recommended)"; Flags: postinstall nowait
  47. [Icons]
  48. Name: "{group}\AlfaClock"; Filename: "{app}\AlfaClock.exe"; 
  49. Name: "{group}\AlfaClock Documentation"; Filename: "{app}\AlfaClock.chm"; 
  50. Name: "{group}\What's new"; Filename: "{app}\WHATSNEW.TXT"; 
  51. Name: "{group}\License"; Filename: "{app}\LICENSE.TXT"; 
  52. Name: "{userdesktop}\AlfaClock"; Filename: "{app}\AlfaClock.exe"; Tasks: desktopicon; 
  53. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\AlfaClock"; Filename: "{app}\AlfaClock.exe"; Tasks: quicklaunchicon; 
  54. Name: "{group}\Uninstall AlfaClock"; Filename: "{uninstallexe}"; 
  55. [Tasks]
  56. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  57. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  58. Name: "loadonstartup"; Description: "&Load on Windows Startup"; GroupDescription: "Miscellaneous:"; 
  59. [UninstallDelete]
  60. Type: files; Name: "{app}\EVENTS.LOG"; 
  61. [CustomMessages]
  62. default.NameAndVersion=%1 version %2
  63. default.AdditionalIcons=Additional icons:
  64. default.CreateDesktopIcon=Create a &desktop icon
  65. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  66. default.ProgramOnTheWeb=%1 on the Web
  67. default.UninstallProgram=Uninstall %1
  68. default.LaunchProgram=Launch %1
  69. default.AssocFileExtension=&Associate %1 with the %2 file extension
  70. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.