Windows Desktop Search
#1
Posted 07 April 2006 - 03:53 AM
start /wait %systemdrive%\install\Applications\WindowsDesktopSearch\WindowsDesktopSearch-KB907371-V2-x86-ENU.exe /passive "/norestart"
Yet it still prompts to restart. This causes problems for any application following this one in the list. I know I can add this to the bottom of the list as a workaround but that method isn't really 'elegant'.
Does anyone have any ideas?
#2
Posted 07 April 2006 - 04:01 AM
why you put quotes around the switch /norestart? try without the quotes, they are not necessary.
also have you tried to extract files from the archive?
#3
Posted 07 April 2006 - 04:11 AM
Similarly
start /wait %systemdrive%\install\Applications\WindowsDesktopSearch\WindowsDesktopSearch-KB907371-V2-x86-ENU.exe "/passive "/norestart""
Does not work.
If I run WindowsDesktopSearch-KB907371-V2-x86-ENU.exe /passive /norestart directly from the commandline, it works fine. For some reason in the batch file it is not working. Strange behaviour.
#5
Posted 07 April 2006 - 05:14 AM
/help
/quiet
/passive
/norestart
/forcerestart
/warnrestart
/promptrestart
/overwriteoem
/nobackup
/forceappsclose
/integrate
/log
The issues seems to be with how it runs in the batch file, for example (I should have mentioned this earlier)
start /wait %systemdrive%\install\Applications\WindowsDesktopSearch\WindowsDesktopSearch-KB907371-V2-x86-ENU.exe /passive
works fine, but
start /wait %systemdrive%\install\Applications\WindowsDesktopSearch\WindowsDesktopSearch-KB907371-V2-x86-ENU.exe /passive /norestart
does not
#6
Posted 07 April 2006 - 05:33 AM
#7
Posted 07 April 2006 - 02:22 PM
maybe /passive can handle the /norestart switch.
just a thought.
#8
Posted 09 April 2006 - 04:08 AM
REG ADD %KEY%\031 /VE /D "Windows Desktop Search" /f
REG ADD %KEY%\031 /V 1 /D "%systemdrive%\apps\DesktopSearch\desktopsearch.exe /q /norestart
#9
Posted 10 April 2006 - 03:27 AM
I was hoping that /passive /norestart would also not show the restart dialogue box, but unfortunately it does.
Anyway, thanks to everyone who responded.
Heathuff - offtopic but I would use the enterprise edition of WDS if you don't want the toolbar.
#11
Posted 14 April 2006 - 06:13 AM
has anyone compared it to googles´ desktop search? up to now i used neither the one nor the other. but as i'm getting older and harddisks become alrger almost every day this tool might become a necessity in the future :-)
#12
Posted 19 April 2006 - 07:31 AM
I found it to be faster and WDS also has adm templates for GP use; I'm not sure that Googledesktopsearch offers the same.
2.6.5 of WDS also autocloses Outlook without the need for a switch.
This post has been edited by x9731091: 19 April 2006 - 07:50 AM
#13
Posted 19 April 2006 - 10:59 AM
#14
Posted 21 April 2006 - 03:19 PM
#15
Posted 20 July 2006 - 08:33 AM
#16
Posted 23 July 2006 - 07:39 AM
It seems to happen with other apps as well.
So you command would be:
%systemdrive%\install\Applications\WindowsDesktopSearch\WindowsDesktopSearch-KB907371-V2-x86-ENU.exe /passive /norestart
no quotes as no spaces in command



Help
Back to top









