Create DVD with application for deployment

ZenMusic

Member
Joined
Jun 30, 2021
Messages
9
Programming Experience
10+
I have a C# application ready to distribute. I create Build and publish that creates a application file has a directory "Application Files"

So if I copy those to DVD what do I do about NetFramework??

THEN I HAVE a 2nd application (much more complex) for Microsoft Flight Simulator .. it needs the simconnect .dll .lib .. how do I handle those?

gratefully thanks david zenmusic
 
If you create a setup project, and publish it, it usually makes the publish directory such that you can copy it straight to your media, or file share. The setup project should also give you the option regarding checking the version of the framework and installing if needed.
 
As for your other application, check the license for the file to see if you are allowed to distribute it.
 
Back
Top Bottom