As part of my game add-on installer, I need to write a group of files to a specified folder in the ProgramData directory. I'm having trouble wrapping my head around how to do this in Install Creator Pro. I've tried selecting my group of files in the install creator wizard and targeting them to #ProgramData#\[path of files], but that causes errors to be thrown saying a particular file can't be written, which I'm assuming is Windows denying the installer permission. If I just install the same files to the same install directory as the rest of the program, they give no problems. Does anyone have any insights?