I got a question which puzzled me a long time:
I use
to delete the uninstall.exe file, in which R0 = "C:\Program Files\DPtech\TAC\uninstall.exe"Delete $R0
but to my surprise, it cannot work.
but when i change the code to
It worksDelete "C:\Program Files\DPtech\TAC\uninstall.exe"
can somebody tell me why the usage like Delete $R0 can not work ?
I read the doc, and thought about it for a really long time.
and i urge to know why. thx a lot