I am using Vista for a while now and have not upgraded to a new DVD burning software. The one built in for burning files appears to work fine, but I can't burn ISO's from MSDN. Here is how to get around this:
use CDBurn.exe that is included in the Windows Server 2003 Support Tools.
ISO CD-ROM Burner Tool (CDBurn) is a command-line tool that allows the user to write (burn) data images from image files located on the hard drive to compact disc (CD) recordable (CD-R) and CD rewritable (CD-RW) media. The data image can be any kind of data, even raw data. This tool can also be used to erase CD-RW media.
Example: Burn a CD From an Image File When a Drive Letter is Assigned to the CD Burner. Type the following at the command line:
cdburn.exe d: c:\dotnet_usa_3678.IDS_x86fre_srv.iso
Press ENTER. Output similar to the following is displayed:
Number of blocks in ISO image is 3d1d6
| 25.6% done
/ 45.2% done
/ 55.3% done
- 68.9% done
\ 89.3% done
- 100.0% done
Finished Writing
Synchronizing Cache: burn successful!
Notes: The drive letter assigned to the burner in this example is D and the image file being written is located at c:\dotnet_usa_3678.IDS_x86fre_srv.iso
The default burn speed for this tool is 4x. The maximum burn speed is limited by the maximum speed of the burner. Use the speed parameter to set the burn speed. The max parameter sets the burn speed of the CD burner to maximum.