Attach autorun.inf to setup
-
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 "Autorun.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
-
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 "Autorun.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
I don't know what this has to do with C#, but you could copy your file manually or just set its build properties to custom and use a copy statement which is executed during the project build process.
Unrequited desire is character building. OriginalGriff
-
I don't know what this has to do with C#, but you could copy your file manually or just set its build properties to custom and use a copy statement which is executed during the project build process.
Unrequited desire is character building. OriginalGriff