Missing icons after install

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
aking
Posts: 1
Joined: Fri Jan 06, 2017 6:24 pm

Missing icons after install

Post by aking »

Hello,

I'm trying to install Everything using Microsoft SCCM. This method is set to install the app under the system context. The problem I'm running into though is that no desktop or Start menu icons are created.

I've included the -install-desktop-shortcut & -install-start-menu-shortcuts options in the command line, but they still aren't being created. Is there anyway to force these icons to appear during a system install?

Thanks
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Missing icons after install

Post by void »

Everything is putting the shortcuts in CSIDL_PROGRAMS and I'm assuming you are installing Everything as admin.

I'll have to make Everything "Smarter" and detect if it is installing as admin, and if so, put the icons in Common start menu (CSIDL_COMMON_PROGRAMS)
I'll add an option -install-common-start-menu-shortcuts / -uninstall-common-start-menu-shortcuts too.

You'll have to create the shortcuts with a vb script or other tool for now.
Post Reply