Hi, all
I would like to install "Everything" in silent mode with custom configurations , when only my custom folder will be configured to be indexed. Any other folders and paths should be unchecked/deleted .
I created ini file
[Everything]
ntfs_volume_paths=
refs_volume_paths=
folders="C:\\temp\\MyFolder"
and run following command during installation
Everything-1.4.1.1026.x64-Setup.exe /S -install-options "-noapp-data -disable-run-as-admin" -install-config "Everything.ini"
But it installs Everything without my configurations
Can you please help me .
How to setup automatically that Everything will index only my folder "C:\\temp\\MyFolder during installation and nothing else ?
Thanks a lot,
Vadim
How to setup automatically that Everything will index only specific folder during installation
Re: How to setup automatically that Everything will index only specific folder during installation
I think the actual options take only 1 sets of quotes.
Install options and deployment
-install-options "-noapp-data -disable-run-as-admin -install-config Everything.ini"Install options and deployment