From 538d29f5a4d36a836124d49bb29e19a8954b34f9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 18 Oct 2011 09:47:41 +0200 Subject: Undo basis/brand split: move presets/ from basis to brand. Also let utl::Bootstrap::locateBaseInstallation return $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again. --- .../source/win32/customactions/shellextensions/registerextensions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_native') diff --git a/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx b/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx index 94351180c8af..1e30c4611245 100644 --- a/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx +++ b/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx @@ -244,7 +244,7 @@ extern "C" UINT __stdcall RemoveExtensions(MSIHANDLE handle) return ERROR_SUCCESS; } - // Removing complete directory "Basis\presets\bundled" + // Removing complete directory "Basis\prereg\bundled" std::_tstring sCacheDir = sInstDir + TEXT("share\\prereg\\bundled"); -- cgit