ryno365 0 Newbie Poster

Hello daniweb. Recently, I did a c# project that my boss wants an installer for. Having looked at a tutorial, I threw together an installer that gets the job done.

However, since the project I am working on is going to be a windows service (root is windows\system32), I'm trying to figure out where the best place is to place a "copy files to system32" statement. Or even better, if I can somehow change the target directory to be Environment.GetFolderPath(Environment.SpecialFolder.System); (system32). I couldnt find any help with online docs, so could you guys help me with this problem?

Thanks for your help!