Sams Teach Yourself C# in 24 Hours

Sams Teach Yourself C# in 24 Hours

By James Foxall and Wendy Haro-Chun

Q&A

  1. Should I always include the Common Language Runtime (CLR) in my setup programs?

    That depends. If you're planning on distributing to a lot of users, it's probably best to include the CLR. If you're just distributing to a few users and you're sure they have the CLR, it may not be so important.

  2. Can I install multiple applications in a single setup program?

    Yes. Just add each project as you did the Picture Viewer project, and be sure to include the output of each project.

Share ThisShare This

Informit Network