summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 09:47:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 09:47:24 +0000
commite47c979d09dfed20bdbfd1f2a5420fefdbd6321a (patch)
tree7d92e5e593ec526edaf6ba5c27d3e5631f0ec944 /solenv/bin
parent4e34e0358502417b4b79a074fe63f94474cc8f38 (diff)
INTEGRATION: CWS native180 (1.41.114); FILE MERGED
2008/08/05 14:00:01 is 1.41.114.1: #i91954# prepare products for msp usage
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/modules/installer/control.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/control.pm b/solenv/bin/modules/installer/control.pm
index e6e99d13441a..242f16adb5e3 100644
--- a/solenv/bin/modules/installer/control.pm
+++ b/solenv/bin/modules/installer/control.pm
@@ -8,7 +8,7 @@
#
# $RCSfile: control.pm,v $
#
-# $Revision: 1.41 $
+# $Revision: 1.42 $
#
# This file is part of OpenOffice.org.
#
@@ -50,7 +50,7 @@ sub check_system_path
# The following files have to be found in the environment variable PATH
# All platforms: zip, unzip
# Windows only: msvcp70.dll, msvcr70.dll for regcomp.exe
- # Windows only: "msiinfo.exe", "msidb.exe", "uuidgen.exe", "makecab.exe", "msitran.exe" for msi database and packaging
+ # Windows only: "msiinfo.exe", "msidb.exe", "uuidgen.exe", "makecab.exe", "msitran.exe", "expand.exe" for msi database and packaging
my $onefile;
my $error = 0;
@@ -69,7 +69,7 @@ sub check_system_path
if (($installer::globals::iswin) && ($installer::globals::iswindowsbuild))
{
- @needed_files_in_path = ("zip.exe", "unzip.exe", "msiinfo.exe", "msidb.exe", "uuidgen.exe", "makecab.exe", "msitran.exe");
+ @needed_files_in_path = ("zip.exe", "unzip.exe", "msiinfo.exe", "msidb.exe", "uuidgen.exe", "makecab.exe", "msitran.exe", "expand.exe");
if ( $installer::globals::compiler eq "wntmsci8" )
{