A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing context, a stack is an ordered pile. A server stack is one type of solution stack — an ordered selection of software that makes it possible to complete a particular task. Like in this post about Add custom exe app to windows image was one problem in server stack that need for a solution. Below are some tips in manage your windows server when you find problem about windows, application, dism, executable, .
Is there possibility to add custom .exe application to Windows 10 image which will run in autostart when i install image on some computer? Either with DISM or ICD?
//EDIT:
App is without installer – its just few files + executable
Yes, copy the files on the computer, then create a batch file here with the command to start your executable: %WINDIR%SetupScriptsSetupComplete.cmd
Windows will start the batch file after Windows setup.