diff options
-rwxr-xr-x | Master/tlpkg/doc/w32client | 1 | ||||
-rw-r--r-- | Master/tlpkg/doc/w32unclient | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Master/tlpkg/doc/w32client b/Master/tlpkg/doc/w32client index cf61f8a49c5..887020d1441 100755 --- a/Master/tlpkg/doc/w32client +++ b/Master/tlpkg/doc/w32client @@ -57,7 +57,6 @@ Win32::TieRegistry->import( qw( $Registry $Registry->Delimiter('/'); $Registry->ArrayValues(0); $Registry->FixSzNulls(1); -Win32::Shortcut->import( qw( SW_SHOWNORMAL SW_SHOWMINNOACTIVE ) ); # register uninstaller. Failure not fatal. # This really should be the first item. diff --git a/Master/tlpkg/doc/w32unclient b/Master/tlpkg/doc/w32unclient index e297a13674b..b9fe34139e2 100644 --- a/Master/tlpkg/doc/w32unclient +++ b/Master/tlpkg/doc/w32unclient @@ -44,7 +44,6 @@ $Registry->FixSzNulls(1); # unregister uninstaller my $rootkey = $Registry -> Open("CUser", {Access => Win32::TieRegistry::KEY_ALL_ACCESS()}); -die "Failed to open rootkey\n" unless $rootkey; if ($rootkey) { # otherwise fail silently my $k = $rootkey->Open( "software/microsoft/windows/currentversion/uninstall/"); |