Issue Details (XML | Word | Printable)

Key: IRBT-5
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Mahmoud Al-Qudsi
Reporter: Mahmoud Al-Qudsi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
iReboot

Incorrect startmenu locations on non-English versions of Windows

Created: 03/Apr/08 05:39 PM   Updated: 03/Apr/08 07:31 PM   Resolved: 03/Apr/08 07:31 PM
Component/s: Installer
Affects Version/s: 1.0
Fix Version/s: 1.1


 Description  « Hide
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

Sort Order: Ascending order - Click to sort in descending order
Mahmoud Al-Qudsi added a comment - 03/Apr/08 07: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