diff options
-rw-r--r-- | solenv/bin/modules/installer/windows/property.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm index c5e77510cc51..2244c8b61bf4 100644 --- a/solenv/bin/modules/installer/windows/property.pm +++ b/solenv/bin/modules/installer/windows/property.pm @@ -269,6 +269,9 @@ sub set_important_properties $onepropertyline = "DONTOPTIMIZELIBS" . "\t" . "0" . "\n"; push(@{$propertyfile}, $onepropertyline); + $onepropertyline = "DISABLEADVTSHORTCUTS" . "\t" . "1" . "\n"; + push(@{$propertyfile}, $onepropertyline); + if ( $installer::globals::officedirhostname ) { my $onepropertyline = "OFFICEDIRHOSTNAME" . "\t" . $installer::globals::officedirhostname . "\n"; |