Kaydet (Commit) b40012bd authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Advertized shortcuts somehow don't work well with Windows 7 shell

Change-Id: Ifc216cef7091bffe5971bed0b0e0ef65a26e87e0
üst 4e0c83d4
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment