简体   繁体   中英

Setup file for win xp and win 7 from vb.net 2017

I'm new in vb.net. I have a solution in visual studio 2008 and want to continue with the project in any new version of visual studio eg. 2017. My question is how can I make setup file for windows xp/windows 7 in visual studio 2017 (I made setup for windows 10 and it's ok)?

If you want to run on Win XP and you've upgraded to Visual Studio 2017 you need to make sure the client PCs have the correct .Net version installed.

The .NET Framework 4 is supported on Windows XP, however, it will not run apps that require .NET Framework 4.5 or later versions.

Ref: https://blogs.msdn.microsoft.com/dotnet/p/dotnet45xp/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM