<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>sharepointinstaller Work Item Rss Feed</title><link>http://www.codeplex.com/sharepointinstaller/WorkItem/List.aspx</link><description>sharepointinstaller Work Item Rss Description</description><item><title>Created Issue: WSPBuilder's Setup.exe not populating the webpart in the gallery, and also grouping not getting set [14215]</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=14215</link><description>Hi,&lt;br /&gt;   I have developed an event handler,called TaskListEventHandler, for the Task list &amp;#40;&amp;#40;ItemAdding, ItemDeleting, ItemUpdating&amp;#41; as feasture using the WSP Builder project template, and I have also added a web part, called RegisterEventHandler, which will be used to bind&amp;#40;register&amp;#41; the events to a list. The webpart is WSP Builder template &amp;#34;Webpart without feature&amp;#34;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Defaultly, when i added the new webpart  into the project, the .webpart file was created under the folder 80&amp;#47;wpcatalog. But  as i wanted the whole project as a singel feature I moved the .webpart file to the Feature&amp;#47;TaskListEventHandler  folder. Now the Feature&amp;#47;TaskListEventHandler  contains 3 files elements.xml, feature.xml and the RegisterEventHandler.webpart.&lt;br /&gt;&lt;br /&gt;I edited the elememts.xml as follows&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#63;xml version&amp;#61;&amp;#34;1.0&amp;#34; encoding&amp;#61;&amp;#34;utf-8&amp;#34; &amp;#63;&amp;#62;&lt;br /&gt;&amp;#60;Elements xmlns&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;Module Name&amp;#61;&amp;#34;WebPartPopulation&amp;#34; Url&amp;#61;&amp;#34;_catalogs&amp;#47;wp&amp;#34; RootWebOnly&amp;#61;&amp;#34;TRUE&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;File Url&amp;#61;&amp;#34;RegisterEventHandler.webpart&amp;#34; Type&amp;#61;&amp;#34;GhostableInLibrary&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;Property Name&amp;#61;&amp;#34;Group&amp;#34; Value&amp;#61;&amp;#34;TestGroup Webparts&amp;#34;&amp;#62;&amp;#60;&amp;#47;Property&amp;#62;&lt;br /&gt;      &amp;#60;Property Name&amp;#61;&amp;#34;QuickAddGroups&amp;#34; Value&amp;#61;&amp;#34;TestGroup Webparts&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;File&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;Module&amp;#62;&lt;br /&gt; &amp;#60;&amp;#47;Elements&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;the feature.xml as follows,&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#63;xml version&amp;#61;&amp;#34;1.0&amp;#34; encoding&amp;#61;&amp;#34;utf-8&amp;#34;&amp;#63;&amp;#62;&lt;br /&gt;&amp;#60;Feature  Id&amp;#61;&amp;#34;d0975573-b000-4d0f-bae1-1e9d15761cd0&amp;#34;&lt;br /&gt;          Title&amp;#61;&amp;#34;TaskListEventHandler&amp;#34;&lt;br /&gt;          Description&amp;#61;&amp;#34;TaskListEventHandler overrides Item Adding,Deleting and Updating event for any task list. To start using the event handler the feature must be registered to the task list. -By Biju&amp;#40;18 Sep 2009&amp;#41;&amp;#34;&lt;br /&gt;          Version&amp;#61;&amp;#34;12.0.0.0&amp;#34;&lt;br /&gt;          Hidden&amp;#61;&amp;#34;FALSE&amp;#34;&lt;br /&gt;          Scope&amp;#61;&amp;#34;Web&amp;#34;&lt;br /&gt;          DefaultResourceFile&amp;#61;&amp;#34;core&amp;#34;&lt;br /&gt;          ReceiverAssembly&amp;#61;&amp;#34;TaskListEventHandler, Version&amp;#61;1.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;9cfae6f598922b94&amp;#34;&lt;br /&gt;          ReceiverClass&amp;#61;&amp;#34;Test.EventHandler.TaskListFeatureHandler&amp;#34;&lt;br /&gt;          xmlns&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;sharepoint&amp;#47;&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;ElementManifests&amp;#62;&lt;br /&gt;    &amp;#60;ElementManifest Location&amp;#61;&amp;#34;elements.xml&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;ElementFile Location&amp;#61;&amp;#34;RegisterEventHandler.webpart&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;ElementManifests&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;Feature&amp;#62;&lt;br /&gt;&lt;br /&gt;the RegisterEventHandler.webpart as follows,&lt;br /&gt;&lt;br /&gt;&amp;#60;webParts&amp;#62;&lt;br /&gt;  &amp;#60;webPart xmlns&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;WebPart&amp;#47;v3&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;metaData&amp;#62;&lt;br /&gt;      &amp;#60;type name&amp;#61;&amp;#34;Test.EventHandler.RegisterEventHandler, TaskListEventHandler, Version&amp;#61;1.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;9cfae6f598922b94&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;importErrorMessage&amp;#62;Cannot import RegisterEventHandler Web Part.&amp;#60;&amp;#47;importErrorMessage&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;metaData&amp;#62;&lt;br /&gt;    &amp;#60;data&amp;#62;&lt;br /&gt;      &amp;#60;properties&amp;#62;&lt;br /&gt;        &amp;#60;property name&amp;#61;&amp;#34;Title&amp;#34; type&amp;#61;&amp;#34;string&amp;#34;&amp;#62;RegisterEventHandler&amp;#60;&amp;#47;property&amp;#62;&lt;br /&gt;        &amp;#60;property name&amp;#61;&amp;#34;Description&amp;#34; type&amp;#61;&amp;#34;string&amp;#34;&amp;#62;This webpart is used to register or unregister the event handler to the list of type &amp;#39;Task&amp;#39; list, and also adds the custom fields&amp;#40;which are mandatory for the eventhandler to operate sucessfully&amp;#41; on registering to the list  - By Biju &amp;#40;16 Sep 2009&amp;#41;&amp;#60;&amp;#47;property&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;properties&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;data&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;webPart&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;webParts&amp;#62;&lt;br /&gt;&lt;br /&gt;Next, i  build the poject using the WSP builder, and later create the deployment folder. When i try to install the feature using the WSPBuilder setup.exe file, the feature is getting deployed sucessfully.The feature and the webpart is getting deployed sucessfully. The web part is available in the web part gallery &amp;#40;SiteSetting-&amp;#62; EditPage-&amp;#62; Add a WebPart&amp;#41;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But the webpart&amp;#39;s is not under the specific group which i had set in the elements.xml &amp;#40;currently it is shown under the &amp;#34;Miscellaneous&amp;#34; group&amp;#41; , and also the webpart is not shown&amp;#40;visible&amp;#47;available &amp;#41; under the root site&amp;#39;s web parts Galleries &amp;#40;Site Action-&amp;#62;Site Settings-&amp;#62;WebParts&amp;#40;Galleries&amp;#41; &amp;#41;. &lt;br /&gt;&lt;br /&gt;I tried the installing&amp;#43;deploying &amp;#43; activating the feature using the STSADM command&amp;#40;through batch file&amp;#41;, it works sucessfully, even the grouping is getting set as per my requirement.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Could you please suggest me a solution, how can i get it working using the WSPBuilder&amp;#39;s Setup.exe&lt;br /&gt;&lt;br /&gt;With Regards &lt;br /&gt;&lt;br /&gt;Biju&lt;br /&gt;</description><author>Bijuva</author><pubDate>Tue, 22 Sep 2009 06:07:40 GMT</pubDate><guid isPermaLink="false">Created Issue: WSPBuilder's Setup.exe not populating the webpart in the gallery, and also grouping not getting set [14215] 20090922060740A</guid></item><item><title>Created Issue: Removing footer from setup.exe [14207]</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=14207</link><description>Hi all,&lt;br /&gt;I am using wspbuilder for building my web parts and deploying it into my sharepoint sites...I have added the solution installer in my project before building it. I don&amp;#39;t want the footer&amp;#40;i.e. www.codeplex.com&amp;#47;sharepointinstaller&amp;#41; in my setup.exe......... How to achieve that&amp;#63; Could it be removed by modifying my setup.exe.config&amp;#63; Any help would be of great use.&lt;br /&gt;</description><author>raghuramanv</author><pubDate>Mon, 21 Sep 2009 08:21:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Removing footer from setup.exe [14207] 20090921082126A</guid></item><item><title>Commented Issue: Repair doen´t activate site collection feature</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=13614</link><description>When repairing the installed solution, the feature is deactivated, the solution is retracted, then redeploys solution to all site collections, but then the feature is not reactivated.&lt;br /&gt;Comments: ** Comment from web user: Robin_CodePlex ** &lt;p&gt;If you update the solution version in the setup config, the installer doesn&amp;#39;t give you the option to repair but instead you can upgrade the solution. This way the features remain intact, right&amp;#63;&lt;/p&gt;&lt;p&gt;It helped us dealing with inactive features scoped at WebApplication.&lt;/p&gt;</description><author>Robin_CodePlex</author><pubDate>Mon, 24 Aug 2009 10:32:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: Repair doen´t activate site collection feature 20090824103240A</guid></item><item><title>Commented Issue: The Windows Sharepoint Services Admin Service is Not Started!</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=12551</link><description>Getting this error when running the setup.exe to install the test project DemoSolution.wsp&lt;br /&gt;&lt;br /&gt;The Windows Sharepoint Services Admin Service is Not Started&amp;#33;&lt;br /&gt;&lt;br /&gt;Any help with this would be great.&lt;br /&gt;Bret&lt;br /&gt;Comments: ** Comment from web user: MikeKnowles ** &lt;p&gt;First of all, thanks for the great product. The Solution installer is a huge timesaver and easy to use. I think the product would be even better if it were fixed so that the WSS Admin Service is not required. The WSS Admin Service is not installed by default on many SharePoint farms. Solutions will deploy using command-line scripts and Central Admin without WSS Admin running. Perhaps this service is required for WSS only farms and not MOSS farms&amp;#63; I have found this error occurs when building any solution even if the solution install is built with the MOSS only option. It&amp;#39;s not clear why WSS Admin is required, and it&amp;#39;s a recurring support issue for admins to have to start it to install just one solution from one vendor.&lt;/p&gt;</description><author>MikeKnowles</author><pubDate>Fri, 21 Aug 2009 11:14:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: The Windows Sharepoint Services Admin Service is Not Started! 20090821111442A</guid></item><item><title>Commented Issue: Repair doen´t activate site collection feature</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=13614</link><description>When repairing the installed solution, the feature is deactivated, the solution is retracted, then redeploys solution to all site collections, but then the feature is not reactivated.&lt;br /&gt;Comments: ** Comment from web user: Ivan_Padabed ** &lt;p&gt;We need the fix asap. &amp;#58;&amp;#41;&lt;/p&gt;</description><author>Ivan_Padabed</author><pubDate>Wed, 19 Aug 2009 13:44:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: Repair doen´t activate site collection feature 20090819014448P</guid></item><item><title>Created Issue: Repair doen´t activate site collection feature</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=13614</link><description>When repairing the installed solution, the feature is deactivated, the solution is retracted, then redeploys solution to all site collections, but then the feature is not reactivated.&lt;br /&gt;</description><author>pjcoliveira</author><pubDate>Tue, 07 Jul 2009 13:47:19 GMT</pubDate><guid isPermaLink="false">Created Issue: Repair doen´t activate site collection feature 20090707014719P</guid></item><item><title>Commented Issue: Error: Feature is not installed in this farm, and can not be added to this scope</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=12848</link><description>Hi,&lt;br /&gt; When i am trying to install a solution i am getting the following error during the installation &amp;#34;Feature &amp;#39;MyFeatureID&amp;#39; is not installed in this farm, and can not be added to this scope.&amp;#34;. This error comes after the solution has been installed and it has been deployed, but when the installer is trying to activate the feature it gives the above error.  The follwing are the error details&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; SOLUTION DEPLOYMENT &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;myServerName &amp;#58; http&amp;#58;&amp;#47;&amp;#47;myServerName&amp;#58;4444&amp;#47; &amp;#58; The solution was successfully deployed.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; FEATURE ACTIVATION &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; ERROR &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;Feature &amp;#39;8425eaf7-6ace-4597-83c7-831ca8614d6d&amp;#39; is not installed in this farm, and can not be added to this scope.&lt;br /&gt;CodePlex.SharePointInstaller.InstallException&amp;#58; Feature &amp;#39;8425eaf7-6ace-4597-83c7-831ca8614d6d&amp;#39; is not installed in this farm, and can not be added to this scope. ---&amp;#62; System.InvalidOperationException&amp;#58; Feature &amp;#39;8425eaf7-6ace-4597-83c7-831ca8614d6d&amp;#39; is not installed in this farm, and can not be added to this scope.&lt;br /&gt;   at Microsoft.SharePoint.SPFeatureCollection.AddInternal&amp;#40;Guid featureId, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPFeatureCollection.Add&amp;#40;Guid featureId, Boolean force&amp;#41;&lt;br /&gt;   at CodePlex.SharePointInstaller.InstallProcessControl.ActivateSiteCollectionFeatureCommand.Execute&amp;#40;&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at CodePlex.SharePointInstaller.InstallProcessControl.ActivateSiteCollectionFeatureCommand.Execute&amp;#40;&amp;#41;&lt;br /&gt;   at CodePlex.SharePointInstaller.InstallProcessControl.TimerEventInstall&amp;#40;Object myObject, EventArgs myEventArgs&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Any Help would be appriciated &lt;br /&gt;Thanks&lt;br /&gt;Comments: ** Comment from web user: stuartwhiteford ** &lt;p&gt;I had this error when trying to activate a Workflow feature. As it turns out I didn&amp;#39;t have the folder structure set up correctly in my Visual Studio solution and the manifest.xml file wasn&amp;#39;t copying the workflow.xml and feature.xml files to the FEATURES folder under the 12 hive. Once I&amp;#39;d corrected this it activated fine.&lt;/p&gt;</description><author>stuartwhiteford</author><pubDate>Mon, 06 Jul 2009 15:21:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error: Feature is not installed in this farm, and can not be added to this scope 20090706032106P</guid></item><item><title>Closed Feature: MSI Integration</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=7932</link><description>Integration into MSI which could either be done by providing commandline parameters or by implementing an System.Configuration.Installer class.&lt;br /&gt;Comments: &lt;p&gt;MSI integration has no place in the SharePoint solution world.&lt;/p&gt;</description><author>lfastrup</author><pubDate>Sun, 21 Jun 2009 16:04:08 GMT</pubDate><guid isPermaLink="false">Closed Feature: MSI Integration 20090621040408P</guid></item><item><title>Closed Issue: Timer Service is NOT started - Server 2008</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=11024</link><description>I am recieving the &amp;#34;The Windows SharePoint Services Timer service is NOT started&amp;#33;&amp;#34; when running the SharePoint solution installer demo. This is on Server 2008 with MOSS 2007 running fine. I have restarted the timer service and verified that all other SharePoint services are running. Ideas&amp;#63;&lt;br /&gt;Comments: &lt;p&gt;No fix other than turning off Windows User Account Control. Did, however, add better error message to ease the troubleshooting for the user running the installer on the server.&lt;/p&gt;</description><author>lfastrup</author><pubDate>Sun, 21 Jun 2009 16:01:54 GMT</pubDate><guid isPermaLink="false">Closed Issue: Timer Service is NOT started - Server 2008 20090621040154P</guid></item><item><title>Commented Issue: Timer Service is NOT started - Server 2008</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=11024</link><description>I am recieving the &amp;#34;The Windows SharePoint Services Timer service is NOT started&amp;#33;&amp;#34; when running the SharePoint solution installer demo. This is on Server 2008 with MOSS 2007 running fine. I have restarted the timer service and verified that all other SharePoint services are running. Ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: lfastrup ** &lt;p&gt;This is because Windows User Account Control is turned on&amp;#33; Turn it off and the problem is solved.&lt;br /&gt;However, V1.2.2 of the installer now gets around the problem when checking the timer service. It will instead show a detailed error message hinting to turn off User Account Control&lt;/p&gt;</description><author>lfastrup</author><pubDate>Sun, 21 Jun 2009 16:00:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Timer Service is NOT started - Server 2008 20090621040030P</guid></item><item><title>Created Issue: Error: Feature is not installed in this farm, and can not be added to this scope</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=12848</link><description>Hi,&lt;br /&gt; When i am trying to install a solution i am getting the following error during the installation &amp;#34;Feature &amp;#39;MyFeatureID&amp;#39; is not installed in this farm, and can not be added to this scope.&amp;#34;. This error comes after the solution has been installed and it has been deployed, but when the installer is trying to activate the feature it gives the above error.  The follwing are the error details&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; SOLUTION DEPLOYMENT &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;myServerName &amp;#58; http&amp;#58;&amp;#47;&amp;#47;myServerName&amp;#58;4444&amp;#47; &amp;#58; The solution was successfully deployed.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; FEATURE ACTIVATION &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; ERROR &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;Feature &amp;#39;8425eaf7-6ace-4597-83c7-831ca8614d6d&amp;#39; is not installed in this farm, and can not be added to this scope.&lt;br /&gt;CodePlex.SharePointInstaller.InstallException&amp;#58; Feature &amp;#39;8425eaf7-6ace-4597-83c7-831ca8614d6d&amp;#39; is not installed in this farm, and can not be added to this scope. ---&amp;#62; System.InvalidOperationException&amp;#58; Feature &amp;#39;8425eaf7-6ace-4597-83c7-831ca8614d6d&amp;#39; is not installed in this farm, and can not be added to this scope.&lt;br /&gt;   at Microsoft.SharePoint.SPFeatureCollection.AddInternal&amp;#40;Guid featureId, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPFeatureCollection.Add&amp;#40;Guid featureId, Boolean force&amp;#41;&lt;br /&gt;   at CodePlex.SharePointInstaller.InstallProcessControl.ActivateSiteCollectionFeatureCommand.Execute&amp;#40;&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at CodePlex.SharePointInstaller.InstallProcessControl.ActivateSiteCollectionFeatureCommand.Execute&amp;#40;&amp;#41;&lt;br /&gt;   at CodePlex.SharePointInstaller.InstallProcessControl.TimerEventInstall&amp;#40;Object myObject, EventArgs myEventArgs&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Any Help would be appriciated &lt;br /&gt;Thanks&lt;br /&gt;</description><author>anshul</author><pubDate>Mon, 23 Mar 2009 05:53:27 GMT</pubDate><guid isPermaLink="false">Created Issue: Error: Feature is not installed in this farm, and can not be added to this scope 20090323055327A</guid></item><item><title>Commented Issue: Timer Service is NOT started - Server 2008</title><link>http://sharepointinstaller.codeplex.com/WorkItem/View.aspx?WorkItemId=11024</link><description>I am recieving the &amp;#34;The Windows SharePoint Services Timer service is NOT started&amp;#33;&amp;#34; when running the SharePoint solution installer demo. This is on Server 2008 with MOSS 2007 running fine. I have restarted the timer service and verified that all other SharePoint services are running. Ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: pault70 ** &lt;p&gt;Running as administrator solved this for me.&lt;/p&gt;</description><author>pault70</author><pubDate>Tue, 03 Mar 2009 15:41:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: Timer Service is NOT started - Server 2008 20090303034126P</guid></item><item><title>Created Issue: Running the Windows Installer on Windows 7 crashes the App</title><link>http://www.codeplex.com/sharepointinstaller/WorkItem/View.aspx?WorkItemId=12627</link><description>I know users are not supposed to run it on Windows 7, but I wold have expected a nice message, something like &amp;#39;SharePoint is not installed on this machine.&lt;br /&gt;</description><author>JeroenRitmeijer</author><pubDate>Wed, 18 Feb 2009 16:27:53 GMT</pubDate><guid isPermaLink="false">Created Issue: Running the Windows Installer on Windows 7 crashes the App 20090218042753P</guid></item><item><title>Created Issue: Feature scoped for Site (Site collection) not activated during installation if Setup running user is not administrator on the Site collection</title><link>http://www.codeplex.com/sharepointinstaller/WorkItem/View.aspx?WorkItemId=12625</link><description>I&amp;#39;m developing a Site scoped feature that I&amp;#39;m installing with this great utility. I was troubleshooting why my feature wouldn&amp;#39;t get activated after my installation even though I configured it to be so with FeatureId setting in Setup.exe.config. &lt;br /&gt;After a while I figured out that it was because the administrator user I was logged in as wasn&amp;#39;t administrator user on that specific site collection.&lt;br /&gt;&lt;br /&gt;Why I would like to call this an issue is that the installer happily reported my feature as activated and I couldn&amp;#39;t find anything that indicated on that something went wrong.&lt;br /&gt;&lt;br /&gt;My proposed solution is to add some kind of permission check for the site collection the feature is about to be activated on, since the code&lt;br /&gt;SPFeature feature &amp;#61; siteCollection.Features.Add&amp;#40;featureId.Value, true&amp;#41;&amp;#59;&lt;br /&gt;on line 1092 in InstallProcessControl.cs &amp;#40;of the 1.2 release&amp;#41; doesn&amp;#39;t throw any exception even if the user running the setup doesn&amp;#39;t have permission to admin that site collection.&lt;br /&gt;</description><author>exton</author><pubDate>Wed, 18 Feb 2009 11:36:59 GMT</pubDate><guid isPermaLink="false">Created Issue: Feature scoped for Site (Site collection) not activated during installation if Setup running user is not administrator on the Site collection 20090218113659A</guid></item><item><title>Created Issue: Feature scoped for Site (Site collection) not activated during installation if Setup running user is not administrator on the Site collection</title><link>http://www.codeplex.com/sharepointinstaller/WorkItem/View.aspx?WorkItemId=12624</link><description>I&amp;#39;m developing a Site scoped feature that I&amp;#39;m installing with this great utility. I was troubleshooting why my feature wouldn&amp;#39;t get activated after my installation even though I configured it to be so with FeatureId setting in Setup.exe.config. &lt;br /&gt;After a while I figured out that it was because the administrator user I was logged in as wasn&amp;#39;t administrator user on that specific site collection.&lt;br /&gt;&lt;br /&gt;Why I would like to call this an issue is that the installer happily reported my feature as activated and I couldn&amp;#39;t find anything that indicated on that something went wrong.&lt;br /&gt;&lt;br /&gt;My proposed solution is to add some kind of permission check for the site collection the feature is about to be activated on, since the code&lt;br /&gt;SPFeature feature &amp;#61; siteCollection.Features.Add&amp;#40;featureId.Value, true&amp;#41;&amp;#59;&lt;br /&gt;on line 1092 in InstallProcessControl.cs &amp;#40;of the 1.2 release&amp;#41; doesn&amp;#39;t throw any exception even if the user running the setup doesn&amp;#39;t have permission to admin that site collection.&lt;br /&gt;</description><author>exton</author><pubDate>Wed, 18 Feb 2009 11:35:50 GMT</pubDate><guid isPermaLink="false">Created Issue: Feature scoped for Site (Site collection) not activated during installation if Setup running user is not administrator on the Site collection 20090218113550A</guid></item><item><title>Created Issue: The Windows Sharepoint Services Admin Service is Not Started!</title><link>http://www.codeplex.com/sharepointinstaller/WorkItem/View.aspx?WorkItemId=12551</link><description>Getting this error when running the setup.exe to install the test project DemoSolution.wsp&lt;br /&gt;&lt;br /&gt;The Windows Sharepoint Services Admin Service is Not Started&amp;#33;&lt;br /&gt;&lt;br /&gt;Any help with this would be great.&lt;br /&gt;Bret&lt;br /&gt;</description><author>bpelkey</author><pubDate>Fri, 06 Feb 2009 02:33:35 GMT</pubDate><guid isPermaLink="false">Created Issue: The Windows Sharepoint Services Admin Service is Not Started! 20090206023335A</guid></item><item><title>Commented Issue: Timeout error</title><link>http://www.codeplex.com/sharepointinstaller/WorkItem/View.aspx?WorkItemId=9070</link><description>Hi&lt;br /&gt;&lt;br /&gt;When deploying on a production server, the client gets this error. Can someone shed more light please&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; ERROR &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;Timeout error&lt;br /&gt;CodePlex.SharePointInstaller.InstallException&amp;#58; Timeout error at CodePlex.SharePointInstaller.InstallProcessControl.WaitForJobCompletionCommand.Rollback&amp;#40;&amp;#41;&lt;br /&gt;at CodePlex.SharePointInstaller.InstallProcessControl.TimerEventRollback&amp;#40;Object myObject, EventArgs myEventArgs&amp;#41;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: ** Comment from web user: khabba ** &lt;p&gt;Check if the Windows SharePoint Services Timer runs under an account that has the appropriate rights to run. &lt;/p&gt;</description><author>khabba</author><pubDate>Fri, 16 Jan 2009 13:28:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Timeout error 20090116012804P</guid></item><item><title>Commented Feature: MSI Integration</title><link>http://www.codeplex.com/sharepointinstaller/WorkItem/View.aspx?WorkItemId=7932</link><description>Integration into MSI which could either be done by providing commandline parameters or by implementing an System.Configuration.Installer class.&lt;br /&gt;Comments: ** Comment from web user: RyanWheeler ** &lt;p&gt;Eric - a heads up on the can of worms you will run into with MSI&amp;#39;s on 2008 with UAC enabled. I been at this for a week now and don&amp;#39;t have the answer, just warning you of what to expect and give you some clues.&lt;br /&gt;Admin users run with a standard user token that doesn&amp;#39;t have admin permissions and UAC &amp;#39;upgrades&amp;#39; to privileged token as necessary - http&amp;#58;&amp;#47;&amp;#47;technet.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;cc709628.aspx&lt;br /&gt;You do custom installation in MSI&amp;#39;s via CustomActions that can run immediately &amp;#40;as part of config UI&amp;#41; or Deferred &amp;#40;as part of the actual installation&amp;#41;&lt;br /&gt;CustmActions can run as &lt;br /&gt;A&amp;#41; NoImpersonate &amp;#40;which then runs under context of NT Authority&amp;#92;System and has full admin permissions&amp;#41;&lt;br /&gt;B&amp;#41; Impersonated - which runs under the account of whomever kicked off the install.&lt;br /&gt;Problems....&lt;br /&gt;&amp;#42; A&amp;#41; will not work when db is on seperate server as System doesn&amp;#39;t have permission &amp;#40;actually at that point it is Computer&amp;#36; account&amp;#41; and you will get errors such as &amp;#34;The EXECUTE permission was denied on the object &amp;#39;proc_putObject&amp;#39;...&amp;#34;&lt;br /&gt;&amp;#42; B&amp;#41; will run fine EXCEPT if UAC is on as then impersonated user has standard token, is not member of local admin group and can&amp;#39;t run stsadm with admin permissions or access .NET&amp;#39;s .InstallState file &amp;#40;System.Configuration.Install.Installer&amp;#41;&lt;br /&gt;You may think that you can use requireAdministrator in a manifest on your custom action or rely on UAC swapping standard token for privileged token, but that won&amp;#39;t work.&lt;br /&gt;You could use a bootstrapper to force requireAdministrator in manifest and thereby get privileged token from start - but that defeats some of the point of an MSI &lt;br /&gt;I think I am going to settle for warning users to run from privileged cmd line &amp;#40;same effect as requireAdministrator bootstrapper&amp;#41; if it detects 2008.&lt;br /&gt;More here http&amp;#58;&amp;#47;&amp;#47;stackoverflow.com&amp;#47;questions&amp;#47;304353&amp;#47;mark-msi-so-it-has-to-be-run-as-elevated-administrator-account&lt;br /&gt;Get in touch if you want more detail - just warning you that its a nasty nasty can of worms ahead&amp;#33; Thanks for the great work&amp;#33;&lt;/p&gt;</description><author>RyanWheeler</author><pubDate>Fri, 21 Nov 2008 19:23:54 GMT</pubDate><guid isPermaLink="false">Commented Feature: MSI Integration 20081121072354P</guid></item><item><title>Commented Feature: Support for selecting and installing multiple solutions</title><link>http://www.codeplex.com/sharepointinstaller/WorkItem/View.aspx?WorkItemId=7933</link><description>Support for selecting and installing multiple solutions in one go&lt;br /&gt;Comments: ** Comment from web user: ravensorb ** &lt;p&gt;I to would love to see this.  I have the need to install 10 or 15 wsp files at a time, it would be great to have on installer that handles them all in one shot.&lt;/p&gt;</description><author>ravensorb</author><pubDate>Wed, 22 Oct 2008 13:10:59 GMT</pubDate><guid isPermaLink="false">Commented Feature: Support for selecting and installing multiple solutions 20081022011059P</guid></item><item><title>Created Issue: Solution File not found!</title><link>http://www.codeplex.com/sharepointinstaller/WorkItem/View.aspx?WorkItemId=11446</link><description>Issue with the system check. Sometimes fails to detect the solution file and sometimes it works. However, solution file &amp;#40;wsp&amp;#41; does exist in the same directory but the system check fails sometimes at Solution file not found.&lt;br /&gt;</description><author>blalwani</author><pubDate>Tue, 14 Oct 2008 15:16:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Solution File not found! 20081014031647P</guid></item></channel></rss>