deploying CDO objects with application

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

    #1

    deploying CDO objects with application

    I want to ensure that the end user has CDO objects installed on their system
    (using the mail object in the server app) how can i include them in the
    installer to make sure they do have them? thanks


  • Carlos J. Quintero [.NET MVP]

    #2
    Re: deploying CDO objects with application

    From http://systemwebmail.com/faq/1.3.aspx:
    "
    Because SystemWebMail is simply a wrapper around the two COM libraries:
    CDONTS.NewMail (found in the cdonts.dll) and CDO.Message (found in the
    cdosys.dll) you will also need them installed on your server. If you are
    using NT4 or Win9x, the cdonts.dll is installed with the NT4 Option pack or
    with the personal webserver. The cdosys.dll is installed by default on
    Windows 2003 and on Windows XP. It can also be installed by installing
    Microsoft Office.
    "

    --

    Best regards,

    Carlos J. Quintero

    MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
    You can code, design and document much faster.
    Free resources for add-in developers:
    MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.


    "Brian Henry" <nospam@nospam. com> escribió en el mensaje
    news:uS4Cn4qaFH A.3572@TK2MSFTN GP12.phx.gbl...[color=blue]
    >I want to ensure that the end user has CDO objects installed on their
    >system (using the mail object in the server app) how can i include them in
    >the installer to make sure they do have them? thanks
    >[/color]


    Comment

    • Brian Henry

      #3
      Re: deploying CDO objects with application

      Hi Carlos,

      Here is my problem though, it is saying the objects can not be accessed on
      windows XP and 2003 server... and is causing an exception when you try to
      use them.. also outlook 2003 is installed also on all the systems. What
      could be causeing this?!


      "Carlos J. Quintero [.NET MVP]" <carlosq@NOSPAM sogecable.com> wrote in
      message news:u%23WzbH0a FHA.2128@TK2MSF TNGP14.phx.gbl. ..[color=blue]
      > From http://systemwebmail.com/faq/1.3.aspx:
      > "
      > Because SystemWebMail is simply a wrapper around the two COM libraries:
      > CDONTS.NewMail (found in the cdonts.dll) and CDO.Message (found in the
      > cdosys.dll) you will also need them installed on your server. If you are
      > using NT4 or Win9x, the cdonts.dll is installed with the NT4 Option pack
      > or with the personal webserver. The cdosys.dll is installed by default on
      > Windows 2003 and on Windows XP. It can also be installed by installing
      > Microsoft Office.
      > "
      >
      > --
      >
      > Best regards,
      >
      > Carlos J. Quintero
      >
      > MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
      > You can code, design and document much faster.
      > Free resources for add-in developers:
      > http://www.mztools.com
      >
      > "Brian Henry" <nospam@nospam. com> escribió en el mensaje
      > news:uS4Cn4qaFH A.3572@TK2MSFTN GP12.phx.gbl...[color=green]
      >>I want to ensure that the end user has CDO objects installed on their
      >>system (using the mail object in the server app) how can i include them in
      >>the installer to make sure they do have them? thanks
      >>[/color]
      >
      >[/color]


      Comment

      • Carlos J. Quintero [.NET MVP]

        #4
        Re: deploying CDO objects with application

        I don´t know, but surely is addressed at http://www.systemwebmail.com/. It
        covers a lot of problems...

        --

        Best regards,

        Carlos J. Quintero

        MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
        You can code, design and document much faster.
        Free resources for add-in developers:
        MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.



        "Brian Henry" <nospam@newsgro ups.com> escribió en el mensaje
        news:O$Vv4v6aFH A.1152@tk2msftn gp13.phx.gbl...[color=blue]
        > Hi Carlos,
        >
        > Here is my problem though, it is saying the objects can not be accessed on
        > windows XP and 2003 server... and is causing an exception when you try to
        > use them.. also outlook 2003 is installed also on all the systems. What
        > could be causeing this?!
        >
        >[/color]


        Comment

        Working...