I build/compile my own version of XBMC for Windows,
And was wanting 2 files - "advancedsettings.xml" & "playercorefactory.xml" to be included with the source,
so that upon installation, these 2 files are added (or created) into the path;
"C:\Users\'account name'\AppData\Roaming\XBMC\userdata" (assuming a Windows 7 installation)
Where would i put these files in my source code - or do i need to edit a C files to get these files created from scratch?
i tried adding them into the \XBMC\Userdata (assuming the XBMC folder is where the project source is stored)
but this only added 'playercorefactory.xml' into \Program Files (x86)\XBMC\userdata (the wrong location) and missed 'advancedsettings.xml'
any help greatly appreciated.
And was wanting 2 files - "advancedsettings.xml" & "playercorefactory.xml" to be included with the source,
so that upon installation, these 2 files are added (or created) into the path;
"C:\Users\'account name'\AppData\Roaming\XBMC\userdata" (assuming a Windows 7 installation)
Where would i put these files in my source code - or do i need to edit a C files to get these files created from scratch?
i tried adding them into the \XBMC\Userdata (assuming the XBMC folder is where the project source is stored)
but this only added 'playercorefactory.xml' into \Program Files (x86)\XBMC\userdata (the wrong location) and missed 'advancedsettings.xml'
any help greatly appreciated.