« Previous Next »

Thread: comObject32 problem

Last post 07-13-2009 1:54 PM by davcox. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 04-24-2009, 9:50 AM

    • swjensen
    • Not Ranked
    • Joined on 11-16-2002, 7:08 AM
    • Posts 1

    comObject32 problem

    I'm having problems installing a comObject32 from a package on a x64 machine.

    For testing purposes I set up the following commands in batfile, creating the package and installing the component locally but through the agent service:

    del c:\temp\package_local_comObject32_MSDeployTest.zip 

    regsvr32  D:\resources\com\Writer.dll

    msdeploy -verb:sync
    -source:comObject32="Project1.WriteComponent"
    -dest:package=c:\temp\package_local_comObject32_MSDeployTest.zip

    regsvr32  D:\resources\com\Writer.dll /u

    msdeploy -verb:sync
    -source:package=c:\temp\package_local_comObject32_MSDeployTest.zip
    -dest:auto,computerName=myLocalMachine

     

    I get 31 actions adding the reg keys after the first msdeploy command, but after the last command I get an error:

    Error:  Registry key 'Project1.WriteComponent' is invalid

    regards

     swjensen

  • 07-13-2009, 1:54 PM In reply to

    • davcox
    • Top 50 Contributor
    • Joined on 07-21-2006, 2:28 PM
    • Redmond
    • Posts 206

    Re: comObject32 problem

    There are some known issues with the comObject32 provider in the RC release.  These are fixed in the RTW release (coming soon).  Sorry about that.  Did you figure out a workaround?  (If not, I'll find one for you)

Page 1 of 1 (2 items)