Is there a way to run silently .msu installation from code?
I know it's possible with msi files, but when I run .msu, it fails.
Thanks in advanced
|
Is there a way to run silently .msu installation from code? I know it's possible with msi files, but when I run .msu, it fails. Thanks in advanced
| |||
|
feedback
|
|
It depends on what you mean by "from code". If you are willing to run a separate EXE (rather than invoke an API), then you can use
| |||
|
feedback
|