wazer Posted October 29, 2009 Posted October 29, 2009 (edited) Im getting this error when im trying to add my extracted iso files to image path.im running win7 x64 DANISH, and tryed to add w7 x64 danish files to image path.Mayb some of it is writting in danish I see theres other people that have the same issue in x86 aswell.Se slutningen af denne meddelelse, hvis du vil have detaljer om,hvordan du starter JIT-fejlfinding i stedet for denne dialogboks.************** Undtagelsestekst **************System.NullReferenceException: Objektreferencen er ikke indstillet til en forekomst af et objekt. ved _7Customizer.Form1.selectImagePathBtn_Click(Object sender, EventArgs e) ved System.Windows.Forms.Control.OnClick(EventArgs e) ved System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) ved System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) ved System.Windows.Forms.Control.WndProc(Message& m) ved System.Windows.Forms.ButtonBase.WndProc(Message& m) ved System.Windows.Forms.Button.WndProc(Message& m) ved System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) ved System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)************** Indlæste assemblies **************mscorlib Assemblyversion: 2.0.0.0 Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll----------------------------------------7Customizer Assemblyversion: 1.0.0.0 Win32-version: 1.0.0.0 CodeBase: file:///C:/Users/Administrator/Desktop/Ny%20mappe/7Customizer.exe----------------------------------------System.Windows.Forms Assemblyversion: 2.0.0.0 Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System Assemblyversion: 2.0.0.0 Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Drawing Assemblyversion: 2.0.0.0 Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Xml Assemblyversion: 2.0.0.0 Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------mscorlib.resources Assemblyversion: 2.0.0.0 Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll----------------------------------------System.Windows.Forms.resources Assemblyversion: 2.0.0.0 Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_da_b77a5c561934e089/System.Windows.Forms.resources.dll----------------------------------------************** JIT-fejlfinding **************Hvis du vil aktivere JIT-fejlfinding, skal værdien jitDebugging indstillesi afsnittet system.windows.forms i konfigurationsfilenfor programmet eller computeren.Programmet skal desuden kompileres med fejlfindingaktiveret.Eksempel:<configuration> <system.windows.forms jitDebugging="true" /></configuration>Når JIT-fejlfinding er aktiveret, bliver alle ikke-afvikledeundtagelser sendt til den JIT-fejlfindingsfunktion, der er registreret på computeren, i stedet forat blive afviklet af denne dialogboks. Edited October 29, 2009 by wazer
blue4603 Posted October 29, 2009 Author Posted October 29, 2009 @wazerCould you post your folder structure?like thisbootefiSources .. etcand could you post the name of the files in the sources folder that has extension .wimRegards
SheepyDaz Posted October 29, 2009 Posted October 29, 2009 I think this is the same error as what i had.change the folder name where your extracted iso is to "win", then run 7customizer as admin.
wazer Posted October 29, 2009 Posted October 29, 2009 (edited) @wazerCould you post your folder structure?like thisbootefiSources .. etcand could you post the name of the files in the sources folder that has extension .wimRegardsF:\\\Installation\\\Microsoft\\\\ISO\\\\\Microsoft.Windows.7.DK\\\\\\da_windows_7_ultimate_x64_dvd_x15-65918inside ^ its like thisbootefisourcessourcesupgradeautorun.infbootmgrbootmgr.efisetup.exeIn the sources folder i only gotboot.wiminstall.wimThis is a untouched iso directly from technet*update*I tryed what SheepyDaz wrote but its still the same i Ran it as administrator and renamed the iso folder to win. Still no luck Edited October 29, 2009 by wazer
blue4603 Posted October 29, 2009 Author Posted October 29, 2009 @wazerDid you choose Imagex and DISM that are located inside amd64 folder.eg I installed aik to the default directoryC:\Program Files\Windows AIK\in this directory there is a folder called toolsin these folder there are some foldersIf you are using an x64 version of windows use amd64 folderIf you are using an x86 version of windows use x86 folderIf you are using an Itanium version of windows use ia64 folderRegards
wazer Posted October 29, 2009 Posted October 29, 2009 (edited) @wazerDid you choose Imagex and DISM that are located inside amd64 folder.eg I installed aik to the default directoryC:\Program Files\Windows AIK\in this directory there is a folder called toolsin these folder there are some foldersIf you are using an x64 version of windows use amd64 folderIf you are using an x86 version of windows use x86 folderIf you are using an Itanium version of windows use ia64 folderRegardsi got dism and imagex in the 7customizer folder and im using 64bit imagex as my os is 64.Yes dism and imagex are selected correctly in your program :=) Edited October 29, 2009 by wazer
blue4603 Posted October 29, 2009 Author Posted October 29, 2009 i got dism and imagex in the 7customizer folder and im using 64bit imagex as my os is 64.Yes dism and imagex are selected correctly in your program :=)I think you did not get my point.You need to select imagex and dism that are inside the amd64 folder inside the WAIK installation folderRegards
wazer Posted October 29, 2009 Posted October 29, 2009 i got dism and imagex in the 7customizer folder and im using 64bit imagex as my os is 64.Yes dism and imagex are selected correctly in your program :=)I think you did not get my point.You need to select imagex and dism that are inside the amd64 folder inside the WAIK installation folderRegardsYep that worked thanks i downloaded a fresh waik and installed that now it seems to work. Tho i need to select every single update when i try to add them im sure you already have heard that from someone else its looking really bright for the win7 custom now thanks to you :=)Does the updates *msu just beeing added as msu and installing at first login? Would be cool if it replaces the old ones with the files from the updates ;=)
blue4603 Posted October 29, 2009 Author Posted October 29, 2009 Yep that worked thanks smile.gif i downloaded a fresh waik and installed that now it seems to work.Glad it worked for youTho i need to select every single update when i try to add them tongue.gif im sure you already have heard that from someone else its looking really bright for the win7 custom now tongue.gif thanks to you :=)Later on I will change inserting updates to selecting multiple updates at onceDoes the updates *msu just beeing added as msu and installing at first login? Would be cool if it replaces the old ones with the files from the updates ;=)I think DISM replaces the old files with new one.Regards
SheepyDaz Posted October 30, 2009 Posted October 30, 2009 (edited) Looking forward to testing this new version out.Another suggestion - Perhaps add an option to create an iso once people have finished editing there images **EDIT**When using the unattended tab, i dont want to add a username as i will be using this image on multiple pc.Do i have to fill it in?? Edited October 30, 2009 by SheepyDaz
Rudi1 Posted October 30, 2009 Posted October 30, 2009 Hey,this is a great news that someone is starting a replacement for vlite!I am not try it yet,becouse I will wait for removing components option.
blue4603 Posted October 30, 2009 Author Posted October 30, 2009 Looking forward to testing this new version out.Another suggestion -Perhaps add an option to create an iso once people have finished editing there images newwink.gifYes this also will come later. You could use vlite to create the iso for you. Thanks for the suggestion.**EDIT**When using the unattended tab, i dont want to add a username as i will be using this image on multiple pc.Do i have to fill it in??Just choose skip user and leave the admin password blank.@Rudi1 Removing components will come late because it will need lots of discussion and researching.Regards
TripNRaVeR Posted October 30, 2009 Posted October 30, 2009 this new version (0.1.4) works like charm i keep testing this tool, thnx for creating this thing, i'll keep you informed
blue4603 Posted October 30, 2009 Author Posted October 30, 2009 this new version (0.1.4) works like charm thumbup.gifi keep testing this tool, thnx for creating this thing, i'll keep you informedGlad it worked for you. please note that there is a slight problem with the unateended part .It still does not auto logon to the administrator accountSo I recommend you DO NOT skip user creation until I resolve this issue.Regards
SheepyDaz Posted October 31, 2009 Posted October 31, 2009 Glad it worked for you. please note that there is a slight problem with the unateended part .It still does not auto logon to the administrator accountSo I recommend you DO NOT skip user creation until I resolve this issue.RegardsI didnt get this error at all Blue.When i used the "Skip creating user"Just before windows logged in for the first time, it asked to create a user. I done that an it logs in fine.Tested on 7 pro x86.Any chance you can get 7customizer to remember the imagex an dism locations?It becomes a pain adding the files each time. Also add so when you start the program it triggers off uac?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now