Juan Jose Pablos wrote: > Commit in *unattended/install/scripts* on MAIN > ie7.bat <#file1> +82 added 1.1 > > giving the interest of Internet Explorer 7 for some users. I have added on cvs
Hello, thanks for the adding of IE7 support. There seems to be a typo in the REG.EXE command line: s/HKU/HKCU/ (see below) Regards, Pierre Bourgin > -------------------------------------------------------------------------------- > unattended/install/scripts > *ie7.bat* added at 1.1 > > diff -N ie7.bat > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ ie7.bat 6 Dec 2008 11:22:18 -0000 1.1 > @@ -0,0 +1,82 @@ > > + > +:: Cumulative Security Update for Internet Explorer 7 for Windows XP > (KB953838) > +:: > <http://www.microsoft.com/downloads/details.aspx?FamilyID=8e2125c7-52cb-4052-82a3-2d3c6a953752> > +:: > URL|ARA|http://download.microsoft.com/download/1/d/9/1d9a607c-9b70-4aec-acf5-195d46cc9e3d/IE7-WindowsXP-KB953838-x86-ARA.exe|updates/ie7/ie7-windowsxp-kb953838-x86-ara.exe [...] > + > +::It would be nice to be able to get rid of the phishing filter dialog that > pops up on a user's first login > +todo.pl "reg add \"HKU\Software\Microsoft\Internet Explorer\PhishingFilter\" > /v Enabled /t REG_DWORD /d 2 /f" WRONG: todo.pl "reg add \"HKCU\Software\Microsoft\Internet Explorer\PhishingFilter\" /v Enabled /t REG_DWORD /d 2 /f" > + > +todo.pl ".reboot-on 194 %Z%\packages\ie7\ie7-windowsxp-x86-%WINLANG%.exe > /passive /nobackup /norestart" ------------------------------------------------------------------------------ _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel