how to set ClassPath Environment Variable in Target Designer?

U

Usman

hi,

i want to set some system environment variables (Path, ClassPath ) can
some body kindly tell me how to set these system environment variables in
Target designer?

Regards

Usman
 
K

KM

Usman,

Enviroment variables on XP/XPe are saved under [HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment] key.
You just have to pre-populate this key values to have your custom enviroment variables in the build.

Although, be careful with the PAth variable as it gets set by other components (like Windows Session Manager). So you have to make
sure your component registry section gets built in the image later than those components.

KM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top