Is it possible to create an MSI file that installs in silent mode? I mean without displaying any GUI the installation runs in a background thread and without any user interaction?
Printable View
Is it possible to create an MSI file that installs in silent mode? I mean without displaying any GUI the installation runs in a background thread and without any user interaction?
Try with this in run.
msiexec /package "abc.msi" /quiet