wine.inf: Fix path to rundll32.exe in inffile/shell/install/command subkey.
This commit is contained in:
parent
0e369586df
commit
1a2e16de0f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue