MitsuMan Posted October 28, 2009 Share Posted October 28, 2009 Helloit work just fine to move the install.wim to the root.today i just need to try to make a new one because i make few errors on the image. but now i get this errorfirst i open DISMtool and the set the folder for WIM and MOUNT folder and then i click Mount and that works fine then i click ADD Packagesthen i get this new errorPS C:\> DISM.exe /image:F:\work\mounting /Add-Package /PackagePath:F:\work\updatesDeployment Image Servicing and Management toolVersion: 6.1.7600.16385Error: 0x801f0005An error occurred while attempting to start the servicing process for the imagelocated at F:\work\mounting.For more information, review the log file.The DISM log file can be found at C:\Windows\Logs\DISM\dism.logPS C:\> Link to comment Share on other sites More sharing options...
cluberti Posted October 28, 2009 Share Posted October 28, 2009 # for hex 0x801f0005 / decimal -2145452027 ERROR_FLT_INVALID_NAME_REQUEST winerror.h# An invalid name request was made. The name requested cannot# be retrieved at this time.# as an HRESULT: Severity: FAILURE (1), FACILITY_USERMODE_FILTER_MANAGER (0x1f), Code 0x5# for hex 0x5 / decimal 5 ERROR_ACCESS_DENIED winerror.h# Access is denied.So either you don't have access to that directory (or whomever the app is impersonating doesn't have access), or there's something wrong with the request being made. Perhaps procmon.exe running while the app fails would tell you more as to what actually failed. Link to comment Share on other sites More sharing options...
MitsuMan Posted October 28, 2009 Share Posted October 28, 2009 Hello...i have another question.i have now add packages in the dismtool. and i have too install Danish packages..but how do i make to it install danish instead of english.Thank you so much for all the help and for this great tool Link to comment Share on other sites More sharing options...
urie Posted October 28, 2009 Share Posted October 28, 2009 Helloit work just fine to move the install.wim to the root.today i just need to try to make a new one because i make few errors on the image. but now i get this errorfirst i open DISMtool and the set the folder for WIM and MOUNT folder and then i click Mount and that works fine then i click ADD Packagesthen i get this new errorPS C:\> DISM.exe /image:F:\work\mounting /Add-Package /PackagePath:F:\work\updatesDeployment Image Servicing and Management toolVersion: 6.1.7600.16385Error: 0x801f0005An error occurred while attempting to start the servicing process for the imagelocated at F:\work\mounting.For more information, review the log file.The DISM log file can be found at C:\Windows\Logs\DISM\dism.logPS C:\>did you dismount and cleanup-wim from earlier on Link to comment Share on other sites More sharing options...
MitsuMan Posted October 28, 2009 Share Posted October 28, 2009 Helloi found out why... so now it works again.. Link to comment Share on other sites More sharing options...
tacneplong Posted October 31, 2009 Share Posted October 31, 2009 Can U make it works with xp I can not use it in XP after put dism file 2 C:\Windows\Sys32 I just do like you show me MrJinje Should I need to run Winbuilder scriptThanks Link to comment Share on other sites More sharing options...
jaclaz Posted October 31, 2009 Share Posted October 31, 2009 Can U make it works with xp I can not use it in XP after put dism file 2 C:\Windows\Sys32 I just do like you show me MrJinje Should I need to run Winbuilder scriptThanksRe-read, SLOWLY this time, posts #12,#13 and #14:http://www.msfn.org/board/je-jins-dism-too...04-page-11.htmlSummed up:Je Jin is NOT going to support this thing under XP.There is (hopefully) a way to run DISM under XP.You DO NOT use Winbuilder for it.You may EXTRACT from the Winbuilder .script the commands needed to register the .dlls and add the Registry entriesYOU will need to do the experimenting.Examples:This line:ShellExecute,Hide,regsvr32,"/s #$q%WindowsDir%\System32\Dism\CbsProvider.dll#$q""translates" to:http://winbuilder.net/help/scripts/script_..._ShellExecuteExregsvr32.exe /s %Windir%\System32\Dism\CbsProvider.dllThis line:RegWrite,HKLM,0x4,System\CurrentControlSet\Enum\Root\LEGACY_WIMMOUNT,NextInstance,1means:http://winbuilder.net/help/scripts/script_...x.html#RegWriteAdd a new key in the Registry, in Hkey_Local_Machine, under \System\CurrentControlSet\Enum\Root\, call it LEGACY_WIMMOUNT, add to it a new value of type 0x04 (Dword) name it Nextinstance and set it's value to 1.You may also want to strudy the sintax of the Reg.exe app that comes with XP.I don't want to seem unfriendly , but you are asking for something "advanced" and that will take lots of time to do, you are expected to have "advanced" knowledge (or learn a bit) and do yourself the steps needed to achieve the "advanced" result you are looking for.jaclaz Link to comment Share on other sites More sharing options...
TripNRaVeR Posted October 31, 2009 Share Posted October 31, 2009 i used this tool to integrate some updates but i have a tiny question thoes this tool integrate the updates to all the versions on the image? Link to comment Share on other sites More sharing options...
cluberti Posted November 2, 2009 Share Posted November 2, 2009 It does not, but you can use GImageX to export all of the indexes from all of the .WIM file images you want as sources to combine them into one new .WIM file that you can use, that will work. Link to comment Share on other sites More sharing options...
MrJinje Posted November 2, 2009 Author Share Posted November 2, 2009 (edited) i used this tool to integrate some updates but i have a tiny question thoes this tool integrate the updates to all the versions on the image?Actually it can, but you have to mount each version separately and run Add-Packages against it. Since x86 has 5 versions, you will have to repeat the process 5 times.mmm.. Tastes Like Chicken Edited November 2, 2009 by MrJinje Link to comment Share on other sites More sharing options...
cluberti Posted November 2, 2009 Share Posted November 2, 2009 Link to comment Share on other sites More sharing options...
RickSteele Posted November 4, 2009 Share Posted November 4, 2009 I was able to modiy the WIM file with no errors, but, none of the hotfixes or drivers installed upon performing a fresh install; the xml answer file is good. Refer to the attachment for the logs. I must be missing a step; any ideas-Windows 7 Ultimate (x64). Thanks. Link to comment Share on other sites More sharing options...
MrJinje Posted November 4, 2009 Author Share Posted November 4, 2009 (edited) I was able to modiy the WIM file with no errors, but, none of the hotfixes or drivers installed upon performing a fresh install; the xml answer file is good. Refer to the attachment for the logs. I must be missing a step; any ideas-Windows 7 Ultimate (x64). Thanks.According to you 7z, you integrated around 60+ Drivers and 9 Updates into your image.Can you run a Windows Update Scan and confirm that these 9 updates are still showing up as not installed. They will not show up in your list of installed updates, because they were never installed, they were integrated. Is that the source of the confusion ?As for the drivers, they should already be integrated, run a search of C:\Windows\inf\ for oem1.inf and tell me if you find the file. That is where it should appear if integrated properly, you should find you other 60 drivers in there too. (oem0.inf - oem61.inf are you drivers) Whether or not the drivers actually work with Windows 7 is a whole nother story. Edited November 4, 2009 by MrJinje Link to comment Share on other sites More sharing options...
RickSteele Posted November 4, 2009 Share Posted November 4, 2009 (edited) I was able to modiy the WIM file with no errors, but, none of the hotfixes or drivers installed upon performing a fresh install; the xml answer file is good. Refer to the attachment for the logs. I must be missing a step; any ideas-Windows 7 Ultimate (x64). Thanks.According to you 7z, you integrated around 60+ Drivers and 9 Updates into your image.Can you run a Windows Update Scan and confirm that these 9 updates are still showing up as not installed. They will not show up in your list of installed updates, because they were never installed, they were integrated. Is that the source of the confusion ?Maybe; my understanding is a fresh install after successfully modifying the wim with DISM should install the compatable drivers and any updates included in the modification-n'est pa'?As for the drivers, they should already be integrated, run a search of C:\Windows\inf\ for oem1.inf and tell me if you find the file. That is where it should appear if integrated properly, you should find you other 60 drivers in there too. (oem0.inf - oem61.inf are you drivers) Whether or not the drivers actually work with Windows 7 is a whole nother story.Windows Update shows all of the updates required and not installed; device manager showed no drivers installed-they are all Windows 7 64-bit published for the respective chipsets (ie: x38, Sansung 275T, onboard Yukon LAN controller etc.). However, that said, I think I may have discovered the error on my part; I mounted wim index 1 when Ultra is index 4, boy do I feel stupid So, I think I modified the wrong image. I've just completed running your excellent tool, this time specifying wim index 4. I'm going to backup my current install and complete a fresh install using this one and will post back in a few hours. See attached for this DISM log set-you'll notice the "features" set is populated with more than the index 1 uploaded previously.The wim was committed both times and demounted; all logs are recorded before committing the wim. Edited November 4, 2009 by RickSteele Link to comment Share on other sites More sharing options...
MrJinje Posted November 4, 2009 Author Share Posted November 4, 2009 (edited) Windows Update shows all of the updates required and not installed; device manager showed no drivers installed-they are all Windows 7 64-bit published for the respective chipsets (ie: x38, Sansung 275T, onboard Yukon LAN controller etc.). However, that said, I think I may have discovered the error on my part; I mounted wim index 1 when Ultra is index 4, boy do I feel stupid So, I think I modified the wrong image. I've just completed running your excellent tool, this time specifying wim index 4. I'm going to backup my current install and complete a fresh install using this one and will post back in a few hours. See attached for this DISM log set-you'll notice the "features" set is populated with more than the index 1 uploaded previously.The wim was committed both times and demounted; all logs are recorded before committing the wim.OK, you right, first Features.txt was definitely not Ultimate. Good Catch, future readers take note, be sure to set the correct Image Index #. That's a Deal-Breaker LadiesLet me know if it works this time. Edited November 4, 2009 by MrJinje Link to comment Share on other sites More sharing options...
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