Hey all,

I know it's possible to do but let me first explain what I'm talking about here.
I have a form that will take input from the user and then depending on their
choices, I want the form to be able to generate a unique .exe file that it will
output.

So for example, let's say I asked the user what is your favorite homepage and the user input http://www.vbforums.com and clicked "generate exe", an executable would be created that when launched would change their homepage to http://www.vbforums.com

This is just an example and not what the application is about but what I need to find out is how to generate a new exe from the choices? It must be advanced stuff since I'm not familiar with it but know it can be done.

Anyone know where to find answers or code to look at?

chris