Microsoft Office Automation - Deployment

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MickT
    New Member
    • Feb 2007
    • 28

    Microsoft Office Automation - Deployment

    I have created a VB.NET application. A number of reports may generated from a form, and 2 of them use office automation to create reports in WORD templates.

    The reports work well, but I have 2 querie about deployment on target machines.

    1. I can't find a way for the application to check for the installation of WORD on the target machine, so that the report can exit cleanly if it is not installed.

    2. Do I have to install WORD PIA's on the target machine? If so, how do I establish which version of the PIA's to install? How is the installation carried out?

    I have searched Microsoft site, and others, but have not been able to find a solution to these queries.
  • aryanbs
    New Member
    • Mar 2009
    • 42

    #2
    Installed or not??

    Registry or this link?

    Q&A, June 2002, 'Determine If Word is Installed', by Karl E. Peterson


    Sorry it uses late binding

    Second Question

    Primary Interop Assembly not needed, but what you need to make sure is client has installed Microsoft Word, thats all

    I think :)

    Comment

    • MickT
      New Member
      • Feb 2007
      • 28

      #3
      Many thanks for your help.

      Comment

      Working...