Hi,
I need to run a tool(win app – Nant Build utility) using only the Exe file.
It should run from any place (same or different machine) without asking any supporting files or dll’s.
I have done a application but if you place that exe on desk top/ any other place then it will expect the below files and dll’s(Supporting
files).
1.
More than 14 dll’s from NAnt folder and corresponding exe and exe.config files.
2.
App.config
3.
.build and Del.bat files.
Any idea to handle this scenario using Embedding Resources?
Is this possible to handle using Embedding Resources? Because they are accessing the Page.ClientScript to get the embedded files/image/dll from assembly.
Thanks,
Ram