summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-09-15 01:40:20 -0700
committerAndras Timar <andras.timar@collabora.com>2013-09-15 01:40:20 -0700
commitc11fb183d6ff4194516245e4bf6272cae21f8a92 (patch)
treed294f70c3c1c30a130e1543c7725d328b4c60256
parent7abbe8b49249c640796d7488b09bd035e543d906 (diff)
build full installset instead of patch
Change-Id: I515d81a35659df36c90e40992fd0c21f59f0feaf
-rw-r--r--instsetoo_native/util/openoffice.lst2
-rw-r--r--solenv/bin/modules/installer/globals.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/instsetoo_native/util/openoffice.lst b/instsetoo_native/util/openoffice.lst
index 546c5fbb307a..9f948d57342e 100644
--- a/instsetoo_native/util/openoffice.lst
+++ b/instsetoo_native/util/openoffice.lst
@@ -30,7 +30,7 @@ Globals
REGISTRYLAYERNAME Layers
SERVICEPACK 1
UPDATE_DATABASE 1
- CREATE_MSP_INSTALLSET 1
+ CREATE_MSP_INSTALLSET 0
UPDATE_DATABASE_LISTNAME finals_instsetoo.txt
PACKAGEMAP package_names.txt,package_names_ext.txt
WINDOWSPATCHLEVEL 15
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm
index 5687b4347e98..8cf519dcd201 100644
--- a/solenv/bin/modules/installer/globals.pm
+++ b/solenv/bin/modules/installer/globals.pm
@@ -230,7 +230,7 @@ BEGIN
$fix_number_of_cab_files = 1;
$cabfilecompressionlevel = 21; # Using LZX compression, possible values are: 15 | 16 | ... | 21 (best compression)
$number_of_cabfiles = 1; # only for $fix_number_of_cab_files = 1
- $include_cab_in_msi = 0;
+ $include_cab_in_msi = 1;
$msidatabasename = "";
$prepare_winpatch = 0;
$previous_idt_dir = "";