Total newb here. I'm having problems with nLite 1.4. I keep getting a unhandeled exception error when I select the directory I copied my XP disc files to and it is being evaluated for it's version. I'm not running the Dot Net frameworks so I installed the nLruntime pack after installing nLite. I was originally doing this on a laptop and got nLite to integrate SP2 successfully but then I was getting the UHE message when tring to create the ISO. I uninstalled and reinstalled nLite several times to try and clear this up but no luck. So I moved all of this to a different PC and am getting the same prob. Here is the error message. See the end of this message for details on invoking  just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.FileLoadException: Could not load file or assembly 'CabLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=5c790c52ffa26522' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1) File name: 'CabLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=5c790c52ffa26522' ---> System.Runtime.InteropServices.COMException (0x800736B1): This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)    at ..(String , String )    at ..(String )    at ..(String , StringCollection& , Boolean , Boolean )    at ..()    at ..()    at ..WndProc(Message& )    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.42 (RTM.050727-4200)     CodeBase: file:///C:/Program%20Files/nLite/v2.0.50727/mscorlib.dll ---------------------------------------- nLite     Assembly Version: 1.4.0.4     Win32 Version: 1.4.0.4     CodeBase: file:///C:/Program%20Files/nLite/nlite.exe ---------------------------------------- System     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.42 (RTM.050727-4200)     CodeBase: file:///C:/Program%20Files/nLite/System.DLL ---------------------------------------- nLite     Assembly Version: 1.4.0.4     Win32 Version: 1.4.0.4     CodeBase: file:///C:/Program%20Files/nLite/nlite.exe ---------------------------------------- System.Windows.Forms     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.42 (RTM.050727-4200)     CodeBase: file:///C:/Program%20Files/nLite/System.Windows.Forms.DLL ---------------------------------------- System.Drawing     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.42 (RTM.050727-4200)     CodeBase: file:///C:/Program%20Files/nLite/System.Drawing.DLL ---------------------------------------- nlgw     Assembly Version: 1.1.0.0     Win32 Version: 1.4.0.4     CodeBase: file:///C:/Program%20Files/nLite/nlite.exe ---------------------------------------- Accessibility     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.42 (RTM.050727-4200)     CodeBase: file:///C:/Program%20Files/nLite/Accessibility.DLL ---------------------------------------- MCDBNET2     Assembly Version: 1.32.0.0     Win32 Version: 1.32.0.1302     CodeBase: file:///C:/Program%20Files/nLite/MCDBNET2.DLL ---------------------------------------- msvcm80     Assembly Version: 8.0.50608.0     Win32 Version: 8.00.50727.42     CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd/msvcm80.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration>     <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. This is becoming a bigger pain than installing all of this normally. Any ideas? Thanks