Kaydet (Commit) a001eab0 authored tarafından YiiChang Yen's avatar YiiChang Yen Kaydeden (comit) Samuel Mehrbrodt

Fix MSI comment when productname contains whitespace

Change-Id: I5c6383cd383eef02cc9e8a6f4798b928763e46c6
Reviewed-on: https://gerrit.libreoffice.org/11994Reviewed-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
üst 67c9d054
...@@ -625,7 +625,7 @@ sub write_summary_into_msi_database ...@@ -625,7 +625,7 @@ sub write_summary_into_msi_database
my $title = "\"Installation database\""; my $title = "\"Installation database\"";
my $author = get_author_for_sis(); my $author = get_author_for_sis();
my $subject = get_subject_for_sis($allvariableshashref); my $subject = get_subject_for_sis($allvariableshashref);
my $comment = $allvariableshashref->{'PRODUCTNAME'}; my $comment = "\"" . $allvariableshashref->{'PRODUCTNAME'} ."\"";
my $keywords = "\"Install,MSI\""; my $keywords = "\"Install,MSI\"";
my $appname = "\"Windows Installer\""; my $appname = "\"Windows Installer\"";
my $security = get_security_for_sis(); my $security = get_security_for_sis();
......
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