home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 October / PCWorld_2001-10_cd.bin / Software / Vyzkuste / notepadex / setup.exe / install_script.iss
Text File  |  2001-08-21  |  1KB  |  36 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=NotepadEx
  5. AppVerName=NotepadEx 1.7.6.9
  6. AppId=NotepadEx
  7. AppPublisher=T.A. van Roermund
  8. AppPublisherURL=http://notepadex.cjb.net/
  9. AppSupportURL=http://notepadex.cjb.net/
  10. AppUpdatesURL=http://notepadex.cjb.net/
  11. CreateAppDir=no
  12. DefaultGroupName=NotepadEx
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{tmp}\NotepadEx.exe"; DestDir: "{tmp}"; 
  21.  
  22. [Registry]
  23. Root: HKCR; Subkey: "txtfile\shell\open\command"; ValueType: String; ValueData: "notepad ""%1"""; Flags: uninsclearvalue 
  24. Root: HKCR; Subkey: "txtfile\shell\print\command"; ValueType: String; ValueData: "notepad /p ""%1"""; Flags: uninsclearvalue 
  25.  
  26. [Run]
  27. Filename: "{tmp}\NotepadEx.exe"; Parameters: "-install"; 
  28.  
  29. [UninstallRun]
  30. Filename: "{win}\notepad.exe"; Parameters: "-uninstall"; 
  31. Filename: "{sys}\notepad.exe"; Parameters: "-uninstall"; 
  32.  
  33. [Icons]
  34. Name: "{group}\NotepadEx"; Filename: "{win}\Notepad.exe"; WorkingDir: "{win}"; IconFilename: "{win}\Notepad.exe"; 
  35. Name: "{group}\NotepadEx"; Filename: "{sys}\Notepad.exe"; WorkingDir: "{sys}"; IconFilename: "{sys}\Notepad.exe"; 
  36.