how to set ClassPath Environment Variable in Target Designer?

  • Thread starter Thread starter Usman
  • Start date Start date
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
 
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
 
Back
Top