Jump to content

nive

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by nive

  1. In Run Once settings under Unattended tab I chosed two components to install: %systemdrive%\install\NETFXAIO.EXE %systemdrive%\install\jre6u4.exe Everything is installins smoothly but the script is not finishing. I mean that even though both installers are executed, black screen is not disappearing - I have to manually close it and then installation continues. Is there a way (a command) to exit from command screen after instalations are finished?
  2. When I did my first nLited XP ver it was SP2 with addons. I used older ver of nlite and in WINNT.sif file i included: [GuiRunOnce] %systemdrive%\install\batch_file.cmd then my batch_file.cmd looked like this: CLS @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\015 /VE /D "Microsoft Office 2003 Professional" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office.exe" /f REG ADD %KEY%\015 /V 2 /D "%systemdrive%\Install\Setup.exe TRANSFORMS=Unattended.MST /qb-" /f start /wait %systemdrive%\install\netfxsp1.exe rundll32.exe iernonce.dll,RunOnceExProcess ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\install EXIT It worked perfectly and both office 2003 and netfx were installed before first logon. Unfortunately with new nLite 1.4.5 it's not working. Even though batch file seems to be executed and I see screen with information that O2K3 is being installed, after first logon it's NOT:( In new nLite I put "%systemdrive%\install\batch_file.cmd" in Execute once under Unattended settings. Now my questios are: 1. Why it's not working even if batch file is executed? 2. My new batch file looks like this: CLS @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\015 /VE /D "Microsoft Office 2003 Professional" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Office.exe" /f REG ADD %KEY%\015 /V 2 /D "%systemdrive%\install\Setup.exe TRANSFORMS=Unattended.MST /qb-" /f ECHO. ECHO Installing Sun Java VM 1.6u5 ECHO Please wait... start /wait jre-6u5-windows-i586-p-s /s /v/qn dotnetfx2.exe /q:a /c:"install.exe /qb" rundll32.exe iernonce.dll,RunOnceExProcess ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\install EXIT I know there are some mistakes in it cause i get error that dotnetfx2.exe couldn't be found and java is not even being installed at all. Please help me fix this batch file 3. And last but not the least: what I really want to do is to have O2K3, .NET Framework-1-3 and SUN Java6 installed. I don't care if its slipstreamed or post install, I just want this to work. If you know answers to above problem I would be more than happy:)
  3. You are SO right!! i must be true cause im trying to do the same with PL version and I get the same error I cant integrate two updates KB890830.exe & KB887472.exe
×
×
  • Create New...