المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Attach autorun.inf to setup



C# Programming
10-13-2011, 12:02 PM
Hi experts,

there is an application for which I created a setup project in Visual Studio 2008 Standard Edition. The setup is to be burnt onto CD.

After being inserted in a CD drive, setup shall start automatically. I created an "Autostart.inf" that should be in the CD root directory along with the setup.exe.

I can copy it there before burning the CD, but I would prefer it to be copied automatically during setup project build.


How can I make a file to be copied to setup project's bin\release directory (Not the application directory but the one with setup.exe, setup.msi, DotNetFX and WindowsInstaller3_1)?

Ciao,


luker