Run msi thru bat file...
-
Edit the bat file with following command msiexec /i "FileName.bat"
-
The general command line is for an unattended install with a minimum GUI:
msiexec /i _installername.msi_ /qb
If you need to add a Transform file:
msiexec /i _installername.msi_ TRANSFORMS=_transformname.mst_ /qb
All the available options for MSIEXEC can be found by just typing MSIEXEC into a Start/Run box.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
You can run any windows.exe from dos by putting the word 'Start' infront of it. start myfile.msi or start notepad.exe or start http://www.yahoo.com etc
'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous 'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous