Extras
Extras copied to clipboard
crow-translate: Use portable settings
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.
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.
It would also have to be done on each Sub-key as well.
Do you want to save user settings after switching from the registry to portable settings?