release - What files to ship with binaries when releasing software? -
i'm college pupil , know how code in c++, c#.net , java.
the thing can create programs, set them work, etc. (sorry if sounds vague)
but, there industry-wide standard followed when shipping binaries customers? not worrying licenses, but, example, @ application (when bundled installer) in c:\program files\myapp\ , may find executable , other necessary dlls/binaries, but, @ other packages (professional) made java/c#.net,
one finds numerous files, directories well-organized.
my concern is, how create "professional" release software (and files include , why) can shipped user?
thank you.
typically distribution on net want supply single installer file unpack libraries , resources programme requires. programme quite simple , doesn't depend on multiple external modules, have no need incorporate multiple files in distribution package, executable. when begin producing applications require access 3rd party apis , such need bind them installation package.
release production
No comments:
Post a Comment