home *** CD-ROM | disk | FTP | other *** search
- ;InnoSetupVersion=2.0.11
-
- [Setup]
- AppName=NotepadEx
- AppVerName=NotepadEx 1.7.6.8
- AppId=NotepadEx
- AppPublisher=T.A. van Roermund
- AppPublisherURL=http://notepadex.cjb.net/
- AppSupportURL=http://notepadex.cjb.net/
- AppUpdatesURL=http://notepadex.cjb.net/
- CreateAppDir=no
- DefaultGroupName=NotepadEx
- OutputBaseFilename=setup
- Compression=zip
- LicenseFile=embedded\License.txt
- WizardImageFile=embedded\WizardImage0.bmp
- WizardSmallImageFile=embedded\WizardSmallImage0.bmp
-
- [Files]
- Source: "{tmp}\NotepadEx.exe"; DestDir: "{tmp}";
-
- [Registry]
- Root: HKCR; Subkey: "txtfile\shell\open\command"; ValueType: String; ValueData: "notepad ""%1"""; Flags: uninsclearvalue
- Root: HKCR; Subkey: "txtfile\shell\print\command"; ValueType: String; ValueData: "notepad /p ""%1"""; Flags: uninsclearvalue
-
- [Run]
- Filename: "{tmp}\NotepadEx.exe"; Parameters: "-install";
-
- [UninstallRun]
- Filename: "{win}\notepad.exe"; Parameters: "-uninstall";
- Filename: "{sys}\notepad.exe"; Parameters: "-uninstall";
-
- [Icons]
- Name: "{group}\NotepadEx"; Filename: "{win}\Notepad.exe"; WorkingDir: "{win}"; IconFilename: "{win}\Notepad.exe";
- Name: "{group}\NotepadEx"; Filename: "{sys}\Notepad.exe"; WorkingDir: "{sys}"; IconFilename: "{sys}\Notepad.exe";
-