can I create an setup file that extracts an msi file to a temporary directory and runs it with options same or similar as were passed for the msi file?
The command line option is
msiexec /i "path of msi file" /qn
can I create an setup file that extracts an msi file to a temporary directory and runs it with options same or similar as were passed for the msi file?
The command line option is
msiexec /i "path of msi file" /qn
There is a free version of installshield for visual studio. It calld indtallshield LE and then you can build setup from within visual studio. The second option is to compress your msi into rar and then create self extract.