So, Microsoft Visual Studio Installer Projects 2022 is good enough for basic installation right ? Because I'd like to execute some code during the installation to migrate some old data to the app I'm installing.
there is the code i'm using rn but it uses the culture of the thread which is not update if the thread is already running:
Result = Convert.ToDouble(value);