Hello,
I am trying to make an Installer for my application so I suppose to install my application on computers that do not have the .NET installed. When I Build the Setup I got an Error message wihtin a message dialog box which said, "Error 1706. No valid source could be found for product Visual C# .NET Standard - English. The Windows installer cannot continue."
I have to Cancel the Building otherwise the Error just repeated on and on. But I did however get several file in the Setup directory:
* InstMsiA.Exe
* InstMsiW.Exe
* Setup.Exe
* Setup.Ini
* TheSetup.msi
I did copy these files to the computer that does not have the .NET installed and when I run the Setup.Exe, the Setup said that "This setup requires the .NET Framework" and it encourage me to install the .NET Framework first. I think the reason that I cannot complete the Setup is because of the Error 1706. How can I get rid of that Error message when I Build the Setup?
Thanks in advance
Lookheb