Setup and Deployment Problem
-
I want to add my exe file shortcut to User's Desktop and User's program Menu in my Setup and Deployment Project. When I add this exe file that folders directly , my program can not be run. I think that program need DLL files. How can I solve this problem? So how can I add icon my exe file in Setup Project? Thank you for your answers.... This is my sign
-
I want to add my exe file shortcut to User's Desktop and User's program Menu in my Setup and Deployment Project. When I add this exe file that folders directly , my program can not be run. I think that program need DLL files. How can I solve this problem? So how can I add icon my exe file in Setup Project? Thank you for your answers.... This is my sign
when u add project output in application folder in setup & deployment project u will see primary ouput from project name(Active) in application folder,so right click on this item u will find create shortcut of primary output option,on selecting it u will see shortcut of this primary output and then u can move this shortcut to user's desktop folder and user's programs menu folder rahul
-
when u add project output in application folder in setup & deployment project u will see primary ouput from project name(Active) in application folder,so right click on this item u will find create shortcut of primary output option,on selecting it u will see shortcut of this primary output and then u can move this shortcut to user's desktop folder and user's programs menu folder rahul
Thank you very much for tour help. This is my sign