tag:blogger.com,1999:blog-9537945.post1152775049123269702..comments2008-07-03T09:00:50.140-05:00Comments on DeploymentEngineering.com - The Blog: VSTO Lessons LearnedChristopher Painterhttp://www.blogger.com/profile/12167478740431444267noreply@blogger.comBlogger6125tag:blogger.com,1999:blog-9537945.post-72273926599613699762008-07-03T09:00:00.000-05:002008-07-03T09:00:00.000-05:00ActiveSetup has a similar notion of detecting delt...ActiveSetup has a similar notion of detecting deltas between HKLM and HKCU.<BR/><BR/>The differences are<BR/><BR/>1) It can be used for more then just Office 2007<BR/><BR/>2) It'll run a program instead of replicating registry data<BR/><BR/>In this scenario we don't need to support other programs and we don't need to actually run code since we only need simple registry replication.Christopher Painterhttp://www.blogger.com/profile/12167478740431444267noreply@blogger.comtag:blogger.com,1999:blog-9537945.post-48499663109740745582008-07-03T07:46:00.000-05:002008-07-03T07:46:00.000-05:00I'm pretty new at this. How does this approach co...I'm pretty new at this. How does this approach compare to something like Active Setup?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-9537945.post-28142049882799714342008-06-25T16:37:00.000-05:002008-06-25T16:37:00.000-05:00Here's a new post with information on the subject:...Here's a new post with information on the subject:<BR/><BR/><A HREF="http://blogs.msdn.com/mshneer/archive/2008/04/24/deploying-your-vsto-add-in-to-all-users-part-iii.aspx" REL="nofollow">Deploying your VSTO Add-In to All Users (Part III)</A>Gabrielnoreply@blogger.comtag:blogger.com,1999:blog-9537945.post-17996638203981954562008-04-23T06:09:00.000-05:002008-04-23T06:09:00.000-05:00Yes, I used the Office 2003 PIA's to support the 2...Yes, I used the Office 2003 PIA's to support the 2003 add-in but PIA's weren't needed to support the 2007 add-in. I'll update the post.<BR/><BR/>Thanks for the catch! I remember most of the hard work was getting the 2007 stuff to work. The 2003 came together so quickly and easily that I kinda forget what I had to do.Christopher Painterhttp://www.blogger.com/profile/12167478740431444267noreply@blogger.comtag:blogger.com,1999:blog-9537945.post-82679779441496954762008-04-22T08:35:00.000-05:002008-04-22T08:35:00.000-05:00I wrote this up from memory so let me go back to m...I wrote this up from memory so let me go back to my source code and see if I did. I don't think I had to, put perhaps I did. I remember the 2003 plumbing fell into place a lot easier then the 2007 plumbing.<BR/><BR/>I needed the richer experience because the desire was to have a single install that targeted both office versions ( or no office ) thereby making the features ( and their dependencies ) optional.<BR/><BR/>I'll review my project and update where needed tonight.Christopher Painterhttp://www.blogger.com/profile/12167478740431444267noreply@blogger.comtag:blogger.com,1999:blog-9537945.post-88023456841294351532008-04-22T07:55:00.000-05:002008-04-22T07:55:00.000-05:00This looks like a fairly complete list, having som...This looks like a fairly complete list, having some something similar myself. We provided a less rich setup experience - check for the prereq; iF it wasn't there, abort the install, and inform the installer to get the prereq in place. Normally not an issue since the software was largely deployed via image or SMS.<BR/><BR/>One question I did have, though - do you also need to ensure that the PIA (primary interop assemblies) are installed in Office as well?JohnWnoreply@blogger.com