diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-30 10:26:32 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-30 10:26:53 +0200 |
commit | b40012bd6d0b5387005253f1d3f03929ce4d1ac6 (patch) | |
tree | 7bb8eee53b9ba60ae2f9993856ff015f74ce0b8b /solenv | |
parent | 4e0c83d43c2effbeda70313531363dc70a6febf7 (diff) |
Advertized shortcuts somehow don't work well with Windows 7 shell
Change-Id: Ifc216cef7091bffe5971bed0b0e0ef65a26e87e0
Diffstat (limited to 'solenv')
-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"; |