On Tue, Mar 10, 2009 at 05:12:45PM +0100, Pierre Bourgin wrote: > Juan Jose Pablos a écrit : > > Pierre Bourgin escribió: [...] > > > > humm... well, all the update scripts are using that format: > > > > > > try: > > install/scripts$ grep todo *.bat | grep updates > > > > and according to the usage: > > > > install/tools$ ./msparse.pl --help > > Usage: msparse.pl [microsoft family download url] [local download > > directory] > > > > e.g. msparse.pl > > "http://www.microsoft.com/downloads/details.aspx?FamilyId=AC1141D2-6CE1-403E-832B-0574ADB0C296&displaylang=en" > > > > updates/winxpsp1 > > > > maybe is a typo on the documentation?
You don't seem to be convinced with my previous post ;-) I think you used the following command to update files winxpsp3-up0808.bat, winxpsp3-up0811.bat and winxpsp3-up0812.bat: $ ./tools/msparse.pl <ms_url> winxpsp3/updates Instead of using the usual local download folder (updates/winxpsp3): The right command should have been: $ ./tools/msparse.pl <ms_url> updates/winxpsp3 (notice the different order of "updates" and "winxpsp3" in paths). Until you correct paths in the .bat list above, downloading files listed in .bat files produce the following tree (with tools/prepare script): <unattended>/install/updates/..../ <unattended>/install/updates/winxpsp1/ <unattended>/install/updates/winxpsp2/ <unattended>/install/updates/winxpsp3/ <unattended>/install/winxpsp3/updates/ What's the use of this last path since <unattended>/install/updates/winxpsp3/ already exist ?! Sorry for the noise, I hope to better explained myself this time (english as a foreign language ...) Regards, Pierre Bourgin ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel