am using basic MSI project to prepare setup.exe. Which is running very well on many of my client machines and creating serious issues on few PC's. now i would like to add a logging as part of setup.exe.
Requirement is on either success or failure installation i want to generate a log file to know what happened exactly behind the scenes. here am having few VBScripting also included.
i had a command line parameter.
setup.exe /v"/l*v C:\LogFile31122012.log"
but i would like to generate it on clicking setup.exe file itself. and also the filename shouldn't be harcoded.
Any clues might help a lot. i tried with installshield project --> build --> setting menu. but couldn't get any breakthrough.
thanks in advance.
Regards, Pavan