home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 October
/
PCWorld_2001-10_cd.bin
/
Software
/
Vyzkuste
/
notepadex
/
setup.exe
/
install_script.iss
Wrap
Text File
|
2001-08-21
|
1KB
|
36 lines
;InnoSetupVersion=2.0.11
[Setup]
AppName=NotepadEx
AppVerName=NotepadEx 1.7.6.9
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";