Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created a project of my own. With which sqlserver 2018 is connected. 
After creating its .exe file, when I go to setup on another computer, it is not being set up. 
If i am online, the text is coming - you need to set up .net framework.
 How can I create a setup file that will be set up on another Windows computer as a general rule. 
i don't want anything on that computer.

I seek the cooperation of experts


What I have tried:

i have no idea.
I create a setup file that will be set up on another Windows computer 
Posted
Updated 9-Jul-21 2:22am
Comments
Richard MacCutchan 9-Jul-21 7:38am    
You must tell the setup which prerequisites your program requires. In the case you mention above that is the .NET framework.

1 solution

There is a worked solution here Make an Installation program for C# applications and include .NET Framework installer into the setup[^]
As you mention SQL Server you will also need to include stuff for that - there are plenty of resources on-line if you do some research[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900