I built an application with CPack and NSIS and defined a rather long application name (it's for work, so I censored it a bit). When starting the installer the name is cut off. I already tried removing the spaces in the name, adding ' ' to the string for the spaces and removed just one space at the beginning of the name, but nothing helps.
Do you know how to make the frame bigger where NSIS puts the name or another solution how I can fix this?