A
Aryeh Katz
I'm trying to write an uninstaller in c#.
Everything works fine, except for the uninstall executable itself.
In c++, one could delete such a file through
MoveFileEx and MOVEFILE_DELAY_UNTIL_REBOOT.
Is there a similar way of doing this in c#?
Thanks.
Aryeh
Everything works fine, except for the uninstall executable itself.
In c++, one could delete such a file through
MoveFileEx and MOVEFILE_DELAY_UNTIL_REBOOT.
Is there a similar way of doing this in c#?
Thanks.
Aryeh