diff options
author | Joachim Lingner <jl@openoffice.org> | 2010-07-21 14:15:34 +0200 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2010-07-21 14:15:34 +0200 |
commit | d4b8b3e046e5f9c8ce30fbca054159f3cdb76956 (patch) | |
tree | 489a618ae6a0d16de7195bf4e04985f4c76b5ddd | |
parent | ca861ef74799d9f21d37bc5f832a905c04ad4499 (diff) |
jl154 #i162868# changed RemoveExtensions custom action (windows) to delete brand/share/prereg/bundled
-rw-r--r-- | setup_native/source/win32/customactions/shellextensions/registerextensions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx b/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx index a37d24548bb7..9eaad6959a63 100644 --- a/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx +++ b/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx @@ -408,7 +408,7 @@ extern "C" UINT __stdcall RemoveExtensions(MSIHANDLE handle) // Removing complete directory "Basis\presets\bundled" - std::_tstring sCacheDir = sInstDir + TEXT("Basis\\presets\\bundled"); + std::_tstring sCacheDir = sInstDir + TEXT("share\\prereg\\bundled"); bool fSuccess = RemoveCompleteDirectory( sCacheDir ); |