summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-15 13:53:17 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-15 13:53:17 +0000
commitdd7dfd21f0370982179cf8c090642fb360b02488 (patch)
treea53fdb9575800050ddd6bdfbb7c62e394defae5e /smoketestoo_native
parent790faba52fe1cbcb552b38fc67696563e5cb0394 (diff)
INTEGRATION: CWS ause089 (1.27.2); FILE MERGED
2007/12/14 18:00:46 hjs 1.27.2.1: #i84578# tweak windows installer options to have smoketest without administrator rights again
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/smoketest.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/smoketestoo_native/smoketest.pl b/smoketestoo_native/smoketest.pl
index 95eac41a1749..07db34b9c2c7 100755
--- a/smoketestoo_native/smoketest.pl
+++ b/smoketestoo_native/smoketest.pl
@@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: smoketest.pl,v $
#
-# $Revision: 1.27 $
+# $Revision: 1.28 $
#
-# last change: $Author: vg $ $Date: 2007-12-06 17:17:22 $
+# last change: $Author: ihi $ $Date: 2008-01-15 14:53:17 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -260,7 +260,7 @@ if ( $ARGV[0] ) {
( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
-$id_str = ' $Revision: 1.27 $ ';
+$id_str = ' $Revision: 1.28 $ ';
$id_str =~ /Revision:\s+(\S+)\s+\$/
? ($script_rev = $1) : ($script_rev = "-");
@@ -524,7 +524,7 @@ sub doInstall {
}
else {
if ($is_admin_installation) {
- $Command = "msiexec.exe /a $convertinstallset -qn TARGETDIR=$convertdestdir";
+ $Command = "msiexec.exe /a $convertinstallset -qn TARGETDIR=$convertdestdir ALLUSERS=2";
}
else {
$Command = "msiexec.exe -i $convertinstallset -qn INSTALLLOCATION=$convertdestdir";
@@ -539,7 +539,7 @@ sub doInstall {
else {
if ($is_admin_installation)
{
- $Command = "msiexec.exe /a $installsetpath$file -qn TARGETDIR=$dest_installdir";
+ $Command = "msiexec.exe /a $installsetpath$file -qn TARGETDIR=$dest_installdir ALLUSERS=2";
}
else {
$Command = "msiexec.exe -i $installsetpath$file -qn INSTALLLOCATION=$dest_installdir";