Re: [wpkg-users] Assigning a Variable from a Registry key

2012-09-05 Thread Rainer Meier
Hi Malte, On 05.09.2012 13:00, Malte Hohmann wrote: I am not sure if WPKG updates the environment at all. It saves and restores its environment during processing of any package - at least this is logged in the output - so I think it just stores its environment variables somewhere and reloads the

Re: [wpkg-users] Assigning a Variable from a Registry key

2012-09-05 Thread Malte Hohmann
2012/8/29 Stefan Pendl > Am 29.08.2012 13:41, schrieb Malte Hohmann: > > To be a bit more precise: I have a package "OracleInstantClient" which >> sets the environment variable ORACLE_HOME using setx.exe utility with >> parameter "-m" (system-wide). This works great. Now I have a second >> packa

Re: [wpkg-users] Assigning a Variable from a Registry key

2012-08-29 Thread Stefan Pendl
Am 29.08.2012 13:41, schrieb Malte Hohmann: To be a bit more precise: I have a package "OracleInstantClient" which sets the environment variable ORACLE_HOME using setx.exe utility with parameter "-m" (system-wide). This works great. Now I have a second package which depends on OracleInstantClient

Re: [wpkg-users] Assigning a Variable from a Registry key

2012-08-29 Thread Malte Hohmann
2012/8/28 Brett Delle Grazie > Hi, > > Hopefully a quick/easy question: > > Is there any way to set a variable to the contents of a registry key? > > something like: > > > etc. > > We have a requirement to locate the profile of a particular user and > this is most easily located via the registry