WEB-RAMP-NL, Step 2d. Specify Codebase and Update File

VLF Deployment Check Lists

 

WEB-RAMP-NL, Step 2d. Specify Codebase and Update File

 

You need to add a reference to the newlook.cab and nlupdate.txt files so that your application checks whether newlook is already installed on the user’s PC, and if not,  downloads it from the RAMP_Newlook folder on your web server.

You can do this by specifying the codebase and update file:

·      In the server definition or

·      In the URL when executing your application

 

In the server definition in the Framework, specify:

codebase: RAMP_NewLook/newlook.cab#version=8,0,0,0

update file: RAMP_NewLook/nlupdate.txt

 

Alternatively you can specify the codebase and update file in the URL when executing the application using these parameters:

+NLCODEBASE=

+NLUPDATEFILE=

 

 

 

Note that prior to EPC831, the codebase and update file were specified by modifying the VF_SY120.js file.