Click or drag to resize

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.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public string FileNameOfPackageMsiFile { get; }

Property Value

String
The package file name.
See Also