Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8bf60263
Commit
8bf60263
authored
Aug 05, 2014
by
Austin English
Committed by
Alexandre Julliard
Aug 06, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wine.inf: Fix quoting for msiexec commands.
parent
dd327857
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wine.inf.in
loader/wine.inf.in
+4
-4
No files found.
loader/wine.inf.in
View file @
8bf60263
...
...
@@ -204,12 +204,12 @@ HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},
HKCR,MediaFoundation,,16
HKCR,Msi.Package,,2,"Windows Installer Package"
HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
HKCR,Msi.Package\shell\Open\command,,2,
'%11%\msiexec.exe /i ""%1""'
HKCR,Msi.Package\shell\Repair\command,,2,
'%11%\msiexec.exe /f ""%1""'
HKCR,Msi.Package\shell\Uninstall\command,,2,
'%11%\msiexec.exe /x ""%1""'
HKCR,Msi.Package\shell\Open\command,,2,
"%11%\msiexec.exe /i ""%1"""
HKCR,Msi.Package\shell\Repair\command,,2,
"%11%\msiexec.exe /f ""%1"""
HKCR,Msi.Package\shell\Uninstall\command,,2,
"%11%\msiexec.exe /x ""%1"""
HKCR,Msi.Patch,,2,"Windows Installer Patch"
HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
HKCR,Msi.Patch\shell\Open\command,,2,
'%11%\msiexec.exe /p ""%1""'
HKCR,Msi.Patch\shell\Open\command,,2,
"%11%\msiexec.exe /p ""%1"""
HKCR,rtffile,,2,"Rich Text Document"
HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment