I am trying to create setup project using VS2010. In my Application Folder, I put some files. In my System Folder, I also put some files. I build the project successfully and I got msi file. I have installed the application using generated files. So far so good.
But when I check the time stamp of files in Application Folder and System Folder, it is changed. It puts the current time. For example, test.txt file was in the source place was 09/19/2009, but after installation it put the today's date 06/11/2010.
When I create the same msi project using VS2008, it works like expected. There is no problem at all with VS2008.
Is this bug in VS2010.
Kind Regards,
Rajan Kumar
Rajan