diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-23 13:37:18 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-23 13:37:18 +0100 |
| commit | a476b1e977208cdac172da122603abad7c26d93d (patch) | |
| tree | d214adf2bfea7d760082b21044999fd76111e9fd /TimeHACK.Main/OS/Win98 | |
| parent | bcf217a1e55d3ad6eb268389ab7d015a8a56d6ec (diff) | |
| download | histacom2-a476b1e977208cdac172da122603abad7c26d93d.tar.gz histacom2-a476b1e977208cdac172da122603abad7c26d93d.tar.bz2 histacom2-a476b1e977208cdac172da122603abad7c26d93d.zip | |
Fattened da file system
Making it more realistic with more files that make sense
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs b/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs index 35d8cd3..245d188 100644 --- a/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs @@ -286,6 +286,10 @@ namespace TimeHACK.OS.Win95.Win95Apps Program.nonimportantapps[Program.nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(Program.NonImportantApp_Closing); break; + case "iebrokeninstaller": + wm.StartInfobox95("Internet Explorer Installation", "Installation Failed: The INF file was not found", Properties.Resources.Win95Error); + + break; case "addressbook": WinClassic appAdBk = wm.StartWin95(new WinClassicAddressBook(), "Address Book", Properties.Resources.WinClassicAddressBook, true, true); Program.AddTaskbarItem(appAdBk, appAdBk.Tag.ToString(), "Address Book", Properties.Resources.WinClassicAddressBook); |
