Sha256: ec6be761c0daf4b73480f672a8637627fc146df54c263554d8e9d083fc4f7924
Contents?: true
Size: 1.06 KB
Versions: 44
Compression:
Stored size: 1.06 KB
Contents
<?xml version="1.0" standalone="yes"?> <BundleConfig> <Property> <Name>AutoSysprep</Name> <Value>No</Value> </Property> <Property> <Name>SetRDPCertificate</Name> <Value>No</Value> </Property> <Property> <Name>SetPasswordAfterSysprep</Name> <% if @auto_gen_password %> <Value>Yes</Value> <% else %> <Value>No</Value> <% end %> </Property> <GeneralSettings> <AutoResponse>false</AutoResponse> <Sysprep version="6.0"> <PreSysprepRunCmd>C:\Program Files\Amazon\Ec2ConfigService\Scripts\BeforeSysprep.cmd</PreSysprepRunCmd> <ExePath>C:\windows\system32\sysprep\sysprep.exe</ExePath> <AnswerFilePath>sysprep2008.xml</AnswerFilePath> <Switches>/oobe /shutdown /generalize</Switches> </Sysprep> <Sysprep version="5.2"> <ExePath>sysprep-AMD64.exe</ExePath> <AnswerFilePath>sysprep-AMD64.inf</AnswerFilePath> <Switches>-quiet -pnp -mini -forceshutdown -reseal</Switches> <DefaultRunInServiceProcess>true</DefaultRunInServiceProcess> </Sysprep> </GeneralSettings> </BundleConfig>
Version data entries
44 entries across 44 versions & 1 rubygems