...
One way to provide the icon files themselves, is to include them as resources in the <resources> section of the install spec. In this case, the res attribute for the icon spec in customicons.xml must be specified as "/resourcesres/resource-id".
| Code Block |
|---|
| title | Example resource entry in install.xml |
|---|
| language | html/xml |
|---|
|
<res id="JFrameIcon.png" src="my-installer-files/JFrameIcon.png"/> |
| Code Block |
|---|
| title | Corresponding entry in customicons.xml |
|---|
| language | html/xml |
|---|
|
<icon res="/resourcesres/JFrameIcon.png" id="JFrameIcon"/> |
...