Extras icon indicating copy to clipboard operation
Extras copied to clipboard

crow-translate: Use portable settings

Open Ash258 opened this issue 5 years ago • 2 comments

crow-translate/crow-translate#74

Investigate if there is possible to migrate settings from registry into conf file, otherwise add standalone portable manifest.

It is common qt portable mode, which is recreating files instead of changing it, so unisntaller/installer combo is needed.

Ash258 avatar Dec 03 '19 20:12 Ash258

Looks like it is possible to migrate things from the registry, https://devblogs.microsoft.com/scripting/use-powershell-to-enumerate-registry-property-values/ However, it might be a pain to format this stuff for use in Set-Content for the settings.ini portable file.

Annotation 2019-12-03 182252

It would also have to be done on each Sub-key as well.

BlackPowerade avatar Dec 03 '19 23:12 BlackPowerade

Do you want to save user settings after switching from the registry to portable settings?

Shatur avatar Dec 13 '19 15:12 Shatur