From ca355c1854824b4f7a3fca747a32280f68125a8c Mon Sep 17 00:00:00 2001 From: gus33000 Date: Sun, 20 Dec 2015 12:29:06 +0100 Subject: [PATCH] Pushing Latest Beta --- bin/MainWindow.xaml | 2 +- bin/askdestinationpath.xaml | 15 +- bin/askrsakey.xaml | 15 +- bin/convertend.xaml | 17 +- bin/converting.xaml | 39 +- bin/dropdown.xaml | 94 +++ bin/dropdown_single.xaml | 38 + bin/esddecrypt.exe | Bin 110592 -> 193536 bytes bin/fileformat.xaml | 15 +- bin/imageformat.xaml | 13 +- bin/main.ps1 | 1435 +++++++++++++++++++++++++++-------- bin/prepconvert.xaml | 33 + bin/recap.xaml | 17 +- bin/rsakey.xaml | 15 +- bin/selectesd.xaml | 28 +- bin/welcome.xaml | 18 +- 16 files changed, 1402 insertions(+), 392 deletions(-) create mode 100644 bin/dropdown.xaml create mode 100644 bin/dropdown_single.xaml create mode 100644 bin/prepconvert.xaml diff --git a/bin/MainWindow.xaml b/bin/MainWindow.xaml index f9bc6e6..d4a6b94 100644 --- a/bin/MainWindow.xaml +++ b/bin/MainWindow.xaml @@ -1,5 +1,5 @@  + Title="Windows Setup ToolKit" Height="562" Width="716" ResizeMode="CanMinimize"> \ No newline at end of file diff --git a/bin/askdestinationpath.xaml b/bin/askdestinationpath.xaml index 9ba358c..9bc3128 100644 --- a/bin/askdestinationpath.xaml +++ b/bin/askdestinationpath.xaml @@ -2,14 +2,15 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="AskDestinationPath"> - + - - - - - + + + + + + - + You can specify a custom Destination Path for your ISO file. diff --git a/bin/askrsakey.xaml b/bin/askrsakey.xaml index a2bb1b1..e33827e 100644 --- a/bin/askrsakey.xaml +++ b/bin/askrsakey.xaml @@ -2,14 +2,15 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="AskRSAKey"> - + - - - - - + + + + + + - + You can specify a custom Crypto Key if the embedded ones can't decrypt your esd file. diff --git a/bin/convertend.xaml b/bin/convertend.xaml index 5bd5879..81ac861 100644 --- a/bin/convertend.xaml +++ b/bin/convertend.xaml @@ -1,15 +1,16 @@  - + Title="Windows Setup ToolKit" Height="562" Width="716" ResizeMode="CanMinimize"> + - - - - - - + + + + + + + diff --git a/bin/converting.xaml b/bin/converting.xaml index 860a440..36faa5e 100644 --- a/bin/converting.xaml +++ b/bin/converting.xaml @@ -1,15 +1,16 @@  - - - - - - - - + Title="Windows Setup ToolKit" Height="562" Width="716" ResizeMode="CanMinimize"> + + + + + + + + + - + This might take a while depending on your computer overall performance. If you selected ESD as the Image format, this can take about 30 minutes on an average PC. Please sit back and relax while we convert your ESD File. @@ -26,29 +27,21 @@ - - - - - - - Decrypting ESD File - - - Gathering Build Informations + + Extracting Main Setup Files - - Extracting Main Setup Files + + Exporting Windows Recovery Environement @@ -74,7 +67,7 @@ Creating the ISO File - diff --git a/bin/dropdown.xaml b/bin/dropdown.xaml new file mode 100644 index 0000000..9eb2990 --- /dev/null +++ b/bin/dropdown.xaml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + x86 Windows Setup: + + x86 Windows Recovery Environement: + + x64 Windows Setup: + + x64 Windows Recovery Environement: + + + We found out that you are trying to combine x64 and x86 versions of Windows. We will include both setups in the same iso, but you need to select which one to use for each architecture in the selection area above. + + + + +