tianocore / edk2-edkrepo

Repository for the edkrepo utility
Other
21 stars 24 forks source link

Allow Windows users to have user-specific data directories. #250

Open ndhaller opened 3 months ago

ndhaller commented 3 months ago

If there is no global data directory in Windows (e.g. C:\ProgramData\edkrepo), alternatively look for a user data directory (e.g. C:\Users\xxx\edkrepo) before creating a new global data directory.

This was a small change to test moving the edkrepo.cfg and edkrepo_user.cfg files to a new location in Windows environments other than using the Windows installer default location.

ndhaller commented 3 months ago

Not important to me anymore, if you want to close without merge.

ashedesimone commented 2 months ago

Not important to me anymore, if you want to close without merge.

I believe this will be accomplished as part of the user mode installer creation. @nate-desimone is my understanding correct?