Kaydet (Commit) 0a76a41a authored tarafından Juergen Funk's avatar Juergen Funk Kaydeden (comit) Thorsten Behrens

tdf#100929 - Windows Installer: "ADDLOCAL=ALL" doesn't set all features

The CustomAction "SelectLangauge" overrides the ADDLOCAL-switch.
When ADDLOCAL is set, skip the CustomAction "SelectLanguage"

Change-Id: I716349a0645e2f8dd193103b35028e493ca8e3a1
Reviewed-on: https://gerrit.libreoffice.org/27230Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
Tested-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 299b9377
......@@ -189,8 +189,8 @@ WindowsCustomAction gid_Customaction_SelectLanguage
Source = "sellangmsi.dll";
Target = "SelectLanguage";
Inbinarytable = 1;
Assignment1 = ("InstallExecuteSequence", "NOT Installed", "MigrateFeatureStates");
Assignment2 = ("InstallUISequence", "NOT Installed", "MigrateFeatureStates");
Assignment1 = ("InstallExecuteSequence", "NOT Installed And ADDLOCAL=\"\"", "MigrateFeatureStates");
Assignment2 = ("InstallUISequence", "NOT Installed And ADDLOCAL=\"\"", "MigrateFeatureStates");
End
WindowsCustomAction gid_Customaction_SortTree
......
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