Author Topic: Non entries in Start/All Programms...  (Read 3923 times)

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Non entries in Start/All Programms...
« on: 2009 January 17 09:17:23 »
... when installing PixInsight as an admin user, and using it as an ordinary user. Start Menu entries are only generated for admin, not for "All Users". This is a minor issues since the workaround is to manually copy the entries from admin to other users.

Georg
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Non entries in Start/All Programms...
« Reply #1 on: 2009 February 04 01:11:32 »
Hi Georg,

This is normal behavior, however you're right in that this is a bug on Windows.

On Linux (assuming a modern desktop manager) and Mac OS X, applications must be installed with administrative privileges, and are available to all users, unless who installs them explicitly hides them in some way. This is how PixInsight has been designed to work.

On Windows, however, the Start menu is a completely different beast. It's true that we still have to adapt to some Windows idiosyncrasies, and this is just an example. Thank you for pointing this out.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: Non entries in Start/All Programms...
« Reply #2 on: 2010 June 06 12:09:44 »
Hi Juan,

this is still here with 1.60. Minor bug, but probably also minor fix...

Georg
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Non entries in Start/All Programms...
« Reply #3 on: 2010 June 10 01:51:43 »
Quote
Minor bug, but probably also minor fix...

Probably, but first I should know how to fix it :) The problem is in the NSIS script that I use to generate installation packages for Windows. I don't promise you this will be fixed in the next version, but I'll try to digest more NSIS documentation, time permitting. Thanks for recalling it!
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: Non entries in Start/All Programms...
« Reply #4 on: 2010 June 10 03:31:11 »
I think the key would be to make the menu entries in the "All Users" part of the start menue (C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ %ALLUSERSPROFILE% ) instead of the current user part (e.g. C:\Users\georgv\AppData\Roaming\Microsoft\Windows\Start Menu\Programs %USERPROFILE%) . I dont know how you tell this in an install script.

Georg
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)