This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: using .ico file in shortcuts
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 04, 2014
10:32 AM
using .ico file in shortcuts
Thought other people might be interested in this bug that happened to me -- if you use a .ico file rather than a .gif file for the shortcut icon (useful for windows 8 where 48x48 icons are shown on the desktop and start "menu", and using the 32x32 version gives jaggies), then if your build machine has a different path to the build than the development machine, you'll get errors because the absolute pathname is saved in the .iap_xml file. I reported this bug and they gave me work order IOJ-1561250 (preexisting, someone else reported it). Workaround is to edit the .iap_xml file! Ick. Or to change the path on the development machine and re-import the icon, which is what I actually did.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 09, 2015
10:26 PM
nosrednayduj wrote:
Thought other people might be interested in this bug that happened to me -- if you use a .ico file rather than a .gif file for the shortcut icon (useful for windows 8 where 48x48 icons are shown on the desktop and start "menu", and using the 32x32 version gives jaggies), then if your build machine has a different path to the build than the development machine, you'll get errors because the absolute pathname is saved in the .iap_xml file. I reported this bug and they gave me work order IOJ-1561250 (preexisting, someone else reported it). Workaround is to edit the .iap_xml file! Ick. Or to change the path on the development machine and re-import the icon, which is what I actually did.
Hi,
Could you tell me the details for "change the path on the development machine and re-import the icon"?
another question, I edited the .iap_xml, but when I open .iap_xml with IA2014, the path of icon is changed back to the absolute pathname.
Thanks a million.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2015
09:15 AM
What I mean is that I modified the development machine so that the path to the .iap_xml file was exactly as it is in the build machine. e:\foo\bar\ianywhere\my_product\my_product.iap_xml. Previously the development machine's path was maybe c:\mumble\blatz\ianywhere\my_product\my_product.iap_xml. But I changed it. Fortunately I had an E drive available on both machines.