summaryrefslogtreecommitdiff
path: root/setup_native/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:03:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:03:23 +0000
commit7a57c4c72f773cf2edfc2dc43ddb25172e044783 (patch)
treea16a3b83a10c70aa114e4725271335fbae2b4d6a /setup_native/source
parent92284bc798ba7648eac3c836bd8c578895d88bf2 (diff)
INTEGRATION: CWS customizer (1.1.14); FILE MERGED
2004/08/24 15:52:24 is 1.1.14.1: #i33203# INSTALLLOCATION instead of OfficeFolder
Diffstat (limited to 'setup_native/source')
-rw-r--r--setup_native/source/win32/customactions/reg4msdoc/msihelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/reg4msdoc/msihelper.cxx b/setup_native/source/win32/customactions/reg4msdoc/msihelper.cxx
index 8ea769a84b8b..4728ecd5a53c 100644
--- a/setup_native/source/win32/customactions/reg4msdoc/msihelper.cxx
+++ b/setup_native/source/win32/customactions/reg4msdoc/msihelper.cxx
@@ -47,7 +47,7 @@ bool IsAllUserInstallation(MSIHANDLE handle)
std::wstring GetOfficeInstallationPath(MSIHANDLE handle)
{
std::wstring progpath;
- GetMsiProp(handle, TEXT("OfficeFolder"), progpath);
+ GetMsiProp(handle, TEXT("INSTALLLOCATION"), progpath);
return progpath;
}