Hi all,
I hope anyone can help, the problem is about C# deployment.
I have this software that I want to distribute, and it uses dot net. the thing is, other PCs don't have this or something like dotnetfx file, that's why upon installation, it will attempt to download from Microsoft. How do I compile the Installer so that dotnetfx is included and all necessary dependencies so that PCs can install without connecting to internet or microsoft?
Thanks in advance!
By the way, I'm using Visual Studio