5
votes
1answer
138 views
How to remove a desktop shortcut by Innosetup
How can I remove a desktop shortcut by Innosetup? It's created by previous version and not needed anymore. I tried delete it in [InstallDelete]
[InstallDelete]
Type: files; Name: …
0
votes
7answers
3k views
Deploy a Desktop Shortcut to a Device running Windows CE 4.2 (VS2005)
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 …
