change system tray icon (quicklaunchicon) Launch4j, Inno setup - inno-setup

I have created the exe file from jar and used this exe to create the installer using Inno setup. However when I install the system tray icon is not changing to custom icon I am proving in the .iss script. With Inno Setup the application icon which is displayed in Start > Program Files is picked up correctly but not the system tray icon.
I used the resource hacker to verify that the exe file has the image which needs to be displayed in the system tray. When Installing I do get prompted to select the desktop icon and quicklaunch icon. Desktop icon is picked correctly but not the quicklaunch icon.
Could some one suggest how to customize the system tray icon (quicklaunchicon).

#JerryDodge Thank you for the clues. The jar itself had the icon file which needed to be replaced. After replacing it, everything worked.

Related

How to prevent InnoSetup from creating Start menu shortcuts?

I use InnoSetup to create application installer. Since I am installing a plugin for an existing application, I don't want the application icon to show up in the Start menu shortcuts. How to prevent InnoSetup from creating Start menu shortcuts?
InnoSetup will only create icons if you have entries in your [Icons] section. Remove all of the entries and your installer won't create any icons.
In devnull's scenario, another task to do could be to hide the installed plugin from the list of the installed Programs and Features on Windows control panel.
In order to so, you need to add this line of code in your InnoSetup script:
CreateUninstallRegKey=no

Installshield desktop shortcut icon shows windows default icon

I have inherited an installscript project which asks the user if they want a desktop shortcut. The script creates the shortcut, but Windows gives it a default icon rather than the icon specified. When you look at the properties of the shortcut, the correct icon is displayed.
I see on this page the following:
"The shortcut target must be present on the target system before AddFolderIcon can be called." And I'm wondering if that's the cause of the issue.
The installscript is creating shortcuts in the OnFirstUIBefore() function. Do we need to instead create these shortcuts in the OnFirstUIAfter() function, after the executable has been copied to the user's machine? And if so, do we need to delay that dialog which asks them if they want the shortcut, or is there a way to save those answers until we get to that function?
I don't recall seeing an install which copies files and then asks you more questions about shortcuts.
We are using Installshield 2012 Spring if that is relevant at all.
FWIW I gave up and decided to create the shortcuts using the installation designer. Now they function correctly; however the install dialogs no longer ask the user if they want the shortcuts.

How to add application shortcuts to Oracle Linux 7 launcher panel

On Oracle Linux 5.0, 6.5, I can drag and drop an application menu item to application launcher panel. So I can start an application by clicking icon from the launcher panel. But under Oracle Linux 7, I was not able to do so.
Can anyone help?
If you select help under Documentation in the Applications folder and search for favorites you'll get the following answer:
To add an application to the dash for easy access:
Click the Applications menu at the top left of the screen and choose the Activities Overview item from the menu.
Click the grid button in the dash and find the application you want to add.
Right-click the application icon and select Add to Favorites.
Alternatively, you can click-and-drag the icon into the dash.
To remove an application icon from the dash, right-click the application icon and select Remove from Favorites.
On Oracle Linux 7.x
Install GNOME Shell Extension TaskBar
Or install it directly from the plug-ins web page here.
Here is a nice picture:
To modify your application menu:
Install alacarte Menu Editor for Gnome 3.
From a terminal run the following commands.
sudo yum install -y alacarte
Run the alacarte Menu editor
alacarte &
To learn more about using alacarte watch this video here. It is in German, but you can set the subtitle to your language.

I have made an application in visual studio 2012 and went under whole process of certification but the test failed, please give me the solution?

please guide me , how to change the default icon in the project in visual studio 2012 ?
due to that the certification test fails .
Due to this error I am not able to upload it to the windows store.
To change the default icon, first find or make an icon file. Then do this:
Go to the project properties. (Project menu.)
Select the Application pane. (Probably the first one.)
Go to the section Resources.
Check the option (radio) button Icon and manifest.
For the Icon field, use the browse button to select your icon file.
Save it, build it, try the certification test again.

C# Window setup project

I am working on window setup and deployment project in .Net VS 2010.I have created a setup file.When we install setup build in .net a step comes where user is asked to select installation folder i.e. Installation Folder step.This step has default banner text "Select Installation Folder".Also browse text box has default header text "Folder".
Is it possible to change these default text?If so please suggest.
Please note that I have to change only these text mentioned above not the default path or location.
Abhinav
If you rightclick your installation project in VS2010 under the option "View" you can select the user interface. A new tab wil open with al the UI windows on it, you can change the text there.

Resources