Archive: HELP : How to defining environnement variable in the target computeur ?


HELP : How to defining environnement variable in the target computeur ?
Hello,

I need to define a environement variable called "SAXON_CP" where for example SAXON_CP=D:\saxon\saxon.jar and modify the CLASSPATH environement variable like this :
CLASSPATH = ...;%SAXON_CP%

How can I do this two operation in the target computer ?
I don't found any explanation about this in the doc.

Regard

Eipimun


Have a look here:
http://nsis.sourceforge.net/Setting_...ment_Variables

I have found this page under:
http://nsis.sourceforge.net/List_of_...SIS_repository


HELP : How to defining environnement variable in the target computeur ?
Thank you niteflyer : its help me to solve my problem !
Thans again.
Eipimun