windows installer - Command line to launch setup.EXE with msiexec - Stack Overflow
I have a setup file that is .exe. I am using msiexec /i option to launch the exe file and it throws "This package could not be opened" exception. I like this launch as I can log any errors with /lv option. Is there a command line available to launch setup
stackoverflow.com |