How to run a .msi file using QProcess?
General and Desktop
3
Posts
3
Posters
2.8k
Views
1
Watching
-
I have successfully run .exe files using QProcess but not able to run .msi file. Wondering if there is any restriction, BTW, I am suing Qt 4.7.
I tired different options available in QProcess like:
start(), QProcess::StartDetached(), QProcess::execute() but none of them worked for me. -
"this":http://lmgtfy.com/?q=run+msi+from+command+line might help.