View Issue Details

IDProjectCategoryView StatusLast Update
0004279Slicer4Core: Packagingpublic2016-10-13 12:17
Reportermsmolens Assigned Tojcfr  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product VersionSlicer 4.6.0 
Target VersionFixed in Version 
Summary0004279: Windows installer appears blurry
Description

The Windows installer screens appear blurry. That is, they are not always displayed at the correct DPI.

NSIS 3.0 adds an option to make the installer DPI aware:
http://nsis.sourceforge.net/Reference/ManifestDPIAware

CPack's NSIS generator doesn't currently expose an option to set this field directly. One solution is to set CPACK_NSIS_DEFINES to "ManifestDPIAware true" so that the option is added to the NSIS template:
https://github.com/Kitware/CMake/blob/ac5c49239051d0caeb57b6a2f66eca5993309f0c/Modules/NSIS.template.in#L43

Another solution is to add an option to CPack. The NSIS generator would need to check that the NSIS version is at least 3.0 when adding this option to the template, because including the option causes an error on NSIS 2.x.

TagsNo tags attached.

Activities

msmolens

msmolens

2016-10-13 12:17

developer  

Issue History

Date Modified Username Field Change
2016-10-13 12:17 msmolens New Issue
2016-10-13 12:17 msmolens Status new => assigned
2016-10-13 12:17 msmolens Assigned To => jcfr
2016-10-13 12:17 msmolens File Added: slicer-4.6.0-win-installer.png