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

Change-Id: Ifc216cef7091bffe5971bed0b0e0ef65a26e87e0
This commit is contained in:
Fridrich Štrba 2013-07-30 10:26:32 +02:00
parent 4e0c83d43c
commit b40012bd6d

View file

@ -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";