Contents
The following table describes the installer properties for the Shopping Receiver installer.
Switch | Default value | Notes |
---|---|---|
ADVERTFLAGS | 4325408 | The AdvertFlag (decimal value) in the SMS_Advertisement Server WMI class. A discussion for the default and recommended values are discussed in default and recommended Configuration Manager 2007 advertisement settings Refer to the Microsoft Configuration Manager SDK documentation for more details on the values that can be set here. |
ADVERTFOLDER | Lets you specify a Configuration Manager folder where Configuration Manager 2007 legacy package related advertisements are grouped in the Configuration Manager Console. If the Folder does not exist, the Receiver creates it. | |
DPFLAG | 2096 | Determines the Advertisement settings for DP behaviour when shopping creates an Advert. It is an integer value that is directly related to the RemoteClientFlags value in the SMS_Advertisement Server WMI Class. A discussion for the default and recommended values are discussed in default and recommended Configuration Manager 2007 advertisement settings Refer to the Microsoft Configuration Manager SDK documentation for more details on the values that can be set here. |
NOUPGRADE | Determines if an upgrade or side-by-side install is required. Values are:
| |
POLICYREFRESHDELAY | 10 | Delay (in seconds) for the policy refresh. 0 disables Shopping led policy refresh. |
POLICYREFRESHMODE | NONE | Determines the way that Shopping uses policy refresh to accelerate application delivery. Values are:
|
SHOPPINGREQUESTINTERVAL | 30 | The duration (in seconds) between polling for new orders from the Shopping Website |
SHOPPINGURLPREFIX | Prefix for the Shopping Website URL. This is defined in one of the following formats depending on your IIS configuration: http://<ServerName> http://<ServerName>:<PortNumber> | |
SHOPPINGREQUESTATTEMPTS | 3 | Number of communication retries when processing any aspect of the Shopping orders. |
SMSSERVERNAME | NONE | SQL Server hosting the Configuration Manager database. Used in conjunction with SMSDBPORT to create an additional settings within the <AppSettings></Appsettings> elements in ShoppingReceiver.exe.config to override the default SQL port (1433).<add key="ConnectionString" value="Server=CM01.HQ.LOCAL,1020; Database=CM_PRI; Trusted_Connection=yes; MultipleActiveResultSets=True; Application Name=ShoppingReceiver;"/> If not specified, the ShoppingReceiver code will try and programatically determine the SMSSERVERNAME using the default SQL port. |
SMSDBPORT | NONE | Custom port used by SQL hosting the Configuration Manager database, requires the SMSSERVERNAME switch. |
STATUSMESSAGEINTERVAL | 60 | Duration (in seconds) between polling for new status messages in Configuration Manager related to Shopping Adverts. |
SVCPASSWORD | The service account password. | |
SVCUSER | The service account – must be the same as the service account used for the Shopping Central component. |