Module: wine Branch: master Commit: 1a2e16de0fa014d6db2d65abe3a08c97c7788821 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1a2e16de0fa014d6db2d65abe3...
Author: Misha Koshelev mk144210@bcm.edu Date: Fri Jun 22 17:38:35 2007 -0500
wine.inf: Fix path to rundll32.exe in inffile/shell/install/command subkey.
---
tools/wine.inf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index 01bf848..78ced6d 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -119,7 +119,7 @@ HKCR,htmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,," HKCR,htmlfile\shell\open\ddeexec,"NoActivateHandler",2,"" HKCR,htmlfile\shell\open\ddeexec\Application,,2,"IExplore" HKCR,htmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL" -HKCR,inffile\shell\install\command,,2,"%10%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1" +HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1" HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1" HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1" HKCR,lnkfile,,2,"Shortcut"