Hi,
I need to create a utility program which runs on windows mobile. I need to have the .cab file install the program and a shortcut to \Windows\Start Menu\Programs. The user launches the program with this shortcut. I then need to delete the shortcut after the application has been run the first time.
I'm currently getting an UnauthorizedAccessException. I thought maybe the shortcut was locked while the program was running however I can go delete the file using file explorer while the program is still running. Has anyone run into this or think of a work around?
Thanks!