What is single-click (eval) mode (SharePoint 2010 service applications)? -


i'm writing service application sharepoint 2010. i've implemented microsoft.sharepoint.administration.iserviceadministration in service class. there's method called getcreateapplicationoptions in interface returns spcreateapplicationoptions enumeration.

the enumeration has 3 distinct values, e.g. "none". description of "none" reads: service application not created in single-click (eval) mode or shown/created in farm configuration wizard.

i'm farm creation wizard, "single-click (eval) mode"? there seems no info around...

yes, there not lot of available. based on description, sounds like: single-click (eval) mode applicable when not choose install/configure sharepoint farm yourself. example, when want install on same machine on windows 7. , when not in single-click mode, sharepoint presents config wizard when run central admin first time, after installation.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -