I created an application in c# and added an icon for it. Now when I build a cab for that application, the icon is not there (it has the default icon). How can I add the icon so when someone will install this application from .cab the, the .exe file and the shortcut to have my icon.
When you added the icon to your project did you also set it as the application icon?
Right-click on your project and select "Properties." Under the "Applications"group if you scroll to the bottom you will see you can selec which icon is the one sed to represent your EXE.
When you added the icon to your project did you also set it as the application icon?
Right-click on your project and select "Properties." Under the "Applications"group if you scroll to the bottom you will see you can selec which icon is the one sed to represent your EXE.