equal
deleted
inserted
replaced
|
1 These two executables exists to allow fshell to eclipse the ROM based "econs.dll". This can't be done |
|
2 within the .SIS file because the app installer doesn't allow ROM files to be eclipsed. |
|
3 |
|
4 fshell_inst.exe copies "<install_drive>:\sys\bin\iocons.dll" to "<install_drive>:\sys\bin\econs.dll". |
|
5 It is launched by the tool-kit .SIS file at install time. |
|
6 |
|
7 fshell_uinst.exe deletes "<install_drive>:\sys\bin\econs.dll". |
|
8 It is launched by the tool-kit .SIS file at uninstall time. |
|
9 |