pub(super) fn build_file_records(
package_name: &str,
file_rows: &[FileRow],
file_paths: &HashMap<String, PathBuf>,
component_rows: &HashMap<String, ComponentRow>,
directory_paths: &HashMap<String, PathBuf>,
install_root: &Path,
) -> Vec<MsiFileRecord>