Jump to content

namreeb

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About namreeb

namreeb's Achievements

0

Reputation

  1. Yes I do 3.5 prior to 1.1, but there is no 10 minute pause or reboot between the two. I do reboot after both, however. Seems to work just fine.
  2. Just an update. I tried one of the switchless comprehensive installers available on the ryanvm page. It caused an endless cycle of rebooting. At that point I went back to g-force's suggestion of reversing the order. That seemed to work well. I also condensed my three .bat files into one, so I'm not sure if I would still be having my original problem or not, but it's working now anyway. Thank you all.
  3. What do you mean by choking? They each wait for the previous install to complete before continuing...? I'll try the switchless installer listed here: http://www.ryanvm.net/forum/viewtopic.php?t=6431 anyways. I think I will also kludge my problem by combining all three bat files into one. I'm not trying to make a career out of making these CDs or anything!
  4. I have three bat files set to be run in the nLite RunOnce section. All three are present in %SYSTEMROOT%\System32\nLite.cmd, but only the first one runs. Any idea why this might be? The three batch files, in order, are as follows: dotnet.bat: @ECHO OFF CD /D %SOURCE%OMEGACPU ECHO .NET Framework 1.1.. START /WAIT dotnet11.exe /Q:A /C:"INSTALL.EXE /Q" ECHO .NET Framework 1.1 Service Pack 1.. START /WAIT dotnet11sp1.exe /Q ECHO .NET Framework 3.5.. START /WAIT dotnet35.exe /PASSIVE /NORESTART ECHO DONE! MKDIR C:\DOTNET_RAN flash.bat: @ECHO OFF CD /D %SOURCE%OMEGACPU ECHO Adobe Flash Player.. ECHO For Firefox.. START /WAIT MSIEXEC /I "install_flash_player_10_plugin.msi" ALLUSERS=TRUE REBOOT=SUPPRESS /QB Echo For Internet Explorer.. START /WAIT MSIEXEC /I "install_flash_player_10_active_x.msi" ALLUSERS=TRUE REBOOT=SUPPRESS /QB ECHO DONE! MKDIR C:\FLASH_RAN misc.bat: @ECHO OFF CD /D %SOURCE%OMEGACPU ECHO Windows Malicious Software Removal Tool.. START /WAIT WINDOWS-KB890830-V2.7.exe /Q ECHO Done. DEL "%ALLUSERSPROFILE%\Desktop\Acrobat.com.lnk" DEL "%ALLUSERSPROFILE%\Desktop\Adobe Reader 9.lnk" MKDIR C:\MISC_RAN the nLite.cmd file is as follows: for /f "tokens=3" %%i IN ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup /v "SourcePath" ^| findstr "REG_SZ"') do set SOURCE=%%i %SOURCE%OMEGACPU\dotnet.bat %SOURCE%OMEGACPU\flash.bat %SOURCE%OMEGACPU\misc.bat EXIT
  5. Hello forum. As the topic suggests, I am searching for a method for including the ActiveX control(s) for Microsoft Update in a unattended XP Pro installation disc. I would prefer doing this without including some sort of pack that will give me a bunch of updates along with it, if that is feasible. If it matters, I have been using nLite to do most of my dirty work, but the solution to my problem does not have to be limited to something doable with nLite. Many thanks in advance!
×
×
  • Create New...