Misha Koshelev : wine.inf: Fix path to rundll32.exe in inffile/shell/ install/command subkey.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 25 07:28:13 CDT 2007


Module: wine
Branch: master
Commit: 1a2e16de0fa014d6db2d65abe3a08c97c7788821
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1a2e16de0fa014d6db2d65abe3a08c97c7788821

Author: Misha Koshelev <mk144210 at 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"




More information about the wine-cvs mailing list