Burn setup project to CD

Posted by OCER on Stack Overflow See other posts from Stack Overflow or by OCER
Published on 2011-01-03T13:50:14Z Indexed on 2011/01/03 13:54 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

Hello all,

I've never burnt a visual studio program to a CD before. I've made a setup project with all my program files, and it works fine. Do I simply need to burn the following installer files onto the CD and give it to someone?

The installer is a folder containing:

-DotNetFX35 (Folder): Contains .net requirements for my program.

-WIndowsInstaller3_1 (Folder): WindowsInstaller-KB893803-v2-x86.exe

-setup.exe

-My Installer.msi

Sorry for the seemingly easy question. I'm double checking as I have one CD and an impatient employer.

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET