Kaydet (Commit) 73ec8371 authored tarafından Eilidh McAdam's avatar Eilidh McAdam

Installer logic changed call msi functions on request

Change-Id: Ic73825cab20bd9e56be69531cba6452fe0202b72
üst 013d1e01
......@@ -604,7 +604,7 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
my $allupdatelastsequences = "";
my $allupdatediskids = "";
if ( $installer::globals::iswindowsbuild )
if ( $installer::globals::iswindowsbuild || $installer::globals::packageformat eq 'msi' )
{
if ( $allvariableshashref->{'UPDATE_DATABASE'} )
{
......@@ -625,7 +625,7 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
if (!($installer::globals::is_copy_only_project))
{
if (( $installer::globals::iswindowsbuild ) && ( $installer::globals::packageformat ne "archive" ) && ( $installer::globals::packageformat ne "installed" ))
if ((( $installer::globals::iswindowsbuild ) && ( $installer::globals::packageformat ne "archive" ) && ( $installer::globals::packageformat ne "installed" ) ) || $insaller::globals::packageformat eq 'msi' )
{
installer::windows::msiglobal::set_global_code_variables($languagesarrayref, $languagestringref, $allvariableshashref, $alloldproperties);
}
......
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