In some cases customers asked me to disalbe the „activate“ button in Citrix Storefront web site, which also disables the feature for unattented configuration of Citrix Receiver.

It is pretty easy to do this, by changing just one parameter in the web.config file of your StoreWeb folder.

<receiverConfiguration enabled=”true” …./>

to

<receiverConfiguration enabled=”false” …./>

Now do just a refresh and the button will be gone.

Leave a Comment

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.