I don't use the Windows Registry to install my software... customers just copy the code I send them to the directory I suggest. They may use a different directory, their choice.
In the code, I call GetCurrentDirectory() to find out where the application was launched from, and create a couple temporary directories from there. One customer reported that the temporary directories are being created on their Google Drive. This is new behavior for them... the software used to create the directories under MyApp/Temp1 and MyApp/Temp2.
What would cause GetCurrentDirectory() to report something other than the home directory of the app? PB2019 app.
~~~Tracy