I am using InstallScriptMsi project, in which i am using LaunchAppandWait to launch an application. In turn that application needs a dll to initiate. I am setting the dll's path in the Path(environment variable) after copying the file, which is followed by launching the application. But the value which i set to the environment variable is not reflected to the application. So the application failed to execute.
For that i pass the environment block to the LaunchAppandWait, as follows
szEnvPath = INSTALLDIR ^ "sample.dll";
LAAW_PARAMETERS.lpEnvironment = &szEnvPath;
Still the application can't able to get the path, what i did is correct, or any other solution to solve this problem.
Thanking you in Advance,
Gratefully,
Vishnu
