home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2004 October / PFA0410.ISO / internet / Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-10-03  |  4.2 KB  |  84 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=You've Got Mail
  4. AppVerName=You've Got Mail
  5. AppId=You've Got Mail
  6. AppPublisher=Ola Carlsson
  7. AppPublisherURL=http://www.mjukvara.net/newmail
  8. AppSupportURL=http://www.mjukvara.net/newmail
  9. AppUpdatesURL=http://www.mjukvara.net/newmail
  10. DefaultDirName={pf}\You've Got Mail
  11. DefaultGroupName=You've Got Mail
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\You've Got Mail.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\Animering\You've Got Mail.scr"; DestDir: "{app}\Animering"; Flags: ignoreversion 
  22. Source: "{app}\Ljud\1.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  23. Source: "{app}\Ljud\10.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  24. Source: "{app}\Ljud\11.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  25. Source: "{app}\Ljud\12.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  26. Source: "{app}\Ljud\13.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  27. Source: "{app}\Ljud\14.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  28. Source: "{app}\Ljud\15.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  29. Source: "{app}\Ljud\16.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  30. Source: "{app}\Ljud\17.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  31. Source: "{app}\Ljud\18.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  32. Source: "{app}\Ljud\19.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  33. Source: "{app}\Ljud\2.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  34. Source: "{app}\Ljud\20.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  35. Source: "{app}\Ljud\3.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  36. Source: "{app}\Ljud\4.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  37. Source: "{app}\Ljud\5.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  38. Source: "{app}\Ljud\6.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  39. Source: "{app}\Ljud\7.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  40. Source: "{app}\Ljud\8.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  41. Source: "{app}\Ljud\9.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  42. Source: "{app}\Ljud\Pling.wav"; DestDir: "{app}\Ljud"; Flags: ignoreversion 
  43. [Registry]
  44. Root: HKCU; Subkey: "Software\You've Got Mail"; Flags: uninsdeletekey dontcreatekey 
  45. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "You've Got Mail"; Flags: uninsdeletevalue dontcreatekey 
  46. [INI]
  47. FileName: "{app}\You've Got Mail.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.mjukvara.net/newmail"; 
  48. FileName: "{app}\Mail.url"; Section: "InternetShortcut"; Key: "URL"; String: "mailto:newmail@mjukvara.net"; 
  49. FileName: "{app}\Buy.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.mjukvara.net/newmail/#registrering"; 
  50. [Run]
  51. Filename: "{app}\You've Got Mail.exe"; Description: "Starta You've Got Mail"; Flags: postinstall skipifsilent nowait
  52. [Icons]
  53. Name: "{group}\You've Got Mail"; Filename: "{app}\You've Got Mail.exe"; 
  54. Name: "{group}\You've Got Mail p
  55.  webben"; Filename: "{app}\You've Got Mail.url"; 
  56. Name: "{group}\Support"; Filename: "{app}\Mail.url"; 
  57. Name: "{group}\Avinstallera You've Got Mail"; Filename: "{uninstallexe}"; 
  58. Name: "{userdesktop}\You've Got Mail"; Filename: "{app}\You've Got Mail.exe"; 
  59. Name: "{group}\K
  60. p licens"; Filename: "{app}\Buy.url"; 
  61. [UninstallDelete]
  62. Type: files; Name: "{app}\You've Got Mail.url"; 
  63. Type: files; Name: "{app}\Mail.url"; 
  64. Type: files; Name: "{app}\Buy.url"; 
  65. [CustomMessages]
  66. Svenska.NameAndVersion=%1 version %2
  67. Svenska.AdditionalIcons=
  68. terst
  69. ende ikoner:
  70. Svenska.CreateDesktopIcon=Skapa en ikon p
  71.  srivbordet
  72. Svenska.CreateQuickLaunchIcon=Skapa en ikon i Snabbstartf
  73. Svenska.ProgramOnTheWeb=%1 p
  74.  Webben
  75. Svenska.UninstallProgram=Avinstallera %1
  76. Svenska.LaunchProgram=Starta %1
  77. Svenska.AssocFileExtension=&Associera %1 med %2 filnamnstill
  78. Svenska.AssocingFileExtension=Associerar %1 med %2 filnamnstill
  79. gg...
  80. [Languages]
  81. ; These files are stubs
  82. ; To achieve better results after recompilation, use the real language files
  83. Name: "Svenska"; MessagesFile: "embedded\Svenska.isl"; 
  84.