summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-07-21 14:15:34 +0200
committerJoachim Lingner <jl@openoffice.org>2010-07-21 14:15:34 +0200
commitd4b8b3e046e5f9c8ce30fbca054159f3cdb76956 (patch)
tree489a618ae6a0d16de7195bf4e04985f4c76b5ddd /setup_native
parentca861ef74799d9f21d37bc5f832a905c04ad4499 (diff)
jl154 #i162868# changed RemoveExtensions custom action (windows) to delete brand/share/prereg/bundled
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/shellextensions/registerextensions.cxx2
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 );