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/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
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
%{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