docs
This commit is contained in:
parent
2a38e650e6
commit
0628f46073
38
README.md
38
README.md
@ -132,7 +132,7 @@ cd ..
|
||||
|
||||
[GIT for windows website](https://git-scm.com)
|
||||
|
||||
Download latest 64bit exe file from: https://github.com/git-for-windows/git/releases and save it in your "Downloads" folder.
|
||||
Download latest 64bit exe file from: https://git.com/git-for-windows/git/releases and save it in your "Downloads" folder.
|
||||
|
||||
Create the GIT configfile for the setup program (use notepad):
|
||||
```text
|
||||
@ -215,11 +215,13 @@ You can download almost all needed software with the script "01_DownloadAll.cmd"
|
||||
|
||||
To do this execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install
|
||||
cd /D %USERPROFILE%\workspace\git\w10install
|
||||
01_DownloadAll.cmd
|
||||
|
||||
```
|
||||
|
||||
Alternatively you can download everything seperately (see chapters below)
|
||||
|
||||
|
||||
## 4.1 Basic software
|
||||
|
||||
@ -227,7 +229,7 @@ The "basic" software is needed to make this work.
|
||||
|
||||
Execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install\software
|
||||
cd /D %USERPROFILE%\workspace\git\w10install\software
|
||||
download-from-source.cmd basic
|
||||
|
||||
```
|
||||
@ -241,7 +243,7 @@ This contains firefox and some addons ...
|
||||
|
||||
To download it execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install\software
|
||||
cd /D %USERPROFILE%\workspace\git\w10install\software
|
||||
download-from-source.cmd browser
|
||||
|
||||
```
|
||||
@ -255,7 +257,7 @@ This contains optional software. For e.g.: Purebasic, TotalCommander, em-Client,
|
||||
|
||||
To download it execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install\software
|
||||
cd /D %USERPROFILE%\workspace\git\w10install\software
|
||||
download-from-source.cmd optional
|
||||
|
||||
```
|
||||
@ -300,7 +302,7 @@ The ISO file must be extacted to the disk now. The files will be place in c:\tem
|
||||
|
||||
Just execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install
|
||||
cd /D %USERPROFILE%\workspace\git\w10install
|
||||
02_ExtractIso.cmd software\Win10_20H2_English_x64.iso
|
||||
|
||||
```
|
||||
@ -325,7 +327,7 @@ FTP_PASS=mypass
|
||||
|
||||
```
|
||||
|
||||
The folder "personal" is also used by some other scripts in this project. You can place config files or license files in this folder (This will be described in detail in some other chapters). It may be a good idea to have this folder ("personal") as GIT repository on github or somewhere else - just my 50 cents.
|
||||
The folder "personal" is also used by some other scripts in this project. You can place config files or license files in this folder (This will be described in detail in some other chapters). It may be a good idea to have this folder ("personal") as GIT repository on git or somewhere else - just my 50 cents.
|
||||
|
||||
There is also a folder "company" which can be used for license files and special binaries. I'm also recommending to create a git repository that will be checked out by you just before creating the target media.
|
||||
|
||||
@ -340,7 +342,7 @@ Lets say you want to upload all browser related software to your private ftp ser
|
||||
|
||||
Execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install\software
|
||||
cd /D %USERPROFILE%\workspace\git\w10install\software
|
||||
upload-to-ftp.cmd browser
|
||||
|
||||
```
|
||||
@ -354,7 +356,7 @@ Lets say you want to upload the driver software for the WFC5210 printer to your
|
||||
|
||||
Execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install\software
|
||||
cd /D %USERPROFILE%\workspace\git\w10install\software
|
||||
upload-to-ftp-singlefile.cmd WFC5210-setup.exe
|
||||
|
||||
```
|
||||
@ -368,7 +370,7 @@ When you have uploaded the entire software to your private ftp server you can do
|
||||
|
||||
Just execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install\software
|
||||
cd /D %USERPROFILE%\workspace\git\w10install\software
|
||||
download-from-ftp.cmd basic
|
||||
download-from-ftp.cmd browser
|
||||
download-from-ftp.cmd optional
|
||||
@ -385,7 +387,7 @@ This is needed to be able to edit the Microsoft XML files (needed for unattended
|
||||
|
||||
To install it just execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install\scripts
|
||||
cd /D %USERPROFILE%\workspace\git\w10install\scripts
|
||||
install-adk.cmd
|
||||
|
||||
```
|
||||
@ -395,7 +397,7 @@ install-adk.cmd
|
||||
Creating a new windows image and removing "builtin" packages needs a tool called "install_wim_tweak". To install this tool an some others just execute:
|
||||
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install\scripts
|
||||
cd /D %USERPROFILE%\workspace\git\w10install\scripts
|
||||
unpack-zipfiles.cmd
|
||||
|
||||
```
|
||||
@ -415,7 +417,7 @@ This is a very long running and CPU intensive task. I recommend a 3 GHZ six core
|
||||
|
||||
Execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install
|
||||
cd /D %USERPROFILE%\workspace\git\w10install
|
||||
03_MakeAll.cmd
|
||||
|
||||
```
|
||||
@ -437,7 +439,7 @@ Please use a fast USB 3 stick. The size should be 16 GB or more (you could use 8
|
||||
|
||||
To create it execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install
|
||||
cd /D %USERPROFILE%\workspace\git\w10install
|
||||
06_FormatStick.cmd
|
||||
|
||||
```
|
||||
@ -483,7 +485,7 @@ The next script needs the ISO file again and will prepare the boot media with al
|
||||
|
||||
Execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install
|
||||
cd /D %USERPROFILE%\workspace\git\w10install
|
||||
07_PrepareStick.cmd D: software\Win10_20H2_English_x64.iso
|
||||
|
||||
```
|
||||
@ -494,7 +496,7 @@ Example run:
|
||||
Create USB Stick ...
|
||||
====================
|
||||
using drive D: ...
|
||||
using image C:\Users\support\workspace\github\w10install\software\Win10_20H2_English_x64.iso ...
|
||||
using image C:\Users\support\workspace\git\w10install\software\Win10_20H2_English_x64.iso ...
|
||||
mounting disk image (iso) with powershell ...
|
||||
|
||||
[...]
|
||||
@ -521,7 +523,7 @@ Now it's time to copy the custom windows image, alls scripts and additional 3rd
|
||||
|
||||
Execute:
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install
|
||||
cd /D %USERPROFILE%\workspace\git\w10install
|
||||
08_Copy2Stick.cmd D:
|
||||
|
||||
```
|
||||
@ -580,7 +582,7 @@ READY.
|
||||
In case you need an ISO image you can create it with the following command:
|
||||
|
||||
```dos
|
||||
cd /D %USERPROFILE%\workspace\github\w10install
|
||||
cd /D %USERPROFILE%\workspace\git\w10install
|
||||
09_MakeIso.cmd D:
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user