I have a VB application that internally calls another
setup.exe to install a different application. After the setup.exe is completed, I want to copy some files to this
other application's installed folder. I am using the
'GetSetting' function to access the registry.
But it looks like the registry doesn't get updated until
my application completes. (Even though the internal call
to setup.exe has completed successfully.)
Is there any way I can access the location for the other
application ?
Thanks.
