Is there a way to track environment variable changes made by an installer?
I'm working on a Qt Creator Portable, but I am having some difficulty getting Qt Creator for find the files on the portable drive.
I've run RegShot to track file and registry changes. Qt Creator doesn't appear to use the registry at all, instead it uses an INI file. I've set up QtCreatorPortable.exe to modify the INI file to point to the portable installation, but it still doesn't find it. Where else might a program put settings information?