Changing the Logo

Top  Previous  Next

 

Modifying the application logo can be as simple as copying the new logo image and telling zScope Anywhere application where it is located:

 

1. Create a folder called "BrandingFiles", if it doesn't exist yet, under the folder web located inside the zScope Anywhere installation directory.

   (e.g.: C:/Program Files/zScope Anywhere/web)        

 

2. Copy your own logo image file to the "BrandingFiles" folder.

 

3. Create the WebAliases.ini file and configure it:

 

a. Create a file called "WebAliases.ini" in the installation directory (e.g.: C:/Program Files/zScope Anywhere/bin32/WebAliases.ini). If the file already exists, only append the lines to it.

 

b. Configure the redirection of the logo files you want to substitute, following the two examples below (zawlogo_b.png and favicon.ico):

 

[Alias]

 

;=================

;Main logo

;=================

/images/zawlogo_b.png=BrandingFiles\MyLogo.png

 

;=================

;Favicon

;=================

/favicon.ico=BrandingFiles\MyFavicon.ico

 

c. Save it.

 

4. Open the application to see the changes.

 

 

Bear in Mind:

 

a. Any line in the "WebAliases.ini" file starting with a semicolon will not be considered by the application. It can be used to leave comments in the file.

 

b. You can substitute any interface image or file, by following the same steps described above.

 

c. Sometimes the favicon is not shown right the way, because the browser keeps history of the images. In that case, you should clean the browser cache before trying out the changes.