I have an application written using VS2005 in C# targeting the Compact Framework 2.0 SP2. As part of the solution, I have CAB deploy project which deploys to the device without a problem. What I can't do is create a shortcut to my application on the devices desktop.
I have spent several hours reading various bits of documentation (why is the search at the MSDN site so bad?), followed the instructions but no joy.
What I've done is:
- Add the "Windows Folder" node to the File System
- Created a folder underneath that named "Desktop"
- Created a shortcut to the Applications Primary Output and placed that in the "Desktop" folder
What am I missing?