File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ answer file.
10
10
11
11
To specify the install method, you set the [ ` GeneratorOptions.InstallOptions ` ] [ ] property to an
12
12
instance of the [ ` CleanEfiOptions ` ] [ ] , [ ` CleanBiosOptions ` ] [ ] , [ ` ExistingPartitionOptions ` ] [ ] , or
13
- ` ManualOptions ` class. Additional options that are specific to an install method, such as partition
14
- layout or optional features, are set in those classes.
13
+ [ ` ManualInstallOptions ` ] [ ] class. Additional options that are specific to an install method, such as
14
+ partition layout or optional features, are set in those classes.
15
15
16
16
Leave the [ ` GeneratorOptions.InstallOptions ` ] [ ] set to null to generate an answer file for a
17
17
pre-installed image, such as one created by sysprep or DISM tools.
@@ -49,3 +49,4 @@ For more information, check out the
49
49
[ `Generator.Generate` ] : https://www.ookii.org/docs/answerfile-1.1/html/Overload_Ookii_AnswerFile_Generator_Generate.htm
50
50
[ `GeneratorOptions.InstallOptions` ] : https://www.ookii.org/docs/answerfile-1.1/html/P_Ookii_AnswerFile_GeneratorOptions_InstallOptions.htm
51
51
[ `GeneratorOptions` ] : https://www.ookii.org/docs/answerfile-1.1/html/T_Ookii_AnswerFile_GeneratorOptions.htm
52
+ [ `ManualInstallOptions` ] : https://www.ookii.org/docs/answerfile-1.1/html/T_Ookii_AnswerFile_ManualInstallOptions.htm
You can’t perform that action at this time.
0 commit comments