I want to make an application which will contain 3
JS files, 1 CSS file and a DLL file. How should I make this application so that when I run the EXE to the client machine (only EXE is present on that machine, other files are not present) the files and dll shold placed in a directory of that machine without installing something. I mean to say that when the exe runs it just makes a folder in a particular drive and places those files and dll in it.
There should not be any set up this is must.
Thanks in advance.
Arindam Jha