Page MenuHomePhabricator

Windows Installer Package error since some blueberry changes
Closed, ResolvedPublic

Description

  • the installed up could not be startet (runtime error).

A first patch for resolving this is attached below.

  • However, now, the ui.assistantutil lib produces errors while registering the .qch help files.

"Registering one or more help files failed"

Event Timeline

baumhaue added a subscriber: baumhaue.

fixes runtime error of windows installer due to wrong search path of blueberry dlls in installed version.

[SVN revision 21243]
FIX (#3284): fixed library search algorithm for installed packages

Help files cannot be displaye because of a missing assistant.exe in the installed system. See:

http://mbits/viewvc/mitk/trunk/mitk/CMakeLists.txt?r1=20251&r2=20386

[SVN revision 21281]
ENH (#3284): merged QT CPACK installation commands of 3M3 and the conventional installer

I think this is resolved now. Closing bug.