Problem installing Outlook Add-in

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

    Problem installing Outlook Add-in

    Hi

    I have an Outlook add-in solution which includes a setup project. If I
    install the Outlook add-in by right clicking on the setup project and
    sleeting Install then the add-in gets installed fine in Outlook. However if
    I use the setup generated in the setup project Release folder then even
    though setup runs and finishes, the Outlook Add-in does not appear in
    Outlook. What is the problem and how can I fix it?

    Thanks

    Regards


  • John

    #2
    Re: Problem installing Outlook Add-in

    Sorry, forgot to mention, the add-in is written in vs2008 using the outlook
    2008 project template. Thanks.

    "John" <info@nospam.in fovis.co.ukwrot e in message
    news:uJxcJ8mqIH A.1316@TK2MSFTN GP06.phx.gbl...
    Hi
    >
    I have an Outlook add-in solution which includes a setup project. If I
    install the Outlook add-in by right clicking on the setup project and
    sleeting Install then the add-in gets installed fine in Outlook. However
    if I use the setup generated in the setup project Release folder then even
    though setup runs and finishes, the Outlook Add-in does not appear in
    Outlook. What is the problem and how can I fix it?
    >
    Thanks
    >
    Regards
    >

    Comment

    • Ken Slovak - [MVP - Outlook]

      #3
      Re: Problem installing Outlook Add-in

      Not enough information to go on.

      What version of Outlook, what version of Windows?

      Are you installing for "all users" or for "current user"? Are you installing
      the same way with both methods?

      Are you running setup.exe or the msi? Does this happen on the development
      machine or other machines?

      Does the addin show up in the COM Add-Ins dialog? Is it checked? Does it
      show some sort of load error? Are there any entries in any of the event logs
      related to this?

      Are you running as admin or as a user?

      --
      Ken Slovak
      [MVP - Outlook]
      outlook,reminders,security,attachments,extended reminders,messaging,email,calendar,tasks,contacts,Exchange Server

      Author: Professional Programming Outlook 2007
      Reminder Manager, Extended Reminders, Attachment Options



      "John" <info@nospam.in fovis.co.ukwrot e in message
      news:uNiThAnqIH A.3508@TK2MSFTN GP03.phx.gbl...
      Sorry, forgot to mention, the add-in is written in vs2008 using the
      outlook 2008 project template. Thanks.
      >
      "John" <info@nospam.in fovis.co.ukwrot e in message
      news:uJxcJ8mqIH A.1316@TK2MSFTN GP06.phx.gbl...
      >Hi
      >>
      >I have an Outlook add-in solution which includes a setup project. If I
      >install the Outlook add-in by right clicking on the setup project and
      >sleeting Install then the add-in gets installed fine in Outlook. However
      >if I use the setup generated in the setup project Release folder then
      >even though setup runs and finishes, the Outlook Add-in does not appear
      >in Outlook. What is the problem and how can I fix it?
      >>
      >Thanks
      >>
      >Regards
      >>
      >
      >

      Comment

      • John

        #4
        Re: Problem installing Outlook Add-in

        Hi Ken

        Please see inline;

        "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps .orgwrote in message
        news:usuaiosqIH A.420@TK2MSFTNG P02.phx.gbl...
        Not enough information to go on.
        >
        What version of Outlook, what version of Windows?
        Outlook 2007 , Windows XP on development pc.
        Outlook 2003 , Windows XP on production pc.

        Add-in is version 2003
        Are you installing for "all users" or for "current user"? Are you
        installing the same way with both methods?
        Installing for all users and I have set it to default in setup.
        Are you running setup.exe or the msi? Does this happen on the development
        machine or other machines?
        Happens on development. Running setup on production pc also does not work.
        Does the addin show up in the COM Add-Ins dialog? Is it checked? Does it
        show some sort of load error?
        No to all.

        Of course on development if I install from within vs 2008 IDE it works.
        >Are there any entries in any of the event logs related to this?
        Not that I can see.
        Are you running as admin or as a user?
        As Admin.

        Here is the complete project http://www.infovis.biz/EMS2008OutlookAddIn.zip
        (117 KB). Please extract into C:\ folder.

        Many Thanks

        Regards


        Comment

        • Ken Slovak - [MVP - Outlook]

          #5
          Re: Problem installing Outlook Add-in

          I won't be extracting and testing your project.

          If you developed using the Outlook 2007 PIA's the code will not run on
          Outlook 2003. You need to develop on a machine that has the lowest version
          of Outlook you intend to support.

          Do you have the required registry entries for an addin such as LoadBehavior,
          etc?

          --
          Ken Slovak
          [MVP - Outlook]
          outlook,reminders,security,attachments,extended reminders,messaging,email,calendar,tasks,contacts,Exchange Server

          Author: Professional Programming Outlook 2007
          Reminder Manager, Extended Reminders, Attachment Options



          "John" <info@nospam.in fovis.co.ukwrot e in message
          news:OnoziwtqIH A.4788@TK2MSFTN GP03.phx.gbl...
          Hi Ken
          >
          Please see inline;
          >
          "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps .orgwrote in message
          news:usuaiosqIH A.420@TK2MSFTNG P02.phx.gbl...
          >Not enough information to go on.
          >>
          >What version of Outlook, what version of Windows?
          >
          Outlook 2007 , Windows XP on development pc.
          Outlook 2003 , Windows XP on production pc.
          >
          Add-in is version 2003
          >
          >Are you installing for "all users" or for "current user"? Are you
          >installing the same way with both methods?
          >
          Installing for all users and I have set it to default in setup.
          >
          >Are you running setup.exe or the msi? Does this happen on the development
          >machine or other machines?
          >
          Happens on development. Running setup on production pc also does not work.
          >
          >Does the addin show up in the COM Add-Ins dialog? Is it checked? Does it
          >show some sort of load error?
          >
          No to all.
          >
          Of course on development if I install from within vs 2008 IDE it works.
          >
          >>Are there any entries in any of the event logs related to this?
          >
          Not that I can see.
          >
          >Are you running as admin or as a user?
          >
          As Admin.
          >
          Here is the complete project
          http://www.infovis.biz/EMS2008OutlookAddIn.zip (117 KB). Please extract
          into C:\ folder.
          >
          Many Thanks
          >
          Regards
          >

          Comment

          • John

            #6
            Re: Problem installing Outlook Add-in

            Thanks Ken. The registry had a problem.

            Many thanks again.

            Regards

            "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps .orgwrote in message
            news:%23q6bEpuq IHA.4492@TK2MSF TNGP02.phx.gbl. ..
            >I won't be extracting and testing your project.
            >
            If you developed using the Outlook 2007 PIA's the code will not run on
            Outlook 2003. You need to develop on a machine that has the lowest version
            of Outlook you intend to support.
            >
            Do you have the required registry entries for an addin such as
            LoadBehavior, etc?
            >
            --
            Ken Slovak
            [MVP - Outlook]
            outlook,reminders,security,attachments,extended reminders,messaging,email,calendar,tasks,contacts,Exchange Server

            Author: Professional Programming Outlook 2007
            Reminder Manager, Extended Reminders, Attachment Options

            >
            >
            "John" <info@nospam.in fovis.co.ukwrot e in message
            news:OnoziwtqIH A.4788@TK2MSFTN GP03.phx.gbl...
            >Hi Ken
            >>
            >Please see inline;
            >>
            >"Ken Slovak - [MVP - Outlook]" <kenslovak@mvps .orgwrote in message
            >news:usuaiosqI HA.420@TK2MSFTN GP02.phx.gbl...
            >>Not enough information to go on.
            >>>
            >>What version of Outlook, what version of Windows?
            >>
            >Outlook 2007 , Windows XP on development pc.
            >Outlook 2003 , Windows XP on production pc.
            >>
            >Add-in is version 2003
            >>
            >>Are you installing for "all users" or for "current user"? Are you
            >>installing the same way with both methods?
            >>
            >Installing for all users and I have set it to default in setup.
            >>
            >>Are you running setup.exe or the msi? Does this happen on the
            >>development machine or other machines?
            >>
            >Happens on development. Running setup on production pc also does not
            >work.
            >>
            >>Does the addin show up in the COM Add-Ins dialog? Is it checked? Does it
            >>show some sort of load error?
            >>
            >No to all.
            >>
            >Of course on development if I install from within vs 2008 IDE it works.
            >>
            >>>Are there any entries in any of the event logs related to this?
            >>
            >Not that I can see.
            >>
            >>Are you running as admin or as a user?
            >>
            >As Admin.
            >>
            >Here is the complete project
            >http://www.infovis.biz/EMS2008OutlookAddIn.zip (117 KB). Please extract
            >into C:\ folder.
            >>
            >Many Thanks
            >>
            >Regards
            >>
            >

            Comment

            Working...