Click or drag to resize

SetupConfigDefaultInstallationDirectory Property

Gets or sets the default path of the installation directory. Use [PROGRAM] as prefix to specify the program files. E.g. "[PROGRAM]\MyCompany\MyApplication\".

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
[DataMemberAttribute]
public string DefaultInstallationDirectory { get; set; }

Property Value

Type: String
See Also