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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: banners poorly redrawn on high DPI machines
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
‎Oct 10, 2014
01:36 PM
banners poorly redrawn on high DPI machines
It appears that Installshield's banners look bad if we use a higher DPI setting.
Is it possible to make installshield DPI aware? (msexec is, so it is unclear why it is a problem)
Is it possible to point it to vector graphics instead?
Thanks,.
Is it possible to make installshield DPI aware? (msexec is, so it is unclear why it is a problem)
Is it possible to point it to vector graphics instead?
Thanks,.
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 10, 2014
03:30 PM
InstallShield 2014 includes DPI scaling
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 13, 2014
01:49 PM
IS 2014 doesn't work. banner still looks bad.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 14, 2014
08:10 AM
On Windows 7 and lower, the scaling routines used by Windows Installer's built-in UI introduce some really funky side effects when scaling down, but just the typical fuzziness when scaling up. Because of this, we elected to use the 100% DPI backgrounds in Basic MSI projects for now. If you choose to provide your own imagery, you can easily work around this by choosing images that scale better.
The setup.exe bootstrap, as well as InstallScript, InstallScript MSI, and Suite projects were all updated to support High DPI displays in InstallShield 2014.
The setup.exe bootstrap, as well as InstallScript, InstallScript MSI, and Suite projects were all updated to support High DPI displays in InstallShield 2014.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 24, 2014
01:50 PM
I don't have a choice on which images to pick.
Instead of removing the DPI feature, why didn't you just default it to on and allow one turn it off with a Boolean property? It might work for 99% of installshield users.
There are a whole set of images in the basic msi project that one cannot control from within the project. These are tied to the theme, e.g. setup.gif is one example that is shown before the actual installer starts (why is it a .gif?).
Our workaround is the overwrite the file that is in the themes. Seems crazy to have to resort to this.
Instead of removing the DPI feature, why didn't you just default it to on and allow one turn it off with a Boolean property? It might work for 99% of installshield users.
There are a whole set of images in the basic msi project that one cannot control from within the project. These are tied to the theme, e.g. setup.gif is one example that is shown before the actual installer starts (why is it a .gif?).
Our workaround is the overwrite the file that is in the themes. Seems crazy to have to resort to this.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 03, 2015
12:54 PM
Issue seems to be the attribute "stretch to fit" is always set to "true". Installshield's algorithm being used to stretch pictures performs miserably.
I'd like to globally turn off this feature in my projects. At this point, I had to turn off this attribute in existing projects, but I'd like to turn it off by default.
There also seems be no control over the very first dialog, that points to the theme being used. The image here is a .gif, which is completely counter intuitive, since everything else uses .bmp.
I'd like to globally turn off this feature in my projects. At this point, I had to turn off this attribute in existing projects, but I'd like to turn it off by default.
There also seems be no control over the very first dialog, that points to the theme being used. The image here is a .gif, which is completely counter intuitive, since everything else uses .bmp.
