Best way to install/deploy a MS Project add-in

J

Joe Mitchel

I've developed a project add-in using C# and VS 2008 and now I need to
be able to deploy this to other machines. What is the best way to go
about deploying it?
 
R

Ray McCoppin

Using VS2008 create a ClickOnce deployment (setup project). Create a WSS
site to hold you Project Pro add-ins and tools. Deploy the ClickOnce file to
the WSS site, this will let you update the Deployment and the application
will automatically check for updates. All you have to do is send a e-mail
with the URL of the add-in to the client users.

Hope this helps
--
Ray McCoppin

http://www.randsmanagement.com
Project Server 2007 Automation Tools
Project Server 2007 Archive Tool
SRS gantt charts
 
J

Joe Mitchel

Ok so I gave this a try. I setup a cert, published the file (I used a
network share instead of a web site) and everything completed without
errors.

Then I ran the ClickOnce installer. I got 2 dialogs both without any
text. No error messages that I could find, nothing in the event log.

Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top