4 references to Payload
dotnet (4)
Commands\Workload\Install\MsiInstallerBase.cs (1)
423
Path.GetFileNameWithoutExtension(Log.LogPath) + $"_{msi.Manifest.
Payload
}_{action}.log");
Installer\Windows\MsiPackageCache.cs (2)
68
string msiPath = Path.Combine(Path.GetDirectoryName(manifestPath), Path.GetFileName(msiManifest.
Payload
));
133
string possibleMsiPath = Path.Combine(Path.GetDirectoryName(manifestPath), msiManifest.
Payload
);
Installer\Windows\MsiPayload.cs (1)
33
public string Payload => Manifest.
Payload
;