diff options
| author | lempamo <[email protected]> | 2017-07-06 00:28:38 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-06 00:28:38 -0400 |
| commit | 6958c950223e1b1db9648f92a40fe7dd925ca466 (patch) | |
| tree | 5bbfc78c2d6ed20dc87032522fe37c59976bc388 /TimeHACK.Main/OS/Win98 | |
| parent | eb5b4265492b47bb477767cc524ff99401baaac9 (diff) | |
| download | histacom2-6958c950223e1b1db9648f92a40fe7dd925ca466.tar.gz histacom2-6958c950223e1b1db9648f92a40fe7dd925ca466.tar.bz2 histacom2-6958c950223e1b1db9648f92a40fe7dd925ca466.zip | |
New Installer for Win95
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs index b80d943..198108d 100644 --- a/TimeHACK.Main/OS/Win98/Win98.cs +++ b/TimeHACK.Main/OS/Win98/Win98.cs @@ -218,7 +218,7 @@ namespace TimeHACK.OS.Win98 private void installerTestToolStripMenuItem_Click(object sender, EventArgs e) { - WinClassicInstaller openinstaller = new WinClassicInstaller(); + Win95Installer openinstaller = new Win95Installer(); WinClassic app = wm.StartWin95(openinstaller, "Installer", null, false, true); AddTaskBarItem(app, app.Tag.ToString(), "Installer", null); @@ -258,7 +258,7 @@ namespace TimeHACK.OS.Win98 } else if (objListViewItem.Text == "Web Chat Setup") { - WinClassicInstaller inst = new WinClassicInstaller(); + Win95Installer inst = new Win95Installer(); inst.installname.Text = "Web Chat 1998"; WinClassic app = wm.StartWin95(inst, "Web Chat Setup", null, true, true); AddTaskBarItem(app, app.Tag.ToString(), "Web Chat Setup", null); |
