From 488a6a5788a4e502d012e26159f4756ad1196995 Mon Sep 17 00:00:00 2001 From: Alberto Massari Date: Mon, 18 Nov 2002 19:42:34 +0000 Subject: [PATCH] Install link to rundll32.exe too. --- tools/wineinstall | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/wineinstall b/tools/wineinstall index 2b5fe7f0c85..59993cc595a 100755 --- a/tools/wineinstall +++ b/tools/wineinstall @@ -194,6 +194,7 @@ function link_app { function configure_wine_applications { link_app notepad "$CROOT/windows/notepad.exe" link_app regedit "$CROOT/windows/regedit.exe" + link_app rundll32 "$CROOT/windows/rundll32.exe" link_app wcmd "$CROOT/windows/system32/cmd.exe" link_app control "$CROOT/windows/system32/control.exe" link_app winhelp "$CROOT/windows/system32/help.exe"