Contents
Installing the Shopping Receiver in unattended mode
To install the Shopping receiver in unattended mode, you must provide the Shopping URL Prefix and the Shopping Receiver service user account and password. Other settings are optional. In the example below the policy refresh setting is confgured to use Native mode even if there is a WakeUp Server already installed, and sets DPLAG to use an option 'Always download from DP' for both Packages and Task Sequences, as decribed in Default and recommended Configuration Manager 2007 advertisement settings.
msiexec /i ShoppingReceiver.msi SHOPPINGURLPREFIX="http://shopping.acme.local" SVCUSER=ACME\svc_ShoppingRcvr SVCPASSWORD=svcpassword POLICYREFRESHMODE=NATIVE DPFLAG=2896 /l*v %temp%\ShoppingReceiver-install.log /qn
The command-line example is separated onto different lines for clarity and is entered on a single line in practice. These and other command-line switches are described in Shopping Receiver installer properties.