FreeLanguageTools / vocabsieve

Simple sentence mining tool for language learning
GNU General Public License v3.0
344 stars 25 forks source link

Portable Software for Windows instead of .MSI installer #163

Open spirited1086 opened 3 days ago

spirited1086 commented 3 days ago

Wondering if this would be possible. Purpose of doing this is to allow multiple version/configurations, it's temporary hack to have multiple languages and be able to switch between them. The MSI installer allows only one instance of the program which means manually selecting and reconfiguring the program every time I want to switch languages.

1over137 commented 13 hours ago

It wouldn't actually allow this (not any easier than just implementing changing configurations directly). The configuration is not stored in the program. It is stored in the user settings folder (%APPDATA% for Windows). You also don't lose the settings when reinstalling.