My customer is replacing MS Office with OpenOffice in some workstations. My program export a file to Excel using the .xml extension (using open format) and opens it using the current associated program (using ShellExecute)
The problem is that OpenOffice does not register the .xml extension associated with it.
Manually association works fine, but I want to make a .reg or something to easily change the setting.
I'm looking in the registry in a PC with the change already made, but the
"HKEY_CLASSES_ROOT\.xml"
key does not have anything referencing OpenOffice.
Where is the association stored? How can I make a script to do the work?