JPamplin Posted February 22, 2005 Posted February 22, 2005 This is a GREAT app, offered free by Copernic:http://www.copernic.com/en/products/deskto...arch/index.htmlI'd like to include it as a standard app in my unattended setups. Anyone play around with this and get a silent install working? If so, what switches did you use?Thanks,John
eben Posted March 14, 2005 Posted March 14, 2005 anyone care to install and monitor changes? i'm always too tired or don't have enough time slash motivation to do it myself dot
JPamplin Posted December 22, 2005 Author Posted December 22, 2005 OK, the /S switch does work, then you can apply a .reg file from a previous install to duplicate your preferences.Now, the question of the day: ever since 1.61 Copernic forces the Web Tab to be visible. Has anyone figured out how to turn it off?Inquiring minds want to know, TIA,JP
Halfwalker Posted December 25, 2005 Posted December 25, 2005 Add this to your tweaks after Copernic install.[HKEY_USERS\Software\Copernic\DesktopSearch\Meta]"InstalledComponents"=dword:0000009D[HKEY_CURRENT_USER\Software\Copernic\DesktopSearch\Meta]"InstalledComponents"=dword:0000009DNo more search in the taskbar.Regshot comes in handy yet again ...D.
JPamplin Posted December 27, 2005 Author Posted December 27, 2005 (edited) Halfwalker:Thanks so much for the tip! I had a bit of trouble with it, though, and I was wondering if I could get your input:1) The first key you provided is almost correct, but Windows doesn't allow registry branches in HKEY_USERS like SOFTWARE - it has to be the user code of .DEFAULT, or the long string of numbers which identifies the user. In my case, the first key should be:[HKEY_USERS\S-1-5-21-109903746-2060566131-3148740645-1218\Software\Copernic\DesktopSearch\Meta]"InstalledComponents"=dword:0000009d2) If you are entering the key manually, should it be hexidecimal or decimal? I can't make the capital D stick with hex.3) I haven't tried this with a clean setup, but should this be applied right after the first install of Copernic? I quit an existing install of 1.63, applied the patch, and restarted Copernic, and Web was still there.4) Would this work with the .DEFAULT branch of HKEY_USERS, so that every user would get the patch?Thanks, sorry for the n00bie questions,JP Edited December 27, 2005 by JPamplin
Halfwalker Posted December 29, 2005 Posted December 29, 2005 JPamplin -You're probably right about the default key there. I do know that what's listed above works for me. My install looks like this :regedit /S "%DIR%\copernic.reg"REG ADD %KEY%\%NUM% /VE /D "Copernic Desktop Search v1.63" /fREG ADD %KEY%\%NUM% /V 1 /D "%DIR%\copernicdesktopsearch.exe /S" /fREG ADD %KEY%\%NUM% /V 2 /D "%DIR%\finishup.cmd" /fNote - this part is generated from the RunOnceEx.cmd file, called from cmdlines.txt. The regedit is happening before any users are set up, so stuff goes into the right places. Probably don't need the HKU parts, just HKCU.During RunOnceEx, Copernic is installed silently, then the finishup.cmd batch is called, as shown below :@echo offmove "%allusersprofile%\Start Menu\Programs\Copernic Desktop Search.lnk" "%allusersprofile%\Start Menu\Programs\Accessories"del "%allusersprofile%\Desktop\Copernic Desktop Search.lnk"regedit /S "%DIR%\copernic.reg"The regfile has more than above, but those two lines are what turn off the taskbar search.D.
JPamplin Posted December 29, 2005 Author Posted December 29, 2005 (edited) D,Thanks so much for getting back to me on this. I'm a little embarassed, because we've been discussing two different features. You've been talking about the search bar on the taskbar, and I've been referring to the Web icon in the main interface (which I don't want to see - just the rest of them).Sorry for the mixup - any ideas on getting rid of Web?Thanks,JP Edited December 29, 2005 by JPamplin
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now