5 |
|
LicenseData winhost\README.txt |
6 |
|
OutFile winhost_install.exe |
7 |
|
InstallDir $PROGRAMFILES\winhost |
8 |
< |
EnabledBitmap checked.bmp |
9 |
< |
DisabledBitmap unchecked.bmp |
8 |
> |
EnabledBitmap winhost\bitmap1.bmp |
9 |
> |
DisabledBitmap winhost\bitmap2.bmp |
10 |
|
|
11 |
|
|
12 |
< |
Section "WinHost" |
12 |
> |
Section "WinHost (required)" |
13 |
|
SetOutPath $INSTDIR |
14 |
|
SetOverwrite on |
15 |
|
File winhost\winhost.exe |
17 |
|
File winhost\pdh.dll |
18 |
|
File winhost\README.txt |
19 |
|
File winhost\SysTray.ocx |
20 |
< |
File winhost\mswinsck.ocx |
20 |
> |
File winhost\mswinsck.ocx |
21 |
> |
|
22 |
> |
Section "View Readme.txt" |
23 |
> |
Exec '"$WINDIR\notepad.exe" "$INSTDIR\readme.txt"' |