Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
323 views
in Technique[技术] by (71.8m points)

c# - Excuse me, everyone. I built Setup.exe from Visual Studio 2019. but I try installation to another PC/Laptop it not working

I create window application and built program as .EXE then I test installation on laptops. some laptop can complete installation and can launch program.exe after installation (they has Visual Studio 2019). In the other hand some laptop hasn't Visual Studio. They can installation this program setup.exe. After that Desktop show Icon of program and on Tap START show my program, when I double click for open program. It's not response anything. How I can do for launch my Program setup.EXE for every PC/Laptop without install Visual Studio?

Detail:

I use .NET 4.8

create program for support Windows 32bit

question from:https://stackoverflow.com/questions/65661330/excuse-me-everyone-i-built-setup-exe-from-visual-studio-2019-but-i-try-instal

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Make sure the PC/Laptop you use to install your program has a .net framework installed. You can use this link to install .net framework


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...