home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 August / Disc 1 / PCU0804CD1.iso / magstuff / internet / files / Tristana.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-05-24  |  3.1 KB  |  58 lines

  1. ;InnoSetupVersion=4.2.2
  2. [Setup]
  3. AppName=Tristana
  4. AppVerName=Tristana 1.5
  5. AppId=Tristana
  6. AppPublisher=Charlwood eMarketing
  7. AppPublisherURL=http://www.charlwood.com/tristana/home
  8. AppSupportURL=http://www.charlwood.com/tristana/home
  9. AppUpdatesURL=http://www.charlwood.com/tristana/home
  10. DefaultDirName={pf}\Tristana
  11. DefaultGroupName=Tristana
  12. OutputBaseFilename=TristanaSetup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\Tristana.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\Tristana.ico"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{userdocs}\My Tristana\Tristana.bin"; DestDir: "{userdocs}\My Tristana"; Flags: onlyifdoesntexist 
  21. [Registry]
  22. Root: HKCR; Subkey: "tristana"; Flags: uninsdeletekey 
  23. Root: HKCR; Subkey: "tristana"; ValueType: String; ValueData: "TRISTANA: Tristana Protocol"; 
  24. Root: HKCR; Subkey: "tristana"; ValueName: "URL Protocol"; ValueType: String; 
  25. Root: HKCR; Subkey: "tristana\shell\open\command"; ValueType: String; ValueData: "{app}\Tristana.exe /add %1"; 
  26. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\Add Content To Tristana"; Flags: uninsdeletekey 
  27. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\Add Content To Tristana"; ValueType: String; ValueData: "res://{app}/AddContent.js"; 
  28. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\Add Content To Tristana"; ValueName: "Contexts"; ValueType: Dword; ValueData: "$22"; 
  29. [INI]
  30. FileName: "{app}\Tristana.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.charlwood.com/tristana/home"; 
  31. [Run]
  32. Filename: "{app}\Tristana.exe"; Description: "Launch Tristana"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\Tristana"; Filename: "{app}\Tristana.exe"; IconFilename: "{app}\Tristana.ico"; 
  35. Name: "{group}\Tristana on the Web"; Filename: "{app}\Tristana.url"; 
  36. Name: "{group}\Uninstall Tristana"; Filename: "{uninstallexe}"; 
  37. Name: "{userdesktop}\Tristana"; Filename: "{app}\Tristana.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Tristana"; Filename: "{app}\Tristana.exe"; Tasks: quicklaunchicon; 
  39. [Tasks]
  40. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  41. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  42. [UninstallDelete]
  43. Type: files; Name: "{app}\Tristana.url"; 
  44. [CustomMessages]
  45. default.NameAndVersion=%1 version %2
  46. default.AdditionalIcons=Additional icons:
  47. default.CreateDesktopIcon=Create a &desktop icon
  48. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  49. default.ProgramOnTheWeb=%1 on the Web
  50. default.UninstallProgram=Uninstall %1
  51. default.LaunchProgram=Launch %1
  52. default.AssocFileExtension=&Associate %1 with the %2 file extension
  53. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  54. [Languages]
  55. ; These files are stubs
  56. ; To achieve better results after recompilation, use the real language files
  57. Name: "default"; MessagesFile: "embedded\default.isl"; 
  58.