How to Create an Automatic Installation USB Stick

installationusb

What is the best way to create automatic installation usb stick? I want to load some .exe files to usb stick and install everything with one click. What approach/tools/language are the best for that?

Best Answer

There are very many tool to create an installer e.g. Five apps for creating installation packages

After creating the *.msi package and copying it to USB stick just write such a Autorun.ini file like:

[autorun] 
open=setup.exe 
icon=setup.exe,0
label=My install USB
Related Question