I created a CAB project and the installer runs fine on my mobile device, but I have to go to the explorer and open "Program Files/My APP" to find the exe and launch it.

Is there some action I have to take in the config of the setup project or during install to make this work as I want?

(I want to have the icon on the main window/desktop or start menu so that I can run it from there)

link|improve this question

59% accept rate
Perhaps this will help: stackoverflow.com/questions/145440/… – Cosmin Pirvu Sep 8 '11 at 20:23
Thanks Cosmin - though now I am even more confused. – Tim Sep 8 '11 at 21:35
Is there a simple example that explains what I have to do? – Tim Sep 8 '11 at 21:37
I don't think there is a simple solution for this, at least not a free one. You basically need to create the shortcut file yourself, configure it and then include it in your CAB. There are some commercial setup authoring tools which have direct support for this, but you would have to purchase a license. – Cosmin Pirvu Sep 9 '11 at 6:13
1  
Just found this article: j2i.net/BlogEngine/post/2010/02/04/… . It looks like you can just create a regular shortcut and configure it to install in "\Windows\Start Menu". – Cosmin Pirvu Sep 9 '11 at 13:35
show 2 more comments
feedback

1 Answer

up vote 1 down vote accepted

This is the link/answer that worked for me - from Cosmin Pirvu's comment above

Just found this article: j2i.net/BlogEngine/post/2010/02/04/… . It looks like you can just create a regular shortcut and configure it to install in "\Windows\Start Menu". – Cosmin Pirvu Sep 9 at 13:35

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.