You cannot deploy favorites with URLs that contain the % character
You cannot deploy favorites with URLs that contain the % character
RAPID PUBLISHING
Symptom
When you try to deploy favorites with URLs that contain the character ‘%’ (e.g., http://server/web%20for%20us/default.aspx), the favorites will not be applied to the clients.
ÂÂ
This problem occurs when you deploy favorites with Internet Explorer Administration Kit (IEAK) or with Group Policy.
Cause
Information about favorites is stored in install.ins, which is an INI-file formatted text file. Install.ins preserves % characters for use as placeholders, which are resolved when install.ins is processed on the client.
More Information
In the install.ins file, you can use placeholders to specify part of a path, for example, %SERVER-URL%, and provide the value of the placeholder in the [Strings] section of the file.
ÂÂ
Example file
[FavoritesEx]
Title1=Favorite.url
URL1=http://%SERVER-URL%/subweb/default.aspx
[Strings]
Server-URL=www.microsoft.com
ÂÂ
When the file is processed on the client, the favorite is created with the name Favorite.url. It directly points to http://www.microsoft.com/subweb/default.aspx.
DISCLAIMER
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.
Keywords: |
kbnomt kbrapidpub KB967728 |
Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
Microsoft Corporation. All rights reserved. Terms of Use | Trademarks
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Back to the top
Leave a Reply