On 08/11/2016 10:10 AM, Emmanuel Lécharny wrote: > Le 06/08/16 à 19:34, Stefan Seelmann a écrit : >> On 08/05/2016 07:33 PM, Stefan Seelmann wrote: >>> On 08/05/2016 03:56 PM, Emmanuel Lécharny wrote: >>>> You can try the latest version using one of the installers : >>>> https://dist.apache.org/repos/dist/dev/directory/studio/2.0.0.v20160717-M11/ >>> May I ask what is missing? Should I test the installers? I think we >>> should rename the (espcially deb and dmg) to follow the same naming >>> schema? Also if we have a dmg I guess the macosx.tar.gz is no longer >>> required. >> I tested the Windows 64bit installer. The start menu entry doesn't work, >> the shortcut is points to "C:\Program Files\Apache Directory >> Studio\Apache Directory Studio.exe" (note the spaces in the .exe) while >> the actual executable is called "ApacheDirectoryStudio.exe" without >> spaces. But direct execution of executable works fine. > Would it be enough to change this line : > > <launcher name="ApacheDirectoryStudio"> > > to > > <launcher name="Apache Directory Studio"> > > in the org.apache.directory.studio.product file to solve this issue ?
Probably yes, but then also for Mac and Linux the executables include spaces, which should not be a problem. Another option would probably be to change the names in windows_installer.nsi (at least CreateShortCut) I choosed to write it without space to have consistent naming of the executable, the parent folder, and the archive (zip or tgz). Kind Regards, Stefan
