Switch off Infopath Logo

How to change the status of the logo


By default, the logo is turned on after you install the hotfix. To change the status that the logo has when you view a form in a browser window, do one of the following on the server that is running Forms Server 2007:

•To turn off the logo, run the following SQL script.

stsadm -o setformsserviceproperty -pn AllowBranding -pv false

•To turn on the logo, run the following SQL script.

stsadm -o setformsserviceproperty -pn AllowBranding -pv true

•To determine whether the logo is turned on or whether the logo is turned off, run the following SQL script.

stsadm -o getformsserviceproperty -pn AllowBranding

Comments

Popular posts from this blog

100.000 contacts for TyT MD-2017

De Kunst van het gebruik van Prompts in ChatGPT en Bing Chat Enterprise

Show a users display name in a PnP Modern Search Results Web Part using handlebars helpers