I'm using Wix# to create windows MSI installer.
I want to to install a specific version of .NET MSI installer via my installer.
I want to do this only after the user clicks on 'Install' on the UI but before the installer start the services,
My installer also start a service by using ServiceInstaller and my service need the .NET SDK to be installed in order to start successfully.
Where should I locate the custom action that install the .NET SDK?
Im using custom action to install the .NET SDK by creating a process and run the msi in a silent mode
Thx