home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 February / NETGUID0402N.iso / pc / featured / Windows / readwrit / rwk_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-12-01  |  3.3 KB  |  65 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=ReadWrite Korean
  4. AppVerName=ReadWrite Korean version 2.1
  5. AppId=ReadWrite Korean
  6. AppVersion=2.1 Build 1050
  7. AppPublisher=Declan Software, Inc.
  8. AppPublisherURL=http://www.declan-software.com
  9. DefaultDirName={pf}\ReadWrite Korean
  10. DefaultGroupName=ReadWrite Korean
  11. OutputBaseFilename=rwk_setup
  12. Compression=zip
  13. PrivilegesRequired=none
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\readwrite_korean.exe"; DestDir: "{app}"; 
  18. Source: "{app}\khs_installer.exe"; DestDir: "{app}"; 
  19. Source: "{app}\rwk.opt"; DestDir: "{app}"; 
  20. Source: "{app}\sheadg.ttf"; DestDir: "{app}"; 
  21. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  22. Source: "{app}\registration.htm"; DestDir: "{app}"; 
  23. Source: "{app}\s0.khs"; DestDir: "{app}"; 
  24. Source: "{app}\res\0.wav"; DestDir: "{app}\res"; 
  25. Source: "{app}\res\1.wav"; DestDir: "{app}\res"; 
  26. Source: "{app}\res\2.wav"; DestDir: "{app}\res"; 
  27. Source: "{app}\res\3.wav"; DestDir: "{app}\res"; 
  28. Source: "{app}\res\4.wav"; DestDir: "{app}\res"; 
  29. Source: "{app}\res\5.wav"; DestDir: "{app}\res"; 
  30. Source: "{app}\res\6.wav"; DestDir: "{app}\res"; 
  31. Source: "{app}\res\7.wav"; DestDir: "{app}\res"; 
  32. Source: "{app}\res\intro.bmp"; DestDir: "{app}\res"; 
  33. Source: "{app}\res\splash.bmp"; DestDir: "{app}\res"; 
  34. Source: "{app}\dlls\about.dll"; DestDir: "{app}\dlls"; 
  35. Source: "{app}\dlls\ag.dll"; DestDir: "{app}\dlls"; 
  36. Source: "{app}\dlls\picmain.dll"; DestDir: "{app}\dlls"; 
  37. Source: "{app}\dat\fontdata.dat"; DestDir: "{app}\dat"; 
  38. Source: "{app}\dat\c.dat"; DestDir: "{app}\dat"; 
  39. Source: "{app}\dat\e.dat"; DestDir: "{app}\dat"; 
  40. Source: "{app}\dat\m.dat"; DestDir: "{app}\dat"; 
  41. Source: "{app}\dat\g.dat"; DestDir: "{app}\dat"; 
  42. Source: "{app}\dat\n.dat"; DestDir: "{app}\dat"; 
  43. Source: "{app}\dat\r.dat"; DestDir: "{app}\dat"; 
  44. Source: "{app}\dat\w.dat"; DestDir: "{app}\dat"; 
  45. Source: "{app}\dat\sx.dat"; DestDir: "{app}\dat"; 
  46. Source: "{app}\cnt\l.cnt"; DestDir: "{app}\cnt"; 
  47. Source: "{app}\cnt\m.cnt"; DestDir: "{app}\cnt"; 
  48. Source: "{app}\cnt\n.cnt"; DestDir: "{app}\cnt"; 
  49. Source: "{app}\cnt\r.cnt"; DestDir: "{app}\cnt"; 
  50. Source: "{app}\cnt\w.cnt"; DestDir: "{app}\cnt"; 
  51. [Registry]
  52. Root: HKCU; Subkey: "Software\Declan Software\ReadWrite Korean v2"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey 
  53. Root: HKCU; Subkey: "Software\Declan Software\ReadWrite Korean v2"; ValueName: "Version"; ValueType: String; ValueData: "2.1"; Flags: uninsdeletekey 
  54. Root: HKCU; Subkey: "Software\Declan Software\ReadWrite Korean v2"; ValueName: "Registered"; ValueType: String; ValueData: "No"; Flags: uninsdeletekey 
  55. Root: HKLM; Subkey: "Software\Declan Software\ReadWrite Korean v2"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey 
  56. [Run]
  57. Filename: "{app}\khs_installer.exe"; Parameters: "1000"; 
  58. [Icons]
  59. Name: "{group}\ReadWrite Korean"; Filename: "{app}\readwrite_korean.exe"; WorkingDir: "{app}"; 
  60. Name: "{group}\ReadMe"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; 
  61. Name: "{group}\On-line Registration"; Filename: "{app}\registration.htm"; WorkingDir: "{app}"; 
  62. Name: "{userdesktop}\ReadWrite Korean"; Filename: "{app}\readwrite_korean.exe"; WorkingDir: "{app}"; 
  63. [UninstallDelete]
  64. Type: filesandordirs; Name: "{app}"; 
  65.