Skip to content

Commit 016a31c

Browse files
committed
[Infinity] Add resource for CopyProfile XML
1 parent f1108d5 commit 016a31c

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

My Project/Resources.Designer.vb

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

My Project/Resources.resx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@
121121
<data name="preparator_image_full" type="System.Resources.ResXFileRef, System.Windows.Forms">
122122
<value>..\Resources\preparator_image_full.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123123
</data>
124+
<data name="UnattendXml_CopyProfile" xml:space="preserve">
125+
<value>&lt;?xml version="1.0" encoding="utf-8"?&gt;
126+
&lt;unattend xmlns="urn:schemas-microsoft-com:unattend"&gt;
127+
&lt;settings pass="specialize"&gt;
128+
&lt;component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
129+
&lt;CopyProfile&gt;true&lt;/CopyProfile&gt;
130+
&lt;/component&gt;
131+
&lt;/settings&gt;
132+
&lt;/unattend&gt;
133+
</value>
134+
<comment>This resource will not be used by Sysprep Preparator until version 0.8</comment>
135+
</data>
124136
<data name="wizard_background" type="System.Resources.ResXFileRef, System.Windows.Forms">
125137
<value>..\Resources\wizard_background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126138
</data>

0 commit comments

Comments
 (0)