i have created a setup.exe using the setup and deployment option in visual studio 2008. the setup file is working fine atleast i can install the application as i wanted. but i am not able to solve two problems. they are --

  1. i placed shortcut of targeted exe both in desktop and program menu. after installing i find them there and they alse work well but the problem is they dont show the icon. (i set a icon for the exe and if i create a shortcut manually they show the icon but by installing i they are not showing the icon. but if i run the program the icon is still there on the top of the application)

  2. to give the program an uninstall option i add msiexec.exe in the system folder(created by me). and i placed a shortcut of msiexec.exe in the program menu. but as we know the command of exec is /x(space)[productcode] so i need a product code of my aplication so i can enable the uninstall option for my application. but sadly i cant find a way to get my product code.

can anybody please help to solve these two problems. it will be very helpful for me. thanks in advance.

link|improve this question

20% accept rate
hi , i found the solution of first problem. that was a silly mistake. from the setupr solution property i found the proudcut code. i can even generate a product code from .. visual studio folder \ common7 \tool \guidgen . but i cant still find the solution of the second one – Nobody Mar 15 '11 at 5:34
yahoo. i found the second ans too. from the property of the shortcut exes i have to locate a icon. they cant inherit the icon of its target by itself. thanks newayz. now the question is as i have found the solution should i close the question. if yes then how? – Nobody Mar 15 '11 at 6:02
AFAIK you should be able to add your above two comments as an answer and then accept it. – Ralf Mar 15 '11 at 9:33
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.