From c05bbb935765779fbe673218fd88afb463acc80f Mon Sep 17 00:00:00 2001 From: Hannu Valtonen Date: Wed, 17 Sep 2003 04:18:50 +0000 Subject: [PATCH] Use native msi until our own implementation works decently. --- documentation/samples/config | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/samples/config b/documentation/samples/config index d0fab9501d4..082ea6e52d0 100644 --- a/documentation/samples/config +++ b/documentation/samples/config @@ -98,6 +98,7 @@ WINE REGISTRY Version 2 "msvcrt" = "native, builtin" "mciavi.drv" = "native, builtin" "mcianim.drv" = "native, builtin" +"msi" = "native, builtin" ; you can specify applications too ; this one will apply for all notepad.exe ;"*notepad.exe" = "native, builtin"