|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Can I install .exe setup file instead of .msi file type?
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? |
|||||||||||||||||||||||