VB.NET 2005 Application Deployment with different Conditions

Sep 1 2007 11:10 AM

I have developed a VB.NET 2005 Application. I want to give only the exe files to the users. How do I create an .EXE file through VB.NET 2005.

 

I have following files in this application:

1) .txt Files

2) .bat Files

3) Some Java Class Files

4) All files of Application which includes forms code, designer, and other class files

 

Now I want these three types of files to be copied to three different locations during setup of my application. How is it Possible?

 

I also want that my installer will chk for .Net version on that computer. If it is not present then it should automatically install .Net Framework required for my Application.

 

Thanks in advanceā€¦.. J