Home All Groups Group Topic Archive Search About

Can I install .exe setup file instead of .msi file type?



Author
30 Oct 2007 8:51 AM
mtZalem
normally, the following is the code for installing the software

Const ALL_USERS = True

Set objService = GetObject("winmgmts:")
Set objSoftware = objService.Get("Win32_Product")
errReturn = objSoftware.Install("c:\scripts\database.msi", , ALL_USERS)

In this case, i'm wondering to know that can i install .exe file instead of
..msi file?

AddThis Social Bookmark Button