|
|
Question : Problem: Create link for application in program menu during cab installation
|
|
Hi,
I created an application for windows Mobile 5.0 by using visual studio 2005. I manage to create a cab file to run the installation as well. But the problem is, after the installation, I can't see the program icon on the "program" menu. I need to navigate into the "My Device\Programs\" and the folder created to open the application. May I know what can I do so that during the cab installation, it will auto create a link @ for the application?
Please advice. Thanks.
|
Answer : Problem: Create link for application in program menu during cab installation
|
|
To create a shortcut for the device project application In the right pane of the File System Editor, select Primary output from .
On the Action menu, select Create Shortcut to Primary output from .
This command adds a Shortcut item below the Output item.
Right-click the Shortcut item, click Rename, and rename the shortcut to something suitable for a shortcut.
From: http://msdn2.microsoft.com/en-us/library/zcebx8f8(VS.80).aspx
|
|
|
|