Doing some research:
Maybe:
www-01.ibm.com/support/docview.wss?uid=s...Currently tring to find the account that is used to call the .dll
No success with procmon, sequence is as follow:
- Create Directory
- Read Directory with filter *.txt
- Etc
So the code inside isn't creating the .txt files needed.
As a test i put my own .txt files inside this directory, called readme.txt.
Now the sequence is as followed:
- No Create (i created it)
- Read Directory with filter *.txt
-- FileFound: readme.txt
- Doing nothing with it (probable incorrect format)
- Etc
It seems that the SYSTEM account and the account currently installing with it do have suffisient rights to write / read. ( as i already knew, but ok)
Weird that i can install this with full gui and not automated.
Goint to try to install it manually, see what files are created and try to replicate that.
Hell if i know, i need it and i wont quit.