Skip to content

Commit

Permalink
V1.4.9 initial functionality for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
govido committed Feb 3, 2021
1 parent faa5618 commit 253730e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 92 deletions.
78 changes: 0 additions & 78 deletions MDTp 1.5 installer/Changelog 1.5.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
<variable name="DestinationOSInstallType" property="DestinationOSInstallType">ByVariable</variable>
<variable name="OSGUID" property="OSGUID">{258714ba-57bd-4a7b-bf56-c387e7c213fb}</variable>
</globalVarList>
<step type="SMS_TaskSequence_SetVariableAction" name="AdminPassword_local" description="" disable="false" continueOnError="false" successCodeList="0 3010">
<defaultVarList>
<variable name="VariableName" property="VariableName">AdminPassword</variable>
<variable name="VariableValue" property="VariableValue">PASSW0RD</variable>
</defaultVarList>
<action>cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"</action>
</step>
<group expand="true" name="MDTp_Set_Custom_Variables" description="" disable="false" continueOnError="false">
<action />
<step type="SMS_TaskSequence_SetVariableAction" name="AdminPassword_local" description="" disable="false" continueOnError="false" successCodeList="0 3010">
<defaultVarList>
<variable name="VariableName" property="VariableName">AdminPassword</variable>
<variable name="VariableValue" property="VariableValue">PASSW0RD</variable>
</defaultVarList>
<action>cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"</action>
</step>
</group>
<group name="Initialization" disable="false" continueOnError="false" description="Initialize the TS environment" expand="true">
<step type="BDD_Gather" name="Gather local only" disable="false" continueOnError="false" successCodeList="0 3010" description="" startIn="">
<defaultVarList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
<step type="SMS_TaskSequence_SetVariableAction" name="DomainAdminPassword" description="" disable="false" continueOnError="false" successCodeList="0 3010">
<defaultVarList>
<variable name="VariableName" property="VariableName">DomainAdminPassword</variable>
<variable name="VariableValue" property="VariableValue"></variable>
<variable name="VariableValue" property="VariableValue">SecretPassword</variable>
</defaultVarList>
<action>cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"</action>
</step>
<step type="SMS_TaskSequence_SetVariableAction" name="AdminPassword_local" description="" disable="false" continueOnError="false" successCodeList="0 3010">
<defaultVarList>
<variable name="VariableName" property="VariableName">AdminPassword</variable>
<variable name="VariableValue" property="VariableValue"></variable>
<variable name="VariableValue" property="VariableValue">SecretPassword</variable>
</defaultVarList>
<action>cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"</action>
</step>
Expand Down Expand Up @@ -71,7 +71,7 @@
<step type="SMS_TaskSequence_SetVariableAction" name="ProductKey" description="Windows_10_Key" disable="false" continueOnError="false" successCodeList="0 3010">
<defaultVarList>
<variable name="VariableName" property="VariableName">ProductKey</variable>
<variable name="VariableValue" property="VariableValue"></variable>
<variable name="VariableValue" property="VariableValue">YOURwindowsKEY</variable>
</defaultVarList>
<action>cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"</action>
</step>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
<step type="SMS_TaskSequence_SetVariableAction" name="DomainAdminPassword" description="" disable="false" continueOnError="false" successCodeList="0 3010">
<defaultVarList>
<variable name="VariableName" property="VariableName">DomainAdminPassword</variable>
<variable name="VariableValue" property="VariableValue"></variable>
<variable name="VariableValue" property="VariableValue">SecretPassword</variable>
</defaultVarList>
<action>cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"</action>
</step>
<step type="SMS_TaskSequence_SetVariableAction" name="AdminPassword_local" description="" disable="false" continueOnError="false" successCodeList="0 3010">
<defaultVarList>
<variable name="VariableName" property="VariableName">AdminPassword</variable>
<variable name="VariableValue" property="VariableValue"></variable>
<variable name="VariableValue" property="VariableValue">SecretPassword</variable>
</defaultVarList>
<action>cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"</action>
</step>
Expand Down Expand Up @@ -71,7 +71,7 @@
<step type="SMS_TaskSequence_SetVariableAction" name="ProductKey" description="Windows_10_Key" disable="false" continueOnError="false" successCodeList="0 3010">
<defaultVarList>
<variable name="VariableName" property="VariableName">ProductKey</variable>
<variable name="VariableValue" property="VariableValue"></variable>
<variable name="VariableValue" property="VariableValue">YOURwindowsKEY</variable>
</defaultVarList>
<action>cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"</action>
</step>
Expand Down
Binary file modified MDTp 1.5 installer/MDTp_Tools/SW_MDTp_Tool/MDTp_Tool.ps1
Binary file not shown.
2 changes: 1 addition & 1 deletion MDTp 1.5 installer/MDTp_Tools/SW_MDTp_Tool/Main.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<ComboBox HorizontalAlignment="Left" VerticalAlignment="Top" Width="240" Margin="5,5,5,5" Name="ts_db_combobox"/>
<Label HorizontalAlignment="Left" VerticalAlignment="Top" Content="Custom drivers (NONE for automatic mainboard detection):" Margin="5,5,5,5" ToolTip="Select driver folder if some PCs use special driver packs (eg. GPU, special PCI-E Cards)"/>
<ComboBox HorizontalAlignment="Left" VerticalAlignment="Top" Width="240" Margin="5,5,5,5" Name="drivergroup_combobox"/>
<Label HorizontalAlignment="Left" VerticalAlignment="Top" Content="PC domainjoin OU:" Margin="5,5,5,5" ToolTip="This OU MUST exist in AD, existing AD-PCs OU won't be affected"/>
<Label HorizontalAlignment="Left" VerticalAlignment="Top" Content="PC domainjoin OU: (deprecated, TS is used for more flexibilty)" Margin="5,5,5,5" ToolTip="This OU MUST exist in AD, existing AD-PCs OU won't be affected"/>
<TextBox HorizontalAlignment="Left" VerticalAlignment="Top" Height="26" Width="390" TextWrapping="Wrap" Margin="5,5,5,5" Name="pc_ou_db_text"/>
</StackPanel>
<StackPanel Name="buttons" Grid.Row="0" Grid.Column="2" Orientation="Vertical" HorizontalAlignment="Stretch" Margin="5,5,5,5">
Expand Down

0 comments on commit 253730e

Please sign in to comment.