<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>sharepointinstaller Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home</link><description>sharepointinstaller Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://sharepointinstaller.codeplex.com/Wiki/View.aspx?title=Home&amp;version=25</link><description>&lt;div class="wikidoc"&gt;
&lt;i&gt;Note: This documentation applies from version 1.2 released 15-Jun-2008.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharepointinstaller&amp;amp;DownloadId=18625" alt="InstallerCheck.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution on one or more web applications.&lt;/li&gt;&lt;li&gt;Activate feature on one or more site collections for features scoped to a Site (site collection).&lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a documentation/help link at the end of installation.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a relative configuration link within deployed location for each deployment target.&lt;/li&gt;&lt;li&gt;Supports a single feature inside a single WSP.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;(Support for multiple features or WSPs is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Support for features scoped to:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Farm&lt;/li&gt;&lt;li&gt;Site (site collection)&lt;/li&gt;&lt;li&gt;(Support for features scoped to the WebApplication or Web (site) is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File Example for a Farm-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Farm&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DefaultDeployToSRP&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;    
        &amp;lt;add key=&amp;quot;RequireMoss&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;    
	&amp;lt;add key=&amp;quot;SSPRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;h2&gt;
Configuration File Example for a Site-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Site&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2;5737C838-50F8-4D8C-9C60-C8DF5AD5EDCB&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;       
	&amp;lt;add key=&amp;quot;SiteCollectionRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fit the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution as indicated in the manifest.xml file within your WSP. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionTitle&lt;/b&gt;&lt;br /&gt;The title of your solution.  This is displayed on various screens within the installer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureScope&lt;/b&gt;&lt;br /&gt;Set to &amp;quot;Farm&amp;quot; if the feature in your WSP is scoped to the farm.  Set to &amp;quot;Site&amp;quot; if your feature is scoped to a site collection.  This value should be identical to the Scope value specified within your feature XML file within your WSP.  Features scoped to the WebApplication or Web are not currently supported.  The installer only supports installing a single feature within your WSP.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureId&lt;/b&gt;&lt;br /&gt;Specify the semicolon delimited list of GUIDs of the features as indicated in the feature XML files within your WSP. The installer will automatically activate these features at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;UpgradeDescription&lt;/b&gt;&lt;br /&gt;Text to display during an upgrade.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToCentralAdminWebApplication&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all central administration web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToAllContentWebApplications&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all content web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DefaultDeployToSRP&lt;/b&gt;&lt;br /&gt;Set to true if you want the user deployment to default to all Shared Resource Providers (e.g., SSP, My Sites).  The user can change this default in the deployment screen.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireMoss&lt;/b&gt;&lt;br /&gt;Set to true if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Leave out or set to false if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SSPRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your farm feature is activated.  This link should be relative to the site where your feature is available (e.g., the SSP URL).  This applies only to features scoped to the Farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SiteCollectionRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your Site (site collection) feature is activated.  This link should be relative to any site collection where your feature is available.  This applies only to features scoped to the Site (site collection).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DocumentationURL&lt;/b&gt;&lt;br /&gt;Optionally provide a complete link to where documentation is available for your feature.  This is displayed at the end of installation.&lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Sun, 29 Mar 2009 17:24:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090329052429P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=24</link><description>&lt;div class="wikidoc"&gt;
&lt;i&gt;Note: This documentation applies to version 1.2 released 15-Jun-2008.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharepointinstaller&amp;amp;DownloadId=18625" alt="InstallerCheck.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution on one or more web applications.&lt;/li&gt;&lt;li&gt;Activate feature on one or more site collections for features scoped to a Site (site collection).&lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a documentation/help link at the end of installation.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a relative configuration link within deployed location for each deployment target.&lt;/li&gt;&lt;li&gt;Supports a single feature inside a single WSP.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;(Support for multiple features or WSPs is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Support for features scoped to:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Farm&lt;/li&gt;&lt;li&gt;Site (site collection)&lt;/li&gt;&lt;li&gt;(Support for features scoped to the WebApplication or Web (site) is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File Example for a Farm-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Farm&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DefaultDeployToSRP&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;    
        &amp;lt;add key=&amp;quot;RequireMoss&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;    
	&amp;lt;add key=&amp;quot;SSPRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;h2&gt;
Configuration File Example for a Site-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Site&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2;5737C838-50F8-4D8C-9C60-C8DF5AD5EDCB&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;       
	&amp;lt;add key=&amp;quot;SiteCollectionRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fit the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution as indicated in the manifest.xml file within your WSP. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionTitle&lt;/b&gt;&lt;br /&gt;The title of your solution.  This is displayed on various screens within the installer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureScope&lt;/b&gt;&lt;br /&gt;Set to &amp;quot;Farm&amp;quot; if the feature in your WSP is scoped to the farm.  Set to &amp;quot;Site&amp;quot; if your feature is scoped to a site collection.  This value should be identical to the Scope value specified within your feature XML file within your WSP.  Features scoped to the WebApplication or Web are not currently supported.  The installer only supports installing a single feature within your WSP.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureId&lt;/b&gt;&lt;br /&gt;Specify the semicolon delimited list of GUIDs of the features as indicated in the feature XML files within your WSP. The installer will automatically activate these features at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;UpgradeDescription&lt;/b&gt;&lt;br /&gt;Text to display during an upgrade.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToCentralAdminWebApplication&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all central administration web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToAllContentWebApplications&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all content web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DefaultDeployToSRP&lt;/b&gt;&lt;br /&gt;Set to true if you want the user deployment to default to all Shared Resource Providers (e.g., SSP, My Sites).  The user can change this default in the deployment screen.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireMoss&lt;/b&gt;&lt;br /&gt;Set to true if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Leave out or set to false if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SSPRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your farm feature is activated.  This link should be relative to the site where your feature is available (e.g., the SSP URL).  This applies only to features scoped to the Farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SiteCollectionRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your Site (site collection) feature is activated.  This link should be relative to any site collection where your feature is available.  This applies only to features scoped to the Site (site collection).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DocumentationURL&lt;/b&gt;&lt;br /&gt;Optionally provide a complete link to where documentation is available for your feature.  This is displayed at the end of installation.&lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Sun, 15 Jun 2008 12:39:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080615123901P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=23</link><description>&lt;div class="wikidoc"&gt;
&lt;i&gt;Note: This documentation has been recently updated as of 14-Jun-2008 and the changes apply to V1.2 which should be available shortly.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharepointinstaller&amp;amp;DownloadId=18625" alt="InstallerCheck.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution on one or more web applications.&lt;/li&gt;&lt;li&gt;Activate feature on one or more site collections for features scoped to a Site (site collection).&lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a documentation/help link at the end of installation.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a relative configuration link within deployed location for each deployment target.&lt;/li&gt;&lt;li&gt;Supports a single feature inside a single WSP.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;(Support for multiple features or WSPs is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Support for features scoped to:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Farm&lt;/li&gt;&lt;li&gt;Site (site collection)&lt;/li&gt;&lt;li&gt;(Support for features scoped to the WebApplication or Web (site) is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File Example for a Farm-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Farm&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DefaultDeployToSRP&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;    
        &amp;lt;add key=&amp;quot;RequireMoss&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;    
	&amp;lt;add key=&amp;quot;SSPRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;h2&gt;
Configuration File Example for a Site-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Site&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2;5737C838-50F8-4D8C-9C60-C8DF5AD5EDCB&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;       
	&amp;lt;add key=&amp;quot;SiteCollectionRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fit the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution as indicated in the manifest.xml file within your WSP. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionTitle&lt;/b&gt;&lt;br /&gt;The title of your solution.  This is displayed on various screens within the installer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureScope&lt;/b&gt;&lt;br /&gt;Set to &amp;quot;Farm&amp;quot; if the feature in your WSP is scoped to the farm.  Set to &amp;quot;Site&amp;quot; if your feature is scoped to a site collection.  This value should be identical to the Scope value specified within your feature XML file within your WSP.  Features scoped to the WebApplication or Web are not currently supported.  The installer only supports installing a single feature within your WSP.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureId&lt;/b&gt;&lt;br /&gt;Specify the semicolon delimited list of GUIDs of the features as indicated in the feature XML files within your WSP. The installer will automatically activate these features at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;UpgradeDescription&lt;/b&gt;&lt;br /&gt;Text to display during an upgrade.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToCentralAdminWebApplication&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all central administration web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToAllContentWebApplications&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all content web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DefaultDeployToSRP&lt;/b&gt;&lt;br /&gt;Set to true if you want the user deployment to default to all Shared Resource Providers (e.g., SSP, My Sites).  The user can change this default in the deployment screen.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireMoss&lt;/b&gt;&lt;br /&gt;Set to true if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Leave out or set to false if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SSPRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your farm feature is activated.  This link should be relative to the site where your feature is available (e.g., the SSP URL).  This applies only to features scoped to the Farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SiteCollectionRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your Site (site collection) feature is activated.  This link should be relative to any site collection where your feature is available.  This applies only to features scoped to the Site (site collection).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DocumentationURL&lt;/b&gt;&lt;br /&gt;Optionally provide a complete link to where documentation is available for your feature.  This is displayed at the end of installation.&lt;br /&gt;
&lt;/div&gt;</description><author>kliemohn</author><pubDate>Sun, 15 Jun 2008 03:49:43 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080615034943A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=22</link><description>&lt;div class="wikidoc"&gt;
&lt;i&gt;Note: This documentation has been recently updated as of 08-May-2008 and the changes apply to V1.2 which should be available shortly.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharepointinstaller&amp;amp;DownloadId=18625" alt="InstallerCheck.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution on one or more web applications.&lt;/li&gt;&lt;li&gt;Activate feature on one or more site collections for features scoped to a Site (site collection).&lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a documentation/help link at the end of installation.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a relative configuration link within deployed location for each deployment target.&lt;/li&gt;&lt;li&gt;Supports a single feature inside a single WSP.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;(Support for multiple features or WSPs is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Support for features scoped to:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Farm&lt;/li&gt;&lt;li&gt;Site (site collection)&lt;/li&gt;&lt;li&gt;(Support for features scoped to the WebApplication or Web (site) is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File Example for a Farm-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Farm&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DefaultDeployToSRP&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;    
        &amp;lt;add key=&amp;quot;RequireMoss&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;    
	&amp;lt;add key=&amp;quot;SSPRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;h2&gt;
Configuration File Example for a Site-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Site&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;       
	&amp;lt;add key=&amp;quot;SiteCollectionRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fit the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution as indicated in the manifest.xml file within your WSP. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionTitle&lt;/b&gt;&lt;br /&gt;The title of your solution.  This is displayed on various screens within the installer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureScope&lt;/b&gt;&lt;br /&gt;Set to &amp;quot;Farm&amp;quot; if the feature in your WSP is scoped to the farm.  Set to &amp;quot;Site&amp;quot; if your feature is scoped to a site collection.  This value should be identical to the Scope value specified within your feature XML file within your WSP.  Features scoped to the WebApplication or Web are not currently supported.  The installer only supports installing a single feature within your WSP.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the feature as indicated in the feature XML file within your WSP.  The installer will automatically activate this feature at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;UpgradeDescription&lt;/b&gt;&lt;br /&gt;Text to display during an upgrade.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToCentralAdminWebApplication&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all central administration web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToAllContentWebApplications&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all content web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DefaultDeployToSRP&lt;/b&gt;&lt;br /&gt;Set to true if you want the user deployment to default to all Shared Resource Providers (e.g., SSP, My Sites).  The user can change this default in the deployment screen.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireMoss&lt;/b&gt;&lt;br /&gt;Set to true if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Leave out or set to false if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SSPRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your farm feature is activated.  This link should be relative to the site where your feature is available (e.g., the SSP URL).  This applies only to features scoped to the Farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SiteCollectionRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your Site (site collection) feature is activated.  This link should be relative to any site collection where your feature is available.  This applies only to features scoped to the Site (site collection).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DocumentationURL&lt;/b&gt;&lt;br /&gt;Optionally provide a complete link to where documentation is available for your feature.  This is displayed at the end of installation.&lt;br /&gt;
&lt;/div&gt;</description><author>kliemohn</author><pubDate>Fri, 09 May 2008 02:00:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080509020037A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=21</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharepointinstaller&amp;amp;DownloadId=18625" alt="InstallerCheck.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution on one or more web applications.&lt;/li&gt;&lt;li&gt;Activate feature on one or more site collections for features scoped to a Site (site collection).&lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a documentation/help link at the end of installation.&lt;/li&gt;&lt;li&gt;Supports optionally displaying a relative configuration link within deployed location for each deployment target.&lt;/li&gt;&lt;li&gt;Supports a single feature inside a single WSP.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;(Support for multiple features or WSPs is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Support for features scoped to:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Farm&lt;/li&gt;&lt;li&gt;Site (site collection)&lt;/li&gt;&lt;li&gt;(Support for features scoped to the WebApplication or Web (site) is not yet supported.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File Example for a Farm-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Farm&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DefaultDeployToSRP&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;    
        &amp;lt;add key=&amp;quot;RequireMoss&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;    
	&amp;lt;add key=&amp;quot;SSPRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;h2&gt;
Configuration File Example for a Site-Level Feature
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureScope&amp;quot; value=&amp;quot;Site&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApplication&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;       
	&amp;lt;add key=&amp;quot;SiteCollectionRelativeConfigLink&amp;quot; value=&amp;quot;/_layouts/MyFeature/Config.aspx&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;DocumentationUrl&amp;quot; value=&amp;quot;http://www.mycompany.com/MyFeatureDoc.aspx&amp;quot;/&amp;gt;	
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fit the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution as indicated in the manifest.xml file within your WSP. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionTitle&lt;/b&gt;&lt;br /&gt;The title of your solution.  This is displayed on various screens within the installer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureScope&lt;/b&gt;&lt;br /&gt;Set to &amp;quot;Farm&amp;quot; if the feature in your WSP is scoped to the farm.  Set to &amp;quot;Site&amp;quot; if your feature is scoped to a site collection.  This value should be identical to the Scope value specified within your feature XML file within your WSP.  Features scoped to the WebApplication or Web are not currently supported.  The installer only supports installing a single feature within your WSP.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the feature as indicated in the feature XML file within your WSP.  The installer will automatically activate this feature at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;UpgradeDescription&lt;/b&gt;&lt;br /&gt;Text to display during an upgrade.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToCentralAdminWebApplication&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all central administration web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireDeploymentToAllContentWebApplications&lt;/b&gt;&lt;br /&gt;Set to true if you want to force deployment of your solution to all content web applications.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DefaultDeployToSRP&lt;/b&gt;&lt;br /&gt;Set to true if you want the user deployment to default to all Shared Resource Providers (e.g., SSP, My Sites).  The user can change this default in the deployment screen.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;RequireMoss&lt;/b&gt;&lt;br /&gt;Set to true if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Leave out or set to false if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SSPRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your farm feature is activated.  This link should be relative to the site where your feature is available (e.g., the SSP URL).  This applies only to features scoped to the Farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SiteCollectionRelativeConfigLink&lt;/b&gt;&lt;br /&gt;Optionally provide a relative link to a configuration page for your feature that is accessible after your Site (site collection) feature is activated.  This link should be relative to any site collection where your feature is available.  This applies only to features scoped to the Site (site collection).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;DocumentationURL&lt;/b&gt;&lt;br /&gt;Optionally provide a complete link to where documentation is available for your feature.  This is displayed at the end of installation.&lt;br /&gt;
&lt;/div&gt;</description><author>kliemohn</author><pubDate>Fri, 09 May 2008 01:54:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080509015415A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=20</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sharepointinstaller/Project/FileDownload.aspx?DownloadId=18625" alt="InstallerCheck.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify &lt;i&gt;MOSS&lt;/i&gt; if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 22:19:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912101933P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt;&lt;img src="http://www.codeplex.com/sharepointinstaller/Project/FileDownload.aspx?DownloadId=18625" alt="InstallerCheck.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify &lt;i&gt;MOSS&lt;/i&gt; if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 22:18:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912101859P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;img src="http://www.codeplex.com/sharepointinstaller/Project/FileDownload.aspx?DownloadId=18625" alt="InstallerCheck.jpg" /&gt;&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify &lt;i&gt;MOSS&lt;/i&gt; if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 22:18:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912101836P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;img src="http://www.codeplex.com/sharepointinstaller/Project/FileDownload.aspx?DownloadId=18624" alt="InstallerCheck.tif" /&gt;&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify &lt;i&gt;MOSS&lt;/i&gt; if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 22:16:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912101658P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;This project is a Windows application for an eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all 
frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify &lt;i&gt;MOSS&lt;/i&gt; if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 22:03:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912100340P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify &lt;i&gt;MOSS&lt;/i&gt; if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:47:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912094718P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify &lt;i&gt;MOSS&lt;/i&gt; if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:46:39 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912094639P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify &lt;i&gt;MOSS&lt;/i&gt; if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:46:11 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912094611P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify &lt;i&gt;MOSS&lt;/i&gt; if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:45:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912094536P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe and configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;&lt;b&gt;BannerImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;LogoImage&lt;/b&gt;&lt;br /&gt;Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;EULA&lt;/b&gt;&lt;br /&gt;Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Require&lt;/b&gt;&lt;br /&gt;Specify MOSS if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;FarmFeatureId&lt;/b&gt;&lt;br /&gt;Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionId&lt;/b&gt;&lt;br /&gt;Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionFile&lt;/b&gt;&lt;br /&gt;Specify the filename of the solution file, e.g. mysolution.wsp. Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the Visual Studio 2005 Extensions for WSS 3.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SolutionVersion&lt;/b&gt;&lt;br /&gt;Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:44:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912094456P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe, which can in turn be configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;configuration&amp;gt;
    &amp;lt;appSettings&amp;gt;
        &amp;lt;add key=&amp;quot;BannerImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;LogoImage&amp;quot; value=&amp;quot;Default&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;EULA&amp;quot; value=&amp;quot;EULA.rtf&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;Require&amp;quot; value=&amp;quot;MOSS&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;FarmFeatureId&amp;quot; value=&amp;quot;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionId&amp;quot; value=&amp;quot;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionFile&amp;quot; value=&amp;quot;yoursolution.wsp&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionTitle&amp;quot; value=&amp;quot;Enter Product Title Here&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;SolutionVersion&amp;quot; value=&amp;quot;1.0.0.0&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;UpgradeDescription&amp;quot; value=&amp;quot;Upgrades {SolutionTitle} on all frontend web servers in the SharePoint farm. &amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToCentralAdminWebApllication&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;add key=&amp;quot;RequireDeploymentToAllContentWebApplications&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:43:27 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912094327P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Configuration File
&lt;/h2&gt;The installer can be launched with setup.exe, which can in turn be configured via the setup.exe.config file. The following configuration example outlines the various options that can be configured:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:42:14 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912094214P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome
&lt;/h2&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:41:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912094123P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the SharePoint Solution Installer project&lt;/b&gt;&lt;br /&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;.NET 2.0+&lt;/li&gt;&lt;li&gt;Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:40:55 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912094055P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharepointinstaller/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the SharePoint Solution Installer project&lt;/b&gt;&lt;br /&gt;Windows application for eased and more user friendly installation and deployment of SharePoint 2007 solution files to a SharePoint server farm. Distribute your SharePoint solution files with this installation program instead of a raw script using STSADM.EXE to install and deploy the solution.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Quick Information
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Project name:&lt;/b&gt; SharePoint Solution Installer&lt;/li&gt;&lt;li&gt;&lt;b&gt;Current version:&lt;/b&gt; 1.1&lt;/li&gt;&lt;li&gt;&lt;b&gt;Release date:&lt;/b&gt; September 12th 2007&lt;/li&gt;&lt;li&gt;&lt;b&gt;System requirements:&lt;/b&gt; .NET 2.0+, Windows SharePoint Services V3.0&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Installation
&lt;/h2&gt;To install SharePoint Solution Installer, just download the latest release and unzip on a SharePoint server. Then run setup.exe to try and install the DemoSolution.wsp file.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for all relevant operations: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;&lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;&lt;li&gt;Upgrade solution. &lt;/li&gt;&lt;li&gt;Retract and remove solution. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Pre-install system check for the following conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;WSS V3 is installed. &lt;/li&gt;&lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file) &lt;/li&gt;&lt;li&gt;User has permission to install solutions. &lt;/li&gt;&lt;li&gt;SharePoint database is online. &lt;/li&gt;&lt;li&gt;WSS Administration service is started. &lt;/li&gt;&lt;li&gt;WSS Timer service is started. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Implements a work around for the following error conditions: &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;&lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;&lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Display EULA. (Can be disabled in config file). &lt;/li&gt;&lt;li&gt;Web application list where user can select the web apps. to deploy the solution to. &lt;/li&gt;&lt;li&gt;Rollback after installation errors. &lt;/li&gt;&lt;li&gt;Configurable Product Title. &lt;/li&gt;&lt;li&gt;Configurable banner image. &lt;/li&gt;&lt;li&gt;Configurable logo image.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>lfastrup</author><pubDate>Wed, 12 Sep 2007 21:39:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070912093953P</guid></item></channel></rss>