From 2e510589dfb40140a375b6c18e419853c636b85d Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 21 Dec 2006 22:03:00 +0000 Subject: Add registry key for Doom 95 shareware version. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 792 --- src/d_iwad.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/d_iwad.c b/src/d_iwad.c index 96e0670c..1a00f189 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -104,6 +104,15 @@ static registry_value_t uninstall_values[] = "Uninstall\\Final Doom for Windows 95", "UninstallString", }, + + // Shareware version + + { + HKEY_LOCAL_MACHINE, + "Software\\Microsoft\\Windows\\CurrentVersion\\" + "Uninstall\\Doom Shareware for Windows 95", + "UninstallString", + }, }; // Value installed by the Collector's Edition when it is installed -- cgit v1.2.3