On a very infrequent basis - I run into a problem with uninstalling my product. Initially we thought the <product name>irunin.xml file was corrupt - but now it looks like the file on rare occasions does not get written to - or written to completely. It is as if the reboot dialog is reached and executed before the irunin.xml file completes the write.
If I controller the writing of this file - I could do things to ensure that the file has finished writing. I would like to know what in setup factory writes this file. Is there some way for me to verify that the file has finished writing.
I could try reading the end of the file and seeing if the last line is there - and I might go that route - it would be nicer to not have to hack it.
Any help would be appreciated.
If I controller the writing of this file - I could do things to ensure that the file has finished writing. I would like to know what in setup factory writes this file. Is there some way for me to verify that the file has finished writing.
I could try reading the end of the file and seeing if the last line is there - and I might go that route - it would be nicer to not have to hack it.
Any help would be appreciated.