Please make sure you enclose the install options with double quotes:
-install-options "-option1 -option2 -option3"
You are missing the starting "
Code: Select all
/S -install-options "-app-data -disable-run-as-admin -disable-update-notification -install-efu-association -uninstall-folder-context-menu -uninstall-quick-launch-shortcut -install-run-on-system-startup -install-service -install-service-port 15485 -install-start-menu-shortcuts -uninstall-url-protocol -language 1034"
Note: The reason for double quoting the install options is they are passed to the installed Everything and not handled by the installer.
Note: Everything 1.4 does not support -install-service-port 15485, it is replaced with -install-service-pipe-name "Everything Service" and -install-service-security-descriptor "D:(A;OICI;GRGW;;;AU)"