http://bugs.winehq.org/show_bug.cgi?id=22343
--- Comment #4 from Jeff Zaroyko jeffz@jeffz.name 2010-04-11 19:44:02 --- (In reply to comment #3)
Created an attachment (id=27336)
--> (http://bugs.winehq.org/attachment.cgi?id=27336) [details]
file trace
trace:file:DeleteFileW L"Z:\home\tony\Desktop\eraseme.lwp"
At a guess, DeleteFileW is called by the app directly. Off the top of my head, I don't see any reason why DeleteFileW shouldn't remove your symlink. It seems like normal and expected behavior.
You can confirm where DeleteFileW is being called by using winedbg.
winedbg wordpro.exe break * DeleteFileW c bt