how to create WindowsInstaller.Installer object?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike

    how to create WindowsInstaller.Installer object?

    Hi,

    I have an application in which I try to use the installer functions.
    An Installer (WindowsInstall er.Installer) object must be initially created
    to access the installer functions.
    If I use the CreateObject function to create a new instance of Installer I
    will have no problem (see a code below). However, I am wondering about is if
    it is possable to create a new Installer object without using CreateObject?
    Dim msiInstaller As WindowsInstalle r.Installer
    Set msiInstaller = CreateObject("W indowsInstaller .Installer")

    Any ideas?

    Regards,
    Mike
Working...