home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / AlterJig / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-12-28  |  3.6 KB  |  71 lines

  1. ;InnoSetupVersion=4.0.9
  2. [Setup]
  3. AppName=AlterJig
  4. AppVerName=AlterJig
  5. AppId=AlterJig
  6. DefaultDirName={pf}\AlterJig
  7. DefaultGroupName=AlterJig
  8. OutputBaseFilename=setup
  9. Compression=zip
  10. PrivilegesRequired=none
  11. InfoBeforeFile=embedded\InfoBefore.txt
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\JIG.EXE"; DestDir: "{app}"; 
  16. Source: "{app}\ALTERJIG.RTF"; DestDir: "{app}"; 
  17. Source: "{app}\CYCLE.DAT"; DestDir: "{app}"; 
  18. Source: "{app}\CYCLE.ICO"; DestDir: "{app}"; 
  19. Source: "{app}\BOOK.ICO"; DestDir: "{app}"; 
  20. Source: "{app}\README.TXT"; DestDir: "{app}"; 
  21. Source: "{app}\BTNL.DAT"; DestDir: "{app}"; 
  22. Source: "{app}\BTNR.DAT"; DestDir: "{app}"; 
  23. Source: "{app}\BTNOVR.DAT"; DestDir: "{app}"; 
  24. Source: "{app}\WON.DAT"; DestDir: "{app}"; 
  25. Source: "{app}\PRODUCTS.HTML"; DestDir: "{app}"; 
  26. Source: "{app}\PIC1.BMP"; DestDir: "{app}"; 
  27. Source: "{app}\PIC2.BMP"; DestDir: "{app}"; 
  28. Source: "{app}\PIC3.BMP"; DestDir: "{app}"; 
  29. Source: "{app}\PIC4.BMP"; DestDir: "{app}"; 
  30. Source: "{app}\PIC5.BMP"; DestDir: "{app}"; 
  31. Source: "{app}\PIC6.BMP"; DestDir: "{app}"; 
  32. Source: "{app}\PIC7.BMP"; DestDir: "{app}"; 
  33. Source: "{app}\PIC8.BMP"; DestDir: "{app}"; 
  34. Source: "{app}\PIC9.BMP"; DestDir: "{app}"; 
  35. Source: "{app}\PIC10.BMP"; DestDir: "{app}"; 
  36. Source: "{app}\PIC11.BMP"; DestDir: "{app}"; 
  37. Source: "{app}\PIC12.BMP"; DestDir: "{app}"; 
  38. Source: "{app}\PIC13.BMP"; DestDir: "{app}"; 
  39. Source: "{app}\PIC14.BMP"; DestDir: "{app}"; 
  40. Source: "{app}\PIC15.BMP"; DestDir: "{app}"; 
  41. Source: "{app}\PIC16.BMP"; DestDir: "{app}"; 
  42. Source: "{app}\PIC17.BMP"; DestDir: "{app}"; 
  43. Source: "{app}\PIC18.BMP"; DestDir: "{app}"; 
  44. Source: "{app}\PIC19.BMP"; DestDir: "{app}"; 
  45. Source: "{app}\PIC20.BMP"; DestDir: "{app}"; 
  46. Source: "{app}\PIC21.BMP"; DestDir: "{app}"; 
  47. Source: "{app}\PIC22.BMP"; DestDir: "{app}"; 
  48. Source: "{app}\PIC23.BMP"; DestDir: "{app}"; 
  49. [Registry]
  50. Root: HKCU; Subkey: "Software\Harpy group"; Flags: uninsdeletevalue 
  51. Root: HKCU; Subkey: "Software\Harpy group\AlterJig"; Flags: uninsdeletekey 
  52. Root: HKLM; Subkey: "Software\Harpy group"; Flags: uninsdeletevalue 
  53. Root: HKLM; Subkey: "Software\Harpy group\AlterJig"; Flags: uninsdeletekey 
  54. Root: HKLM; Subkey: "Software\Harpy group\AlterJig\Settings"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; 
  55. [INI]
  56. Section: "SETAXX0002"; Key: "DESC0"; String: "CECGCECHCECGCEF7CECGCECHCECGCECDCECGC;F;CECGC;F;CECGC;F;CECGCECDCECGC;F;CEF6C;F;"; Flags: uninsdeletesection 
  57. Section: "SETAXX0002"; Key: "DESC1"; String: "EGEIE=H=EGH8E=H<EGEIE=H=EGEIE=H=EGEIE=H=EGH8E=H8EGEIE=H=EGEIEGEFEGEIE=H=EGEIE=H<"; Flags: uninsdeletesection 
  58. Section: "SETAXX0002"; Key: "DESC2"; String: "GIGKGIG>GIGKGIGLGIGKGIGLGIGKGIGLGIGKG?J?GIJ:G?J>GIGKG?J?GIJ:G?J>GIGKG?J?GIJ:G?J?"; Flags: uninsdeletesection 
  59. Section: "SETAXX0002"; Key: "DESC3"; String: "IKIMIALAIKL<IALAIKIMIALAIKL<IAL@IKIMIALAIKL<IALAIKIMIALAIKL<IALAIKIMIALAIKL<IAL@"; Flags: uninsdeletesection 
  60. [Run]
  61. Filename: "{app}\README.TXT"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  62. [Icons]
  63. Name: "{group}\AlterJig"; Filename: "{app}\JIG.EXE"; WorkingDir: "{app}"; IconFilename: "{app}\cycle.ico"; 
  64. Name: "{group}\AlterJig Help"; Filename: "{app}\JIG.EXE"; Parameters: "-h"; WorkingDir: "{app}"; IconFilename: "{app}\book.ico"; 
  65. Name: "{group}\Readme"; Filename: "{app}\README.TXT"; WorkingDir: "{app}"; 
  66. Name: "{group}\Uninstall AlterJig"; Filename: "{uninstallexe}"; 
  67. [Languages]
  68. ; These files are stubs
  69. ; To achieve better results after recompilation, use the real language files
  70. Name: "default"; MessagesFile: "embedded\default.isl"; 
  71.