nsExec::Exec and ENV
I am writing an installer wrapper that invokes a couple of actual installer .exes using nsExec::Exec. The second of these installers require the presence of an ENV. The first time this wrapper is run the ENV is created by the first installer but the second installer does not detect it. If I run the wrapper a second time, the second installer does detect the ENV. Is there any way I can get the second installer to see the ENV the first time through?