I modified the SharePoint Solution Installer and now it supports SharePoint 2010.
I added following config entry into the setup.exe.config
<add key=”SupportedSharePointVersion” value=”2007″/>
If it contains value “2007” then the solution can be installed only to MOSS 2007 and WSS 3.0
If it contains “2010” the the solution can be installed only to SharePoint 2010 and SharePoint Foundation.
If you leave it empty then no check for specific version of SP is done and you can install it to all above versions.
You can download the modified SSI binaries and source code from here. (It is actually a zip file renamed to jpeg because of WordPress policy.)
Tags: SharePoint, SharePoint 2010, SharePoint Solution Installer
May 10, 2011 at 7:04 am |
Hi , I found ur solution very useful.. i am installing on SP foundation but its stuck on completing..could u plz help me regarding this
June 10, 2011 at 8:05 am |
Hi, see the other comment and following http://maxim-dikhtyaruk.blogspot.com/2011/06/sharepoint-20072010-combined-solution.html. Some other guy already solved the issue you are having.
June 9, 2011 at 4:47 pm |
Hi Vojtech.
Thank you for your great work. I refactor it a bit, you may read about this if want here:
http://maxim-dikhtyaruk.blogspot.com/2011/06/sharepoint-20072010-combined-solution.html
June 10, 2011 at 8:09 am |
Hi Max. Thank you very much for your bugfix. I think it would be great, if you check this solution to the http://sharepointinstaller.codeplex.com/ project. They write that the contributions are welcome.
February 24, 2013 at 1:04 am |
SharePoint Solution Installer version 1.2.6 supports SharePoint 2007, SharePoint 2010, and SharePoint 2013.
See http://sharepointinstaller.codeplex.com/