G
Guest
Here is what I would like to do ..
I have an C# application (App1) that takes a XML file and displays some information, but i dont want the xml file to be seperate ie one .exe file that you run will do what it needs to do
I have app2 that builds the XML file that will be used by App1, i want app2 to embed the xml within app1 and present the user with an exe file
Figure something like an virus wrapper around the exe ?
Any suggestions ???
I have an C# application (App1) that takes a XML file and displays some information, but i dont want the xml file to be seperate ie one .exe file that you run will do what it needs to do
I have app2 that builds the XML file that will be used by App1, i want app2 to embed the xml within app1 and present the user with an exe file
Figure something like an virus wrapper around the exe ?
Any suggestions ???