NeoSmart Technologies BugCentral

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • iReboot
  • IRBT-5

Incorrect startmenu locations on non-English versions of Windows

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1
  • Component/s: Installer
  • Labels:
    None

Description

http://neosmart.net/forums/showthread.php?t=1868

Programs do not install links to the correct startmenu folder. During installation a new startmenu folder named "programs" is created. Yet the correct path should be
\startmen~\programme
In fact it is \startmenü\programme, but the "ü" doesn't seem to be a problem, probably because of the 8.3 convention of filenames.
But now a consequence of this is, that iReboot does not install to the correct startup folder, since this is called
\startmen~\programme\autostart

http://neosmart.net/forums/attachment.php?attachmentid=260&d=1207044435

Activity

  • All
  • Comments
  • History
  • Activity
  • Git Commits
Hide
Permalink
Mahmoud Al-Qudsi added a comment - 03/Apr/08 7:12 PM
We're using
%{CSIDL_COMMON_STARTMENU}\Programs\NeoSmart Technologies\....
We should be using
%{CSIDL_COMMON_PROGRAMS}\NeoSmart Technologies\....

and
%{CSIDL_COMMON_STARTMENU}\Programs\Startup\...
We should be using
%{CSIDL_COMMON_STARTUP}\...

Best reference for these constants: http://msdn2.microsoft.com/en-us/library/ms954149.aspx
Show
Mahmoud Al-Qudsi added a comment - 03/Apr/08 7:12 PM We're using %{CSIDL_COMMON_STARTMENU}\Programs\NeoSmart Technologies\.... We should be using %{CSIDL_COMMON_PROGRAMS}\NeoSmart Technologies\.... and %{CSIDL_COMMON_STARTMENU}\Programs\Startup\... We should be using %{CSIDL_COMMON_STARTUP}\... Best reference for these constants: http://msdn2.microsoft.com/en-us/library/ms954149.aspx

People

  • Assignee:
    Mahmoud Al-Qudsi
    Reporter:
    Mahmoud Al-Qudsi
Vote (0)
Watch (0)

Dates

  • Created:
    03/Apr/08 5:39 PM
    Updated:
    03/Apr/08 7:31 PM
    Resolved:
    03/Apr/08 7:31 PM
  • Atlassian JIRA (v5.0.5#732-sha1:79229cc)
  • Report a problem
  • Powered by a free Atlassian JIRA community license for NeoSmart Technologies. Try JIRA - bug tracking software for your team.