Kaydet (Commit) 5bc7a02a authored tarafından Andras Timar's avatar Andras Timar

fdo#40481 run SelectLanguage custom action during silent install, too

üst c41e9c7c
...@@ -471,7 +471,8 @@ WindowsCustomAction gid_Customaction_SelectLanguage ...@@ -471,7 +471,8 @@ WindowsCustomAction gid_Customaction_SelectLanguage
Source = "sellangmsi.dll"; Source = "sellangmsi.dll";
Target = "SelectLanguage"; Target = "SelectLanguage";
Inbinarytable = 1; Inbinarytable = 1;
Assignment1 = ("ControlEvent", "SetupType", "Next", "DoAction", "SelectLanguage", "1", "1"); Assignment1 = ("InstallExecuteSequence", "NOT Installed", "MigrateFeatureStates");
Assignment2 = ("InstallUISequence", "NOT Installed", "MigrateFeatureStates");
End End
WindowsCustomAction gid_Customaction_SortTree 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