July 11, 200817 yr I have a very small single file that I wanted to distribute as an executable so I used the runtime solution. It created a directory full of files along with the executable. Do all these files have to be moved to the users machine for it to work? If I create another application will it also create a number of files? As an aside, if I have an application that uses 7 independant files in one solution can I create one executable for the whole thing? Mike
July 11, 200817 yr Mike AS far as I know you need all the files create by the runtime for it to work properly. On the second question, if all the files are needed to make the runtime fuction porperly then you only need to make one runtime.
Create an account or sign in to comment