Commit 870f508c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Install Gecko in system directory.

parent 508322a8
......@@ -141,7 +141,7 @@ static BOOL install_cab(LPCWSTR file_name)
TRACE("(%s)\n", debugstr_w(file_name));
GetWindowsDirectoryA(install_dir, sizeof(install_dir));
GetSystemDirectoryA(install_dir, sizeof(install_dir));
strcat(install_dir, "\\gecko\\");
res = CreateDirectoryA(install_dir, NULL);
if(!res && GetLastError() != ERROR_ALREADY_EXISTS) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment