GeneratorOptionsFirstLogonCommands Property

Gets or sets a collection of commands to run during first log-on.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
C#
public Collection<string> FirstLogonCommands { get; set; }

Property Value

CollectionString
A collection of commands.

Remarks

These commands will run before any scripts specified by the SetupScripts property.

See Also