Publishing msi's

kservice

Newcomer
Joined
Jan 13, 2004
Messages
24
Has anyone ever tried to publish a VB.net application directly to Sharepoint?

We are setting up a site that has all of our .exe's and .msi's and it would be great if we could just publish straight to SharePoint.

Thanks!:o
 
Here is what I would do:

  1. Write a Webservice that allows users to upload msi files to your sharepoint.
  2. Write a Macro or Plugin for Visual Studio to connect to that webservice and upload the msi file.
  3. Create a custom botton in Visual Studio to call that Macro or Plugin.

That would do it. Not very hard to do, specially if you use Macro.


Pete
 
Back
Top