From 935d5b39ce49678bf38610134d407aa72317dd1b Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Fri, 1 Apr 2011 19:14:56 +0000 Subject: Fixes an issue in the Windows setup which may cause versioned .dll and .exe files to not be updated. --- src/native/windows/setup/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/native/windows/setup') diff --git a/src/native/windows/setup/setup.c b/src/native/windows/setup/setup.c index e013d2f..88035b1 100644 --- a/src/native/windows/setup/setup.c +++ b/src/native/windows/setup/setup.c @@ -139,7 +139,7 @@ Setup_executeMsi(LPCTSTR path) LastError_setLastError(error, __FILE__, __LINE__); return error; } - p2 = L"\" "; + p2 = L"\" REINSTALLMODE=amus "; p2Length = wcslen(p2); p3 = Setup_commandLine; p3Length = p3 ? wcslen(p3) : 0; -- cgit v1.1