Jump to content

icnocop

Member
  • Posts

    63
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by icnocop

  1. Thank you! That works great!
  2. Hello. I have found http://www.winimage.com/misc/filedisk64.htm but it does not support mounting udf\dvd. Has anyone come across an alternative solution? Thank you very much!
  3. Hello. This is a follow-up on this thread (v6.5.1): http://www.msfn.org/board/651-under-XP-x64...rt-t119514.html I am also experiencing this behavior in wpi v7.0 on windows xp pro x64 sp2. I've attached a screen shot with wpi_log.txt in the background. I also see sleep.exe running in task manager. config.js snippet: prog[pn]=['Internet Explroer 7']; uid[pn]=['Internet Explroer 7']; dflt[pn]=['yes']; cat[pn]=['Applications']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\install\\apup_Win2003_XP_x64_DotNet\\modules\\Components\\IE7_xp_2k3_x64_enu.apm_files\\IE7-WindowsServer2003-x64-enu.exe" /passive /update-no /norestart']; cmd2[pn]=['%reboot% 30']; pn++; Any ideas? Thank you.
  4. Hi. nlite v1.4.8 sometimes throws one of these exceptions: Unhandled Exception: System.IO.FileNotFoundException: Could not find file 'UNATTEND.TXT' Unhandled Exception: System.IO.FileNotFoundException: Could not find file 'SWTCHBRD.BM_' This happens when I try to run nlite on a windows 2003 sp2 or windows xp x64 sp2 source files where the service pack was slip streamed through command line (outside of nlite) In this scenario, nlite is run in unattended mode. Any ideas? Thank you.
  5. I am running into these issues and could not figure out a solution yet. I tried using cmdLine=sysdir+'\\shutdown.exe but wpi still hangs on cmd2[pn]=['%reboot%']; and I get a javascript error at the end of the wpi installation if RestartComputer=true I also tried copying C:\WINDOWS\system32\shutdown.exe to the wpi folder but I get the same issues. Any ideas? Thank you.
  6. Ok, thank you nuhi for the confirmation! In order to work-around this issue, I am going to try to use sysocmgr.exe http://support.microsoft.com/kb/222444/EN-US/ It should work.
  7. Hi. It seems there is a problem when (manually) adding the following two lines to the [Components] section of AMD64\winnt.sif (after nlite processing): iis_smtp=On iis_smtp_docs=On Windows XP Professional x64 Edition SP2 What ends up happening is the WMI (Windows Management Instrumentation) service is missing. The answer for the nlite faq "How to reinstall WMI?" (http://nliteos.com/faq.html#Q26) doesn't seem to be unattended which is what I am after. Any ideas \ workarounds? Thank you.
  8. It seems there is a problem when (manually) adding the following two lines to the [Components] section of AMD64\winnt.sif (after nlite): iis_smtp=On iis_smtp_docs=On The result is the "Invalid syntax" error in wpi.hta and the WMI service is missing. I will start another thread in the nlite forum...
  9. Ok, I've finally found a fix. The root problem was that the WMI (Windows Management Instrumentation) service was missing and so I had to add these lines to RunOnceEx.cmd before launching wpi.hta: REM Register WMI cd /d %windir%\system32\wbem for %%i in (*.dll) do RegSvr32 -s %%i scrcons.exe /RegServer unsecapp.exe /RegServer winmgmt.exe /Regserver wmiadap.exe /RegServer wmiapsrv.exe /RegServer wmiprvse.exe /RegServer Thank you mritter for the info in your replies.
  10. Ok, it seems that the line number was misleading (as usual in javascript) The script error actually occurs in core.js line 102: var OSProps = GetObject("winmgmts:").InstancesOf("Win32_OperatingSystem"); I will try to troubleshoot this issue further, since maybe wmi is disabled on this machine or something.
  11. Yup, the work-around is to add this to RunOnceEx.cmd: REM restore framedyn.dll expand %DVD%\AMD64\FRAMEDYN.DL_ %systemroot%\system32\wbem\framedyn.dll expand %DVD%\I386\WFRAMEDYN.DL_ %systemroot%\SysWOW64\wbem\framedyn.dll
  12. Hi. WPI v6.5.1 on Windows XP Professional x64 Edition with SP2 integrated produces "Invalid syntax" error in wpi.hta on line 103 char 5. (See attachment) I am using RunOnceEx.cmd to run wpi in this manner: %DVD%\WPI\WPI.hta timer=0 line 103: timerSecs = WPIcmdArgs[15]; However, if I run wpi.hta after manually finishing installing windows xp professional x64, I do not get this error. Any ideas \ work-arounds? This seems like an issue with Internet Explorer, but I'm not sure how to fix it. Thank you.
  13. Hello. I am using Windows XP Professional x64 Edition (64-bit). Using nLite v1.4.7, I slipstreamed SP2 and added framedyn.dll to the [KeepFiles] section of the presets ini file. I notice these files exist on the CD after it is customized by nLite: .\AMD64\FRAMEDYN.DL_ .\I386\WFRAMEDYN.DL_ But I receive the following error when WPI attempts to silently install directx_jun2008_redist.exe: dxsetup.exe - Unable To Locate Component This application has failed to start because framedyn.dll was not found. Re-installing the application may fix this problem. I notice this file exists on the hard disk after windows installation: C:\WINDOWS\system32\framedyn.dll C:\WINDOWS\system32\dllcache\framedyn.dll C:\WINDOWS\system32\dllcache\wframedyn.dll Having framedyn.dll in the [KeepFiles] section for Windows XP Pro 32-bit with SP3 works as expected. Any ideas \ workarounds? Shouldn't framedyn.dll be in C:\WINDOWS\sytem32\wbem? I will try to run: expand D:\AMD64\FRAMEDYN.DL_ C:\WINDOWS\system32\wbem\framedyn.dll or expand D:\I386\WFRAMEDYN.DL_ C:\WINDOWS\sysWOW64\wbem\framedyn.dll and hopefully that works around the issue. Thank you.
×
×
  • Create New...