home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / A_Note_4.2.1 / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-10-30  |  4.6 KB  |  76 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=A Note
  4. AppVerName=A Note 4.2.1
  5. AppId=A Note
  6. AppPublisher=A Note, sourceforge
  7. AppPublisherURL=http://sourceforge.net/projects/a-note/
  8. AppSupportURL=http://sourceforge.net/projects/a-note/
  9. AppUpdatesURL=http://sourceforge.net/projects/a-note/
  10. DefaultDirName={pf}\A Note
  11. DefaultGroupName=A Note
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\A Note.exe"; DestDir: "{app}"; 
  19. Source: "{app}\Language\Svenska.ini"; DestDir: "{app}\Language"; 
  20. Source: "{app}\Language\Catala.ini"; DestDir: "{app}\Language"; 
  21. Source: "{app}\Language\Deutsch.ini"; DestDir: "{app}\Language"; 
  22. Source: "{app}\Language\English.ini"; DestDir: "{app}\Language"; 
  23. Source: "{app}\Language\Espanol.ini"; DestDir: "{app}\Language"; 
  24. Source: "{app}\Language\French.ini"; DestDir: "{app}\Language"; 
  25. Source: "{app}\Language\Hungarian.ini"; DestDir: "{app}\Language"; 
  26. Source: "{app}\Language\Changes.txt"; DestDir: "{app}\Language"; 
  27. Source: "{app}\Language\Readme.txt"; DestDir: "{app}\Language"; 
  28. Source: "{app}\about.jpg"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Version History.html"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\FAQ.html"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Guide\guide_1.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  32. Source: "{app}\Guide\guide_2.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  33. Source: "{app}\Guide\guide_3.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  34. Source: "{app}\Guide\guide_4.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  35. Source: "{app}\Guide\guide_5.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  36. Source: "{app}\Guide\guide_6.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  37. Source: "{app}\Guide\guide_7.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  38. Source: "{app}\Guide\guide_8.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  39. Source: "{app}\Guide\guide_9.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  40. Source: "{app}\Guide\guide_10.jpg"; DestDir: "{app}\Guide"; Flags: ignoreversion 
  41. Source: "{app}\Alarm.wav"; DestDir: "{app}"; Flags: ignoreversion 
  42. Source: "{app}\Server Documents\connect.php"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  43. Source: "{app}\Server Documents\createuser.php"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  44. Source: "{app}\Server Documents\createxml.php"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  45. Source: "{app}\Server Documents\getnotes.php"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  46. Source: "{app}\Server Documents\init.php"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  47. Source: "{app}\Server Documents\savenotes.php"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  48. Source: "{app}\Server Documents\sendnotes.php"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  49. Source: "{app}\Server Documents\sendpasswordtoemail.php"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  50. Source: "{app}\Server Documents\validateuser.php"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  51. Source: "{app}\Server Documents\readme.txt"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  52. Source: "{app}\Server Documents\create database.txt"; DestDir: "{app}\Server Documents"; Flags: ignoreversion 
  53. [Run]
  54. Filename: "{app}\A Note.exe"; Description: "Launch A Note"; Flags: postinstall skipifsilent nowait
  55. [Icons]
  56. Name: "{group}\A Note"; Filename: "{app}\A Note.exe"; Comment: "Create some sticky notes..."; 
  57. Name: "{group}\Uninstall A Note"; Filename: "{uninstallexe}"; Comment: "Uninstall A Note"; 
  58. Name: "{group}\Version History"; Filename: "{app}\Version History.html"; 
  59. Name: "{group}\FAQ.html"; Filename: "{app}\FAQ.html"; 
  60. Name: "{userstartup}\A Note"; Filename: "{app}\A Note.exe"; WorkingDir: "{app}"; 
  61. Name: "{group}\Database documentation"; Filename: "{app}\Server Documents"; 
  62. [CustomMessages]
  63. default.NameAndVersion=%1 version %2
  64. default.AdditionalIcons=Additional icons:
  65. default.CreateDesktopIcon=Create a &desktop icon
  66. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  67. default.ProgramOnTheWeb=%1 on the Web
  68. default.UninstallProgram=Uninstall %1
  69. default.LaunchProgram=Launch %1
  70. default.AssocFileExtension=&Associate %1 with the %2 file extension
  71. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  72. [Languages]
  73. ; These files are stubs
  74. ; To achieve better results after recompilation, use the real language files
  75. Name: "default"; MessagesFile: "embedded\default.isl"; 
  76.