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 --
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)
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.