summaryrefslogtreecommitdiff
path: root/config_office
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 11:39:24 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 11:39:24 +0000
commit6b0a917dc000ccdc347eb8253dfff6d6c35babf5 (patch)
treecde185387431169818a5281fc025caf5262cc10d /config_office
parent94b3853fa877ee4dcf156414ac70678c5ffa4f66 (diff)
INTEGRATION: CWS vq05 (1.57.6); FILE MERGED
2004/11/10 17:05:50 vq 1.57.6.2: #i36807# Fix cut-n-paste error. 2004/11/09 17:58:56 vq 1.57.6.1: #i36807# Check/deliver instmsi[aw].exe for W32 build.
Diffstat (limited to 'config_office')
-rwxr-xr-xconfig_office/configure36
1 files changed, 34 insertions, 2 deletions
diff --git a/config_office/configure b/config_office/configure
index 9976c7d506dd..4005dab74972 100755
--- a/config_office/configure
+++ b/config_office/configure
@@ -11737,12 +11737,12 @@ echo "${ECHO_T}found" >&6
{ { echo "$as_me:$LINENO: error: msvcp71.dll and/or msvcr71.dll are/is missing in the default location.
These dlls are part of the .NET installation and should be found in a directory
similar to:
-\"c:\\Program Files\\Microsoft Visual Studio .NET\\Visual C++ .NET Professional - English\\\"
+\"c:\\Program Files\\Microsoft Visual Studio .NET 2003\\Visual C++ .NET Professional - English\\\"
As the automatic detection fails please copy the files to external/msvcp71/." >&5
echo "$as_me: error: msvcp71.dll and/or msvcr71.dll are/is missing in the default location.
These dlls are part of the .NET installation and should be found in a directory
similar to:
-\"c:\\Program Files\\Microsoft Visual Studio .NET\\Visual C++ .NET Professional - English\\\"
+\"c:\\Program Files\\Microsoft Visual Studio .NET 2003\\Visual C++ .NET Professional - English\\\"
As the automatic detection fails please copy the files to external/msvcp71/." >&2;}
{ (exit 1); exit 1; }; }
else
@@ -11752,6 +11752,38 @@ echo "${ECHO_T}found and copied" >&6
fi
fi
+if test "$_os" = "WINNT" -a "$COMEX" = "10"; then
+ echo "$as_me:$LINENO: checking instmsia.exe/instmsiw.exe" >&5
+echo $ECHO_N "checking instmsia.exe/instmsiw.exe... $ECHO_C" >&6
+ if test -x ../external/msi/instmsia.exe -a -x ../external/msi/instmsiw.exe; then
+ echo "$as_me:$LINENO: result: found" >&5
+echo "${ECHO_T}found" >&6
+ else
+ MSIAPATH=`/bin/find "$COMPATH/../.." -iname instmsia.exe | head -n 1`
+ MSIWPATH=`/bin/find "$COMPATH/../.." -iname instmsiw.exe | head -n 1`
+ if test -n "$MSIAPATH" -a -n "$MSIWPATH"; then
+ cp "$MSIAPATH" ../external/msi/ && chmod +x ../external/msi/instmsia.exe && MSIACOPY="OK"
+ cp "$MSIWPATH" ../external/msi/ && chmod +x ../external/msi/instmsiw.exe && MSIWCOPY="OK"
+ fi
+ if test -z "$MSIACOPY" -o -z "$MSIWCOPY"; then
+ { { echo "$as_me:$LINENO: error: instmsia.exe and/or instmsiw.exe are/is missing in the default location.
+These programs are part of the .NET installation and should be found in a
+directory similar to:
+\"c:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7\\Tools\\Deployment\\MsiRedist\\\"
+As the automatic detection fails please copy the files to external/msi/." >&5
+echo "$as_me: error: instmsia.exe and/or instmsiw.exe are/is missing in the default location.
+These programs are part of the .NET installation and should be found in a
+directory similar to:
+\"c:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7\\Tools\\Deployment\\MsiRedist\\\"
+As the automatic detection fails please copy the files to external/msi/." >&2;}
+ { (exit 1); exit 1; }; }
+ else
+ echo "$as_me:$LINENO: result: found and copied" >&5
+echo "${ECHO_T}found and copied" >&6
+ fi
+ fi
+fi
+
WITH_GPC=NO
WITH_LIBART=NO