/// <summary>
 /// Save the data to the Install Log file.
 /// </summary>
 protected void SavePluginLog()
 {
     LogSerializer.SavePluginLog(m_ostActivePlugins);
 }