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