Friends 
i want a log file to get created as i install my application using myapplication.msi or setup.exe generated by VS 2003. 
I dont want the command prompt solution using 
msiexec myapplication.msi /l c:\mylog.log 
I require such a install log get created automatically when i click either setup.exe or myapplication.msi. 
one more 
i tried the CmdLine option option in the setup.ini file generated by visual studio.net. 
but what ever instruction i give it is not taking it. 
Please give me a solution