I am trying to create a Windows setup file for my .NET project. My IDE is Rider.
Can I use ClickOnce within Rider?
I looked into Squirrel but it seems it does not provide a way to present user with prompts that are needed at the installation, but the update mechanism it has is very smooth. It also works for .NET Framework but doesn’t work for .NETCoreApp so I would need to implement the installer and updater as separate applications.
What are my other options if I wish to stay with Rider only?