Unattended files updated to copy additional tools.

Change-Id: I14759928ec5bd423e47370c330760e0a4dc5b2ce
This commit is contained in:
Dmitry Teselkin 2013-08-07 17:14:50 +04:00
parent da340ae003
commit 605da1d6b5
9 changed files with 42 additions and 22 deletions

View File

@ -105,19 +105,19 @@
<Description>Add dot Net2</Description> <Description>Add dot Net2</Description>
<CommandLine>%WINDIR%\System32\ocsetup.exe NetFx2-ServerCore</CommandLine> <CommandLine>%WINDIR%\System32\ocsetup.exe NetFx2-ServerCore</CommandLine>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>2</Order> <Order>2</Order>
<RequiresUserInput>false</RequiresUserInput> <RequiresUserInput>false</RequiresUserInput>
<Description>Add dot Net3</Description> <Description>Add dot Net3</Description>
<CommandLine>i%WINDIR%\System32\ocsetup.exe NetFx3-ServerCore</CommandLine> <CommandLine>i%WINDIR%\System32\ocsetup.exe NetFx3-ServerCore</CommandLine>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>3</Order> <Order>3</Order>
<RequiresUserInput>false</RequiresUserInput> <RequiresUserInput>false</RequiresUserInput>
<Description>Add dot Net2</Description> <Description>Add dot Net2</Description>
<CommandLine>%WINDIR%\System32\ocsetup.exe NetFx2-ServerCore-WOW64</CommandLine> <CommandLine>%WINDIR%\System32\ocsetup.exe NetFx2-ServerCore-WOW64</CommandLine>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>4</Order> <Order>4</Order>
<RequiresUserInput>false</RequiresUserInput> <RequiresUserInput>false</RequiresUserInput>
<Description>Add dot Net3</Description> <Description>Add dot Net3</Description>
@ -135,7 +135,7 @@
<Description>Add Powershell 2</Description> <Description>Add Powershell 2</Description>
<CommandLine>%WINDIR%\System32\ocsetup.exe MicrosoftWindowsPowerShell-WOW64</CommandLine> <CommandLine>%WINDIR%\System32\ocsetup.exe MicrosoftWindowsPowerShell-WOW64</CommandLine>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>7</Order> <Order>7</Order>
<RequiresUserInput>false</RequiresUserInput> <RequiresUserInput>false</RequiresUserInput>
<Description>Add cmdlets</Description> <Description>Add cmdlets</Description>
@ -174,21 +174,26 @@
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>14</Order> <Order>14</Order>
<CommandLine>%WINDIR%\System32\xcopy.exe m:\Tools %HOMEDRIVE%\Murano\Tools /s /i /y /q</CommandLine>
<Description>Copying content to local folder</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>15</Order>
<CommandLine>%SYSTEMDRIVE%\murano\Files\dotNetFx40_Full_x86_x64.exe /q /norestart</CommandLine> <CommandLine>%SYSTEMDRIVE%\murano\Files\dotNetFx40_Full_x86_x64.exe /q /norestart</CommandLine>
<Description>Installing dotNet 4.0</Description> <Description>Installing dotNet 4.0</Description>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>15</Order> <Order>16</Order>
<CommandLine>%SYSTEMDRIVE%\murano\Files\dotNetFx45_Full_setup.exe /q /norestart</CommandLine> <CommandLine>%SYSTEMDRIVE%\murano\Files\dotNetFx45_Full_setup.exe /q /norestart</CommandLine>
<Description>Installing dotNet 4.5</Description> <Description>Installing dotNet 4.5</Description>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>16</Order> <Order>17</Order>
<Description>Windows post install process with sysprep</Description> <Description>Windows post install process with sysprep</Description>
<CommandLine>%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe -Command &quot;Start-Sleep -s 2; &amp; %SYSTEMDRIVE%\murano\scripts\ws-2008r2-core\wpi.ps1&quot;</CommandLine> <CommandLine>%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe -Command &quot;Start-Sleep -s 2; &amp; %SYSTEMDRIVE%\murano\scripts\ws-2008r2-core\wpi.ps1&quot;</CommandLine>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>17</Order> <Order>18</Order>
<CommandLine>%WINDIR%\System32\net.exe use m: /delete /y</CommandLine> <CommandLine>%WINDIR%\System32\net.exe use m: /delete /y</CommandLine>
<Description>Unmounting network share</Description> <Description>Unmounting network share</Description>
</SynchronousCommand> </SynchronousCommand>

View File

@ -132,21 +132,26 @@
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>7</Order> <Order>7</Order>
<CommandLine>%WINDIR%\System32\xcopy.exe m:\Tools %HOMEDRIVE%\Murano\Tools /s /i /y /q</CommandLine>
<Description>Copying content to local folder</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>8</Order>
<CommandLine>%SYSTEMDRIVE%\murano\Files\dotNetFx40_Full_x86_x64.exe /q /norestart</CommandLine> <CommandLine>%SYSTEMDRIVE%\murano\Files\dotNetFx40_Full_x86_x64.exe /q /norestart</CommandLine>
<Description>Installing dotNet 4.0</Description> <Description>Installing dotNet 4.0</Description>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>8</Order> <Order>9</Order>
<CommandLine>%SYSTEMDRIVE%\murano\Files\dotNetFx45_Full_setup.exe /q /norestart</CommandLine> <CommandLine>%SYSTEMDRIVE%\murano\Files\dotNetFx45_Full_setup.exe /q /norestart</CommandLine>
<Description>Installing dotNet 4.5</Description> <Description>Installing dotNet 4.5</Description>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>9</Order> <Order>10</Order>
<Description>Windows post install process with sysprep</Description> <Description>Windows post install process with sysprep</Description>
<CommandLine>%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe -Command &quot;Start-Sleep -s 2; &amp; %SYSTEMDRIVE%\murano\scripts\ws-2008r2-std\wpi.ps1&quot;</CommandLine> <CommandLine>%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe -Command &quot;Start-Sleep -s 2; &amp; %SYSTEMDRIVE%\murano\scripts\ws-2008r2-std\wpi.ps1&quot;</CommandLine>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>10</Order> <Order>11</Order>
<CommandLine>%WINDIR%\System32\net.exe use m: /delete /y</CommandLine> <CommandLine>%WINDIR%\System32\net.exe use m: /delete /y</CommandLine>
<Description>Unmounting network share</Description> <Description>Unmounting network share</Description>
</SynchronousCommand> </SynchronousCommand>

View File

@ -131,15 +131,20 @@
<Description>Copying content to local folder</Description> <Description>Copying content to local folder</Description>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>8</Order> <Order>7</Order>
<CommandLine>%WINDIR%\System32\net.exe use m: /delete /y</CommandLine> <CommandLine>%WINDIR%\System32\xcopy.exe m:\Tools %HOMEDRIVE%\Murano\Tools /s /i /y /q</CommandLine>
<Description>Unmounting network share</Description> <Description>Copying content to local folder</Description>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>7</Order> <Order>8</Order>
<Description>Windows post install process with sysprep</Description> <Description>Windows post install process with sysprep</Description>
<CommandLine>%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe -Command &quot;Start-Sleep -s 2; &amp; %SYSTEMDRIVE%\murano\scripts\ws-2012-core\wpi.ps1&quot;</CommandLine> <CommandLine>%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe -Command &quot;Start-Sleep -s 2; &amp; %SYSTEMDRIVE%\murano\scripts\ws-2012-core\wpi.ps1&quot;</CommandLine>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>9</Order>
<CommandLine>%WINDIR%\System32\net.exe use m: /delete /y</CommandLine>
<Description>Unmounting network share</Description>
</SynchronousCommand>
</FirstLogonCommands> </FirstLogonCommands>
</component> </component>
</settings> </settings>

View File

@ -131,15 +131,20 @@
<Description>Copying content to local folder</Description> <Description>Copying content to local folder</Description>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>8</Order> <Order>7</Order>
<CommandLine>%WINDIR%\System32\net.exe use m: /delete /y</CommandLine> <CommandLine>%WINDIR%\System32\xcopy.exe m:\Tools %HOMEDRIVE%\Murano\Tools /s /i /y /q</CommandLine>
<Description>Unmounting network share</Description> <Description>Copying content to local folder</Description>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>7</Order> <Order>8</Order>
<Description>Windows post install process with sysprep</Description> <Description>Windows post install process with sysprep</Description>
<CommandLine>%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe -Command &quot;Start-Sleep -s 2; &amp; %SYSTEMDRIVE%\murano\scripts\ws-2012-std\wpi.ps1&quot;</CommandLine> <CommandLine>%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe -Command &quot;Start-Sleep -s 2; &amp; %SYSTEMDRIVE%\murano\scripts\ws-2012-std\wpi.ps1&quot;</CommandLine>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>9</Order>
<CommandLine>%WINDIR%\System32\net.exe use m: /delete /y</CommandLine>
<Description>Unmounting network share</Description>
</SynchronousCommand>
</FirstLogonCommands> </FirstLogonCommands>
</component> </component>
</settings> </settings>