I have Visual Studio 2008 project on which I added a Setup Project. It generates all files to install the application correctly.
Now I am trying to add an autorun.inf to the cd, which is supposed to start the Setup.exe. After a lot of attempts and every combinations possible, nothing works, the install don't start. I even tried a batch file which start Setup.exe but no use.
Is there something I missing, because double-clicking on it works.