OK, let's summarize the thread one more time then. On your CD, you have an $OEM$ directory. Directories within that use a special structure that can be used for copying to certain directories on the computer during an unattended setup. One such directory is $1, which translates to %systemdrive% (which is C:\ in 99% of installs - it's the drive that windows is installed to). So anything contained in $1 is copied to c:\ (for the sake of our example). So, if you have a folder named install inside $1, it'll be copied to c:\install. Get it?