http://bugs.winehq.org/show_bug.cgi?id=3383
------- Additional Comments From truiken@gmail.com 2006-27-11 15:37 ------- The installer extracts InstallScript.tmp from the database binary stream table, and then deletes it. When it runs the custom action 'SetAdditionalVersionProperty', it looks for the aforementioned file but can't find it so it bails with a RaiseException. The questions are: should it delete the file in the first place, should this custom action be running, and if it should, are we running it at the right time?