AriaDeploy is a Tool for Deploying Windows Systems in Enterprise Environments
AriaDeploy transfers captured .wim images over the network using Aria2, a bittorrent client, and automates common deployment tasks, such as the installation of drivers, onto heterogeneous hardware systems.
Currently AriaDeploy supports all Windows 7-10 x86/x64 and server images, both RTM and custom, for deployment on BIOS/UEFI systems.
- Focuses on providing completely automatic deployment
- Aims to be a zero-configuration tool for automating simple deployments
- Supports complicated scenarios using customizable config.ini files and custom scripts
- Aims to be trivial to get started
- Supports automated configuration of drivers/disk partitioning/OOBE "out of the box"
- Seamlessly integrates into existing workflows
- Supports deployments in heterogeneous booting/pe/hardware environments transparently
- Eliminates dependency on fragile and configuration intensive multi-casting technology
- Excellent performance whether deploying to 5 or 500 computers
- Has minimal external dependencies
- Transparent design built using Free Open Source Software and industry standard tools (ADK)
- will deploy images in the standard Windows Imaging Format (.wim) and Electronic Software Delivery (.esd) formats
- will reformat the main disk on the target systems as specified (normal or minimalistic)
- will automate the installation of drivers
- will make the target systems bootable post deployment using WinPE boot mode information and ADK tools
- will automate oobe when provided with an unattend.xml file
- allow for asynchronous deployments, unlike traditional server-clients using the high-configuration mulitcasting model
- is designed to integrate into existing MDT and SCCM workflows, including those involving Active Directory
- will not capture images or deploy virtual disks (vhd/vmdk files)
- will NOT preserve user data on target systems
- will not download ADKs or the correct drivers for you
- will not determine that windows version X cannot boot as configured on target system Y due to incompatibility Z
- will not auto-generate unattend.xml files (use MDT for that instead) or input the correct product key for you in the provided unattend.xml templates
- is a tool, not a full system lifecycle deployment solution
- is not dependent upon WDS/MDT/SCCM/Active Directory
AriaDeploy does not currently support client-side selection of images (only selecting a single image server-side).
- (optional) Download drivers for your hardware model(s) from Dell, Lenovo and HP
- (optional) Extract to some folder like D:\Drivers\Dell\Optiplex9010\Win7\x64
- Double click on AriaDeploy.exe
- Select your wim image created using DISM/MDT
- (optional) Select the drivers folder from step 2 (D:\Drivers\Dell\Optiplex9010\Win7\x64)
- (optional) Select the type of unattend.xml file to use, an RTM one or a custom one
- Click on "Start"
- (optional) Start FTP server
- Boot target systems using Windows PE (any version of PE 3.x+ using any boot method: usb drives/cds/PXE)
- Map network drive from within Windows PE (or use the included script to do this automatically using FTP)
- Start Y:\client\AriaDeployClient.bat (or use the included setEnviornment.bat to do this automatically)
Click here or on "releases" at the top to download the latest release
For the latest non-release ready version, click on "Download ZIP" at the top
For detailed documentation please see Aria Deploy's Documentation
I have bundled most of the dependencies into the installer, but due to the ADK's non-redistributable clause, I cannot provide prebuilt WinPE images (part of the ADK) for use with AriaDeploy. For similar reasons, I also cannot provide full unattend.xml files, only templates for them.
- Download and extract AriaDeploy to workspace\AriaDeploy
- Download and install the ADK for Windows 10 and/or Windows 8.1Update, and/or [Win7's AIK] (//www.microsoft.com/en-us/download/details.aspx?id=5753) and supplement Having all 3 is prefered for maximum flexibility but just one of the above will also work.
- (optional) While waiting for the ADKs to download/install (takes a while), go download drivers for WinPE from Dell, Lenovo and HP
- (optional) extract the PE drivers to the appropriate folders: AriaDeploy\drivers\WinPE\5_x\x64 or 10_x86
- (optional) Also get the generic RTM unattend.xml files and here for the MS license keys to use when deploying systems
- (optional) Input the MS keys into the unattend.RTM.xml files
- Share the workspace folder of workspace\AriaDeploy via read-only CIFS (suggested share name=AriaDeploy$)
- (optional) For automatic drive mapping, install an FTP server and share workspace\AriaDeploy\client\resources over ftp 9.5. (optional) update workspace\AriaDeploy\client\resources\credentialsForNetworkDrive.txt
- After the ADK finishes installing, double click on AriaDeploy.exe
- "Installation" script to build Windows PE wim/iso and transfer the relevant files -in progress
- Support for deployment on heterogeneous hardware systems (via adding WMI packages to WinPE) -done
- "Deployment-on-a-stick" scenarios -in progress
- Automated deployment image and tools integration into recovery partitions (this is useful to OEMs)
- AriaDeploy for OS/X (will be a while)
Note: The current focus of development is on automation-related tasks, documentation and bug fixes (not features).
Current Version: 0.4.1rc-1
In Development: 0.4.1rc-2
::2.0.0 added partial mac support (no drivers)(?) winpe/dism not licensed for use on non-windows systems,
::gparted can HFS+, rEFInd can boot, live distros are common, just need to find one that can access NFS/CIFS shares easily
::might need to convert batch script to .sh so maybe AriaDeployForMac
::1.2.0 added optional 7zip deployment scenario
::1.1.0 added OEM recovery partition integration
::1.0.0 formalized and streamlined "deployment on a stick" and installer scenarios
0.4.1 added heterogeneous hardware support using WMI, (requires WMI components in PE images however), made server BitTorrent client agnostic, bug fixed AriaDeploy.exe
0.4.0 added theoretical support for "deployment on a stick" scenarios (by replacing qTorrent with py3bt_tracker), made server architecture agnostic, bug fixed AriaDeploy.exe
0.3.1 refractored code, improved overall reliability, created "installer", switched to FOSS qTorrent over uTorrent for server aspect and reduced requirements
0.3 refractored code, addedUI, improved client side reliability, changed name to "AriaDeploy"
0.2 refractored code, added server component, improved scalability (architecture agnostic using Aria instead of uTorrent3.3)
0.1 "massDeploy" concept art using uTorrent 3.3/psutils, client side only
Pick your License: GPL (any)