I'm sure that this isn't the right group but I cannot figure out whether there is a right one. I have a Win32 application that I've built an install set for using VS-2005. The install seems to work just fine putting all the files in the right place alright. However, I would now like to alter one of the files during the install process. Once the user has selected a folder to install into I need to store that folder's name in a text file. What is the correct way to do that? Is there a way to script that or is one supposed to create a DLL or EXE to do that bit of work? Thanks, Allan.