Change Setup Icon Advanced Installer Enterprise

Change Setup Icon Advanced Installer Enterprise Rating: 9,1/10 8822 reviews
Active2 years, 1 month ago

How to change the Windows Application's default icon with other one in C# desktop application. I am trying to change it in Setup Project but it is not. I want to show my own icon with Application's shortcut rather then windows default icon

rahul

Advanced Installer ENTERPRISE. With this installation method, you package the DC/OS distribution yourself and connect to every node manually to. The DC/OS installation creates these folders: Folder. Contains the DC/OS binaries, libraries, and cluster configuration. Do not modify.

156k44 gold badges208 silver badges250 bronze badges
AzharAzhar
13.1k37 gold badges128 silver badges193 bronze badges

6 Answers

It is truly odd that when you are creating a deployment (set up) project, and you create a shortcut to the 'Primary output' (an .exe), the shortcut does not automatically get the .exe's icon. Instead it gets a generic document shortcut icon. Some of the answers here suggest adding an .ico file to the installer, but that certainly feels wrong. You can get the desired icon into the shortcut without adding an .ico file.

Please Note: Before downloading you can preview any song by mouse over the PLAY button and click Play or Click to DOWNLOAD button to download hd quality mp3 files. For your search query Ceramah Matius Mantan Misionaris MP3 we have found 1000000 songs matching your query but showing only top 10 results. Now we recommend you to Download first result CERAMAH KERAS MANTAN MISIONARIS F MP3 which is uploaded by Zona Elite of size 60.32 MB, duration 45 minutes and 50 seconds and bitrate is 192 Kbps. Free download ceramah mantan pendeta matius First search results is from YouTube which will be first converted, afterwards the file can be downloaded but search results from other sources can be downloaded right away as an MP3 file without any conversion or forwarding.There is Other Mp3 Songs You can Download Like PS Mania Purwakarta Ceramah KH SYARIF RAHMAT HIDAYAT MATHIEW Di Sindanglaya Sukatani 2012 Or Ceramah Mantan Pendeta Masuk Islam Ust Rahmat Hidayat Campur Bhs Sunda Flv.

Assuming you have already given your program the desired icon,

  • right-click on the Deployment Project
  • pick menu item View > File System
  • in the File System window, find the shortuct whose icon you want to change (for example, under 'Users's Programs Menu')
  • go to the shortcut Properties (right-click and pick 'Properties Window')
  • go to Icon
  • Browse..
  • change 'Files of type' to *.exe
  • browse to and select your 'primary output'
  • OK, OK

And as serhio pointed out, a similar process can set the icon for the Control Panel's 'Add or Remove Programs' list.

Setup
Jeff RoeJeff Roe

You can also change the Icon in the Add & Remove Programs list.

For this select the Setup1 project and select the property AddRemoveProgramsIcon.

You can select an .ico file or leave the main .exe output as file for the icon.

serhioserhio
16.3k40 gold badges186 silver badges338 bronze badges

Right click on you windows application project, select properties. In the properties window, select the application tab. In the application tab, there is a radio button saying Icon and manifest. Select that and browse and select your custom icon for the application in the Icon drop down menu.

Change

Thnks

neo

Change Setup Icon Advanced Installer Enterprise 10

neoAdvanced
4,0996 gold badges17 silver badges26 bronze badges

Make sure you .ico is not to big. Had this issue for hours just to find 256x256 is to big. 48x48 is perfect but I think 128x128 might also work.

ElmerElmer

You can change the icon of the application inside the Windows Application itself. And put that application in the setup project.

Right click the WinApp Project and inside the Application section you can choose and Icon which will be an ico file. Browse for the icon file and select it. Build the project and attach it to the setup project.

rahulrahul
156k44 gold badges208 silver badges250 bronze badges

Right click on Primary Output of Your Project and Select Create Shortcut. Give it a name and then click on its properties and set the icon.

In the setup project you cannot change the primary output's icons. You can create new shortcuts on the desktop etc and apply custom icons on those.

Aseem GautamAseem Gautam
12.9k9 gold badges71 silver badges103 bronze badges

Not the answer you're looking for? Browse other questions tagged c#.netdesktopdesktop-application or ask your own question.