Page 1 of 1

Missing icons after install

Posted: Fri Jan 06, 2017 6:33 pm
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

Re: Missing icons after install

Posted: Sun Jan 08, 2017 10:53 pm
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.