setup file for window application
I created a setup file. It is working fine, but I want开发者_如何学编程 an image for my setup. When I installed the setup in any system I want some images on my setup. Help me, thank u.
I will tell you how to do it in Visual Studio. To change the setup.exe icon you can do the following:
- Build your setup project
- Open the setup.exe file use just build, File -> Open -> File
- Right click the Icon node in the file explorer window and choose the Add Resource
- Import the icon your want in the popup dialog, and make sure the ID of the icon is the smallest one.
精彩评论