Advertized shortcuts somehow don't work well with Windows 7 shell
Change-Id: Ifc216cef7091bffe5971bed0b0e0ef65a26e87e0
This commit is contained in:
parent
4e0c83d43c
commit
b40012bd6d
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue