home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / qgojava-0.0.9.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-12-31  |  3.3 KB  |  62 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=qGo for Java
  4. AppVerName=qGo for Java 0.0.9
  5. AppId=qGo for Java
  6. AppPublisher=Peter Strempel
  7. AppPublisherURL=http://qgo.sourceforge.net/java
  8. AppSupportURL=http://qgo.sourceforge.net/java
  9. AppUpdatesURL=http://qgo.sourceforge.net/java
  10. DefaultDirName={pf}\qGoForJava
  11. DefaultGroupName=qGo for Java
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. ChangesAssociations=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\qGo.exe"; DestDir: "{app}"; 
  20. Source: "{app}\lib\jh.jar"; DestDir: "{app}\lib"; 
  21. Source: "{app}\lib\kunststoff.jar"; DestDir: "{app}\lib"; 
  22. Source: "{app}\lib\metouia.jar"; DestDir: "{app}\lib"; 
  23. Source: "{app}\lib\skinlf.jar"; DestDir: "{app}\lib"; 
  24. Source: "{app}\lib\qgohelp.jar"; DestDir: "{app}\lib"; 
  25. Source: "{app}\lib\themepack.zip"; DestDir: "{app}\lib"; 
  26. Source: "{app}\lib\qGo.jar"; DestDir: "{app}\lib"; 
  27. Source: "{app}\AUTHORS.txt"; DestDir: "{app}"; 
  28. Source: "{app}\ChangeLog.txt"; DestDir: "{app}"; 
  29. Source: "{app}\Licence.txt"; DestDir: "{app}"; 
  30. Source: "{app}\README.txt"; DestDir: "{app}"; 
  31. Source: "{app}\TODO.txt"; DestDir: "{app}"; 
  32. Source: "{app}\doc\ch02.html"; DestDir: "{app}\doc"; 
  33. Source: "{app}\doc\ch02s20.html"; DestDir: "{app}\doc"; 
  34. Source: "{app}\doc\ch02s19.html"; DestDir: "{app}\doc"; 
  35. Source: "{app}\doc\pr01.html"; DestDir: "{app}\doc"; 
  36. Source: "{app}\doc\ch02s16.html"; DestDir: "{app}\doc"; 
  37. Source: "{app}\doc\ch02s02.html"; DestDir: "{app}\doc"; 
  38. Source: "{app}\doc\index.html"; DestDir: "{app}\doc"; 
  39. Source: "{app}\doc\ch01.html"; DestDir: "{app}\doc"; 
  40. Source: "{app}\doc\ch02s17.html"; DestDir: "{app}\doc"; 
  41. Source: "{app}\doc\images\tip.png"; DestDir: "{app}\doc\images"; 
  42. Source: "{app}\doc\images\warning.png"; DestDir: "{app}\doc\images"; 
  43. Source: "{app}\doc\images\note.png"; DestDir: "{app}\doc\images"; 
  44. [Registry]
  45. Root: HKCR; Subkey: ".sgf"; ValueType: String; ValueData: "qGoForJava"; Tasks: fileassoc; Flags: uninsdeletevalue 
  46. Root: HKCR; Subkey: "qGoForJava"; ValueType: String; ValueData: "qGoForJava"; Tasks: fileassoc; Flags: uninsdeletekey 
  47. Root: HKCR; Subkey: "qGoForJava\DefaultIcon"; ValueType: String; ValueData: "{app}\qGo.exe,0"; Tasks: fileassoc; 
  48. Root: HKCR; Subkey: "qGoForJava\shell\open\command"; ValueType: String; ValueData: """{app}\qGo.exe"" ""%1"""; Tasks: fileassoc; 
  49. Root: HKLM; Subkey: "Software\qGoforJava"; ValueName: "Location"; ValueType: String; ValueData: "{app}\"; Flags: uninsdeletevalue 
  50. [INI]
  51. FileName: "{app}\qgo.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://qgo.sourceforge.net/java"; 
  52. [Icons]
  53. Name: "{group}\qGo"; Filename: "{app}\qGo.exe"; WorkingDir: "{app}"; Comment: "qGo for Java - a SGF editor and IGS client."; 
  54. Name: "{group}\qGo on the Web"; Filename: "{app}\qgo.url"; 
  55. Name: "{group}\qGo Manual"; Filename: "{app}\doc\index.html"; 
  56. Name: "{userdesktop}\qGo"; Filename: "{app}\qGo.exe"; WorkingDir: "{app}"; Comment: "qGo for Java - a SGF editor and IGS client."; 
  57. [Tasks]
  58. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  59. Name: "fileassoc"; Description: "&Associate qGo with the .sgf extension"; GroupDescription: "Other tasks:"; 
  60. [UninstallDelete]
  61. Type: files; Name: "{app}\qgo.url"; 
  62.