-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Shaun Hoffer edited this page Dec 6, 2025
·
5 revisions
Welcome to the AutoWinInstaller wiki!
- Made in C++
- Is a console based application
- Uses the Windows API to automate the installation
- Uses system-based utilities for the partitioning and writing of the image parts
- Can only be run on Windows and 64-bit architectures
- Releases for the 32-bit architectures will come soon! (please refer to this page for more information)
- Tested on a Windows PE Recovery Image
- Clone the repository
- Open the project in Visual Studio
- Ensure to have the Windows SDK installed
- Ensure to have the needed components installed
- Ensure that you have the latest version of Visual Studio
- Build the project
- And you are done!
- Build the application for both the 32-bit and 64-bit architectures (please refer to this page for more information)