Hi, I am doing deployment of Windows Vista. To capture the image, we are using ISO file which contains PE. While running from PE, we are loading our application and then saving WIM file. Now, while running through PE, we allow user to select location of WIM file for saving. The application is made of MFC which will run under PE and called CFileDialog to open "Save File Dialog". We are supporting this utility in 9 languages, but for all langauages, this "Save File Dialog" is only coming in english. How can we set PE environment to localized langauge so that it will show local "Save File Dialog: box. The attempts i have made mentioned below: 1. Setting up PE enviroment(Language+Font) before making Boot.wim file ---Unsuccessful. 2. Putting unattend.xml file with langauge settings into PE system directory. ----Unsuccessful. Is there any other way to achieve this? Thanks in advance, Kunal.