View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015256ParaView(No Category)public2015-01-12 05:152015-09-06 12:18
ReporterJoachim Pouderoux 
Assigned ToJoachim Pouderoux 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSWindowsOS Versionx64
Product Versiongit-master 
Target VersionFixed in Version4.4 
Summary0015256: ParaView x64 installation path
DescriptionUnder Windows, in 64bits and by default, ParaView is installed in "Program Files (x86)" instead of "Program Files".
See http://en.wikipedia.org/wiki/Program_Files [^]
TagsNo tags attached.
ProjectTBD
Topic Name15526_Fix_DefaultWin64InstallPath (on superbuild git)
Typeusability
Attached Files

 Relationships

  Notes
(0034074)
Joachim Pouderoux (developer)
2015-01-13 04:12

This bad default behaviour seems to be related to CMake for which a patch has been submitted (but not merged I guess): http://public.kitware.com/Bug/view.php?id=14211 [^]

According to Dave (https://www.mail-archive.com/cmake@cmake.org/msg40151.html [^]) this should do the trick:
IF (CMAKE_CL_64)
  SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64")
ENDIF ()
(0034075)
Joachim Pouderoux (developer)
2015-01-13 04:56

Change Iacc81cef: Setup default NSIS install root for Windowx64

Default install path is (for instance) "c:/Program Files (x86)"
which is supposed to be reserved to 32bits apps.
Instead it should be "c:/Program Files".
Fix that behaviour.

Change-Id: Iacc81cefac6f7ab0c9b55050ba88ca3a682b8f20

http://review.source.kitware.com/#/c/18844/ [^]
(0034485)
Alan Scott (manager)
2015-06-04 17:46

Deleloper tag in git. Closing untested.

 Issue History
Date Modified Username Field Change
2015-01-12 05:15 Joachim Pouderoux New Issue
2015-01-13 04:12 Joachim Pouderoux Note Added: 0034074
2015-01-13 04:56 Joachim Pouderoux Note Added: 0034075
2015-01-13 04:56 Joachim Pouderoux Status backlog => gatekeeper review
2015-01-13 04:56 Joachim Pouderoux Resolution open => fixed
2015-01-13 04:56 Joachim Pouderoux Assigned To => Joachim Pouderoux
2015-01-13 04:56 Joachim Pouderoux Topic Name => 15526_Fix_DefaultWin64InstallPath (on superbuild git)
2015-01-22 09:52 Utkarsh Ayachit Fixed in Version => git-master
2015-01-22 09:52 Utkarsh Ayachit Status gatekeeper review => customer review
2015-01-22 09:52 Utkarsh Ayachit Note Added: 0034093
2015-01-22 10:04 Utkarsh Ayachit Assigned To Joachim Pouderoux => Utkarsh Ayachit
2015-01-22 10:04 Utkarsh Ayachit Assigned To Utkarsh Ayachit => Joachim Pouderoux
2015-01-22 10:08 Utkarsh Ayachit Note Deleted: 0034093
2015-06-04 17:46 Alan Scott Note Added: 0034485
2015-06-04 17:46 Alan Scott Status customer review => closed
2015-09-06 12:18 Utkarsh Ayachit Fixed in Version git-master => 4.4


Copyright © 2000 - 2018 MantisBT Team