home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 119 / cdrom119.iso / aplic / freebie / freebie-notes.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-05-23  |  5.1 KB  |  80 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Freebie Notes
  4. AppVerName=Freebie Notes 3.04
  5. AppId=FreeNotes2
  6. AppVersion=3.04.1.927
  7. AppPublisher=Power Soft
  8. AppPublisherURL=http://www.pw-soft.com
  9. AppSupportURL=http://www.pw-soft.com/support/index.html
  10. AppUpdatesURL=http://www.pw-soft.com/stick-notes/index.html
  11. AppMutex=FreeNotes2
  12. DefaultDirName={pf}\Power Soft\Freebie Notes
  13. DefaultGroupName=Power Soft\Freebie Notes
  14. UninstallDisplayIcon={app}\FreebieNotes.exe
  15. UninstallDisplayName=Freebie Notes
  16. OutputBaseFilename=setup
  17. Compression=lzma
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\FreebieNotes,1.exe"; DestDir: "{app}"; DestName: "FreebieNotes.exe"; Flags: ignoreversion uninsremovereadonly 
  23. Source: "{app}\file_id.diz"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly 
  24. Source: "{app}\FreebieNotes,2.exe"; DestDir: "{app}"; DestName: "FreebieNotes.exe"; Flags: ignoreversion uninsremovereadonly 
  25. Source: "{app}\help.cnt"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly 
  26. Source: "{app}\help.hlp"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly 
  27. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly 
  28. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly 
  29. Source: "{app}\syslink.dat"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly 
  30. Source: "{app}\Lang\ChineseBig5.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  31. Source: "{app}\Lang\ChineseSmpl.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  32. Source: "{app}\Lang\Dutch.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  33. Source: "{app}\Lang\English.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  34. Source: "{app}\Lang\French.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  35. Source: "{app}\Lang\German.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  36. Source: "{app}\Lang\Greek.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  37. Source: "{app}\Lang\Italian.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  38. Source: "{app}\Lang\Korean.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  39. Source: "{app}\Lang\Maltese.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  40. Source: "{app}\Lang\Polish.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  41. Source: "{app}\Lang\Portuguese.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  42. Source: "{app}\Lang\Russian.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  43. Source: "{app}\Lang\Spanish.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  44. Source: "{app}\Lang\Ukrainian.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion uninsremovereadonly 
  45. Source: "{app}\Sound\late.WAV"; DestDir: "{app}\Sound"; Flags: ignoreversion uninsremovereadonly 
  46. Source: "{app}\Sound\Later.WAV"; DestDir: "{app}\Sound"; Flags: ignoreversion uninsremovereadonly 
  47. Source: "{app}\Sound\user.wav"; DestDir: "{app}\Sound"; Flags: ignoreversion uninsremovereadonly 
  48. Source: "{app}\Sound\VIP.wav"; DestDir: "{app}\Sound"; Flags: ignoreversion uninsremovereadonly 
  49. [Registry]
  50. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run\"; ValueName: "Freebie Notes"; ValueType: String; ValueData: """{app}\FreebieNotes.exe"""; Flags: createvalueifdoesntexist uninsdeletekey noerror 
  51. Root: HKCU; Subkey: "Software\Power Soft\Freebie Notes\"; ValueName: "Uninstaller"; ValueType: String; ValueData: "{uninstallexe}"; Flags: createvalueifdoesntexist uninsdeletekey noerror 
  52. [INI]
  53. FileName: "{app}\Notes.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pw-soft.com"; 
  54. [Run]
  55. Filename: "{app}\FreebieNotes.exe"; Description: "Launch Freebie Notes"; Flags: postinstall skipifsilent nowait
  56. Filename: "{app}\readme.txt"; Description: "View README file"; Flags: shellexec postinstall skipifsilent nowait
  57. [Icons]
  58. Name: "{group}\Freebie Notes"; Filename: "{app}\FreebieNotes.exe"; 
  59. Name: "{group}\License Agreement"; Filename: "{app}\license.txt"; 
  60. Name: "{group}\Help"; Filename: "{app}\Help.hlp"; 
  61. Name: "{group}\Freebie Notes on the Web"; Filename: "{app}\Notes.url"; 
  62. Name: "{group}\Uninstall Freebie Notes"; Filename: "{uninstallexe}"; 
  63. [UninstallDelete]
  64. Type: files; Name: "{app}\Notes.url"; 
  65. Type: filesandordirs; Name: "{app}\*"; 
  66. [CustomMessages]
  67. default.NameAndVersion=%1 version %2
  68. default.AdditionalIcons=Additional icons:
  69. default.CreateDesktopIcon=Create a &desktop icon
  70. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  71. default.ProgramOnTheWeb=%1 on the Web
  72. default.UninstallProgram=Uninstall %1
  73. default.LaunchProgram=Launch %1
  74. default.AssocFileExtension=&Associate %1 with the %2 file extension
  75. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  76. [Languages]
  77. ; These files are stubs
  78. ; To achieve better results after recompilation, use the real language files
  79. Name: "default"; MessagesFile: "embedded\default.isl"; 
  80.