PackageInfoFileNameOfPackageMsiFile Property |
Gets the name of the package .msi file. If the property dictionary contain a property named 'FileName', then the value of this property is returned.
Otherwise, the old behavior 'AltaxoBinaries-' and version is used.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public string FileNameOfPackageMsiFile { get; }
Property Value
StringThe package file name.
See Also