aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-05 13:41:09 -0400
committerlempamo <[email protected]>2017-08-05 13:41:09 -0400
commitbc8577b76162054e47e93f0ada8b2fedf95cd80a (patch)
tree068b78cc6f513658cc4589167b4d8516cee71003 /TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
parent4084b7f6e83cdc52114b3b9e579d5d7f505174d1 (diff)
downloadhistacom2-bc8577b76162054e47e93f0ada8b2fedf95cd80a.tar.gz
histacom2-bc8577b76162054e47e93f0ada8b2fedf95cd80a.tar.bz2
histacom2-bc8577b76162054e47e93f0ada8b2fedf95cd80a.zip
FTP Client Finished
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
index 08cbf78..4cba8db 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
@@ -293,6 +293,14 @@ namespace TimeHACK.OS.Win95.Win95Apps
appFtp.BringToFront();
break;
+ case "time distorter setup":
+ Win95Installer instTd = new Win95Installer("Time Distorter 0.1");
+ instTd.InstallCompleted += (sendr, args) => TitleScreen.frm95.TimeDistorterToolStripMenuItem.Visible = true;
+ WinClassic appTd = wm.StartWin95(instTd, "Time Distorter Setup", null, true, true);
+ Program.AddTaskbarItem(appTd, appTd.Tag.ToString(), "Time Distorter Setup", null);
+ appTd.BringToFront();
+
+ break;
case "iebrokeninstaller":
wm.StartInfobox95("Internet Explorer Installer", "Installation Failed: The INF file was not found", InfoboxType.Error, InfoboxButtons.OK);