11-12-2014, 02:39 PM
Hi all,
I am having a little problem executing a program using a path from the registry.
I am able to set an Env. var that is equal to me registry key.
But then I am having problems using that variable in a path to launch the program.
I did this:
str InstallPath
if(rget(InstallPath "InstPath" "Software\Test"))
out InstallPath
else
out "the value or the key does not exist"
run "InstallPathlProgram.exe"
And tried to change the structure of the Run command a few times without success.
It could be easier with environmental variable, so I tried to insert the registry key into my env variable and use it later. That failed also
I am not sure of the structure for the SetEnvVar that would also use the rget function.
I hope this was somewhat clear..
I am having a little problem executing a program using a path from the registry.
I am able to set an Env. var that is equal to me registry key.
But then I am having problems using that variable in a path to launch the program.
I did this:
str InstallPath
if(rget(InstallPath "InstPath" "Software\Test"))
out InstallPath
else
out "the value or the key does not exist"
run "InstallPathlProgram.exe"
And tried to change the structure of the Run command a few times without success.
It could be easier with environmental variable, so I tried to insert the registry key into my env variable and use it later. That failed also

I hope this was somewhat clear..