No but I will look into tonight. I found the solution here:Installing Apps Using Runonceex [strings] cdname = "Windows XP Professional CD-ROM" productname = "Windows XP Professional" cdtagfile = "\win51ip" RunOnceEx = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx" [sourceDisksNames] 1 = %cdname%,%cdtagfile%,,"" The line, 1 = %cdname%,%cdtagfile%,,"" , finds the install CD for me. My APPS directory is in the root of the CD. The [strings] section identifies %cdname% and %cdtagfile%. The tag file is the common tag file found on the XP Pro CD-ROM.