Specify a different application icon, Outlook signature or Registry setting
Follow this procedure:
- Find the relevant element in the XML (see table below).
- Remove the encoded data in the element contents.
- Add the replacement file name as attribute for the empty element.
For example, to specify a different application icon, replace the element <icon32x256>XXX</icon32x256> (where "XXX" represents encoded data) with <icon32x256 filename="32x256.ico"></icon32x256>.
Setting |
XML element(s) |
Example |
---|---|---|
Application icon |
<icon32x256>XXX</icon32x256> <icon32x16>XXX</icon32x16> <icon16x256>XXX</icon16x256> <icon16x16>XXX</icon16x16> |
<icon32x256 filename="32x256.ico"></icon32x256> |
Outlook signature |
<htmlfile>XXX</htmlfile> <plainfile>XXX</plainfile> <rtffile>XXX</rtffile> |
<htmlfile filename="companysign.htm"></htmlfile> <plainfile filename="companysign.txt"></plainfile> <rtffile filename="companysign.rtf"></rtffile> |
Registry file |
<registryfile>XXX</registryfile> |
<registryfile filename="setting.reg"></registryfile> |