3 types derived from InstallerBase
dotnet (3)
Commands\Workload\Install\MsiInstallerBase.cs (1)
27bool verifySignatures, IReporter reporter = null) : InstallerBase(elevationContext, logger, verifySignatures)
Commands\Workload\Install\WorkloadInstallRecords\RegistryWorkloadInstallationRecordRepository.cs (1)
20internal class RegistryWorkloadInstallationRecordRepository : InstallerBase, IWorkloadInstallationRecordRepository
Installer\Windows\MsiPackageCache.cs (1)
22bool verifySignatures, string packageCacheRoot = null) : InstallerBase(elevationContext, logger, verifySignatures)