Skip to content
Shaun Hoffer edited this page Dec 6, 2025 · 5 revisions

Welcome to the AutoWinInstaller wiki!

Information about the application

  • 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

Building the application

  1. Clone the repository
  2. 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
  3. Build the project
  4. And you are done!

To-do list

  • Build the application for both the 32-bit and 64-bit architectures (please refer to this page for more information)

Clone this wiki locally