Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do you call a .msi file from DOS in win 98 SE

Status
Not open for further replies.

NetworkAdmin

Technical User
Joined
Mar 1, 2002
Messages
13
Location
US
i am creating an SMS package for a piece of 3rd party software. the package works fine on 2000 and XP, but fails on 98se.

i have installed windows installer technology. (instmsiA.exe)

when i double click the msi file the installation begins as expected. but when i try to call the msi file from DOS or a batch file it fails with "bad command or file name".

i have tried...

call heat.msi (from the correct directory)
call e:\heat.msi
run e:\heat.msi
heat.msi (from the correct directory)

everything fails with bad command or file name

any ideas?
 
nevermind... the answer was to use 'start'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top