pub(super) fn build_component_records( package_name: &str, component_rows: &HashMap<String, ComponentRow>, directory_paths: &HashMap<String, PathBuf>, file_paths: &HashMap<String, PathBuf>, ) -> Vec<MsiComponentRecord>