Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Add Autorun.inf to Release CD


3 replies to this topic

ngo

ngo
  • Full Members
  • 10 posts

Posted 28 October 2009 - 21:16

I have a Setup Project in Visual Studio 2005 for creating a setup.exe and the msi file on the release CD, no problem with that.

Now I need to add autorun.inf to automatically start setup.exe, and there doesn't seem to be a place in VS for adding a file to the root folder of the release CD. Any ideas?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 29 October 2009 - 08:06

Why not copy the .inf file manually, or in your build batch file? Does VS support post-build commands? Then you could use this as well to copy the file.

ngo

ngo
  • Full Members
  • 10 posts

Posted 29 October 2009 - 13:06

Great idea, Steven. This should work, Thanks.

ngo

ngo
  • Full Members
  • 10 posts

Posted 29 October 2009 - 13:07

Sorry, that should've been "Stefan."