Hello
i want to create my MSI installer with Winform project
my dir of project is:
---\App Folder
app.exe
some1.dll
some2.dll
----------------\Jsons Folder
config1.json
config2.json
and each time i install app, i need always replace old config1.json but keep config2.json as it is
what i need config in this case ?