Ronny Aasen wrote: >>> So, I guess then - is the dotnet package set no longer going to be a >>> maintained package in unattended? I'd be happy to write a simple bat >>> file for the 3.5 redistributable anyway (I need it for my unattended setup). >>> >>> >> me again. this seems to do the trick. it installs 1,2, 3 and 3.5 as >> well as relevant service packs for all of them (1,2,3). Haven't tested >> the hotfixes for them yet though (testing on a sp3 slipstreamed install). >> >> >> > what kind of slipstreaming tool are you using, i have been trying with > nlite. it seams like a easy enoughf program. but i often end up with a > non installable image. >
I just did this: C:\xpsp3.exe /integrate:C:\xp where xpsp3.exe is the service pack (shortened here) and c:\xp is the folder containing the xp installation. I just mounted my \\ntinstall\install, copied the os/winxpsp2 to c:\xp, ran the slipstream integration, and then copied the c:\xp to z:\os\winxpsp3 I tested on one computer last night, and it worked almost perfectly. The only differences I noticed (besides the .NET which I wrote a new script to do) was that the cygrunsrv command line had to be fixed (I had a bad command in there which didn't have any problems in sp2, but did in sp3), as well as just removing old sp2 non critical patches that I was applying. As far as the autolog.pl not running, the last item put on the todo stack for me is a bat file that runs the following (I had been having some weird problems with registry modifications being reverted with the automated way of doing it, so I just wrote this to do it manually): @ECHO OFF z:\bin\srconfig.pl --enable del /Q C:\netinst\tempcred.bat del /Q C:\netinst\unattend.txt del /Q C:\netinst\permcred.bat reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v ToDoCmd /f rmdir /S /Q C:\netinst\logs del /Q C:\netinst\*.bat del /Q C:\netinst\*.JS del /Q C:\netinst\*.log z:\bin\autolog.pl --logon=0 hope that helps. -- Jon Wilson ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel