Use native msi until our own implementation works decently.
This commit is contained in:
parent
fddc4ec7b4
commit
c05bbb9357
|
@ -98,6 +98,7 @@ WINE REGISTRY Version 2
|
||||||
"msvcrt" = "native, builtin"
|
"msvcrt" = "native, builtin"
|
||||||
"mciavi.drv" = "native, builtin"
|
"mciavi.drv" = "native, builtin"
|
||||||
"mcianim.drv" = "native, builtin"
|
"mcianim.drv" = "native, builtin"
|
||||||
|
"msi" = "native, builtin"
|
||||||
; you can specify applications too
|
; you can specify applications too
|
||||||
; this one will apply for all notepad.exe
|
; this one will apply for all notepad.exe
|
||||||
;"*notepad.exe" = "native, builtin"
|
;"*notepad.exe" = "native, builtin"
|
||||||
|
|
Loading…
Reference in New Issue