Mr Jinje DISM Tool™
#21
Posted 31 October 2009 - 05:36 AM
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 script
Thanks
#22
Posted 31 October 2009 - 06:09 AM
tacneplong, on Oct 31 2009, 12:36 PM, said:
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 script
Thanks
Re-read, SLOWLY this time, posts #12,#13 and #14:
http://www.msfn.org/board/je-jins-dism-too...04-page-11.html
Summed 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 entries
- YOU will need to do the experimenting.
Examples:
This line:
Quote
"translates" to:
http://winbuilder.net/help/scripts/script_..._ShellExecuteEx
regsvr32.exe /s %Windir%\System32\Dism\CbsProvider.dll
This line:
Quote
means:
http://winbuilder.net/help/scripts/script_...x.html#RegWrite
Add 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
jaclaz
#23
Posted 31 October 2009 - 11:15 AM
#24
Posted 01 November 2009 - 07:40 PM
#25
Posted 02 November 2009 - 09:03 AM
TripNRaVeR, on Oct 31 2009, 12:15 PM, said:
mmm.. Tastes Like Chicken
This post has been edited by MrJinje: 02 November 2009 - 09:03 AM
#27
Posted 04 November 2009 - 07:39 AM
#28
Posted 04 November 2009 - 08:44 AM
RickSteele, on Nov 4 2009, 07:39 AM, said:
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.
This post has been edited by MrJinje: 04 November 2009 - 08:48 AM
#29
Posted 04 November 2009 - 09:05 AM
MrJinje, on Nov 4 2009, 09:44 AM, said:
RickSteele, on Nov 4 2009, 07:39 AM, said:
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
The wim was committed both times and demounted; all logs are recorded before committing the wim.
This post has been edited by RickSteele: 04 November 2009 - 09:13 AM
#30
Posted 04 November 2009 - 09:49 AM
RickSteele, on Nov 4 2009, 09:05 AM, said:
The wim was committed both times and demounted; all logs are recorded before committing the wim.
That's a Deal-Breaker Ladies
Let me know if it works this time.
This post has been edited by MrJinje: 04 November 2009 - 09:51 AM
#31
Posted 04 November 2009 - 11:21 AM
...oh, oh...how can it use the drivers if it has not extracted them yet...did I jump the gun here do you think?; if you browse to load drivers during setup it dwells copying files in this scenerio because it has to load and configure before extracting, but, if there integrated, it will not know anything until it extracts the image and has a look-see-is this correct?
Thanks
This post has been edited by RickSteele: 04 November 2009 - 11:38 AM
#32
Posted 04 November 2009 - 11:51 AM
RickSteele, on Nov 4 2009, 11:21 AM, said:
Just let it fully install and you will be fine. Trust me, it does work, almost 2000 downloads between MSFN and MDL, many happy customers. You OS is not actually running until the second reboot. You OEM drivers (especially Unsigned driver's that prompt for Approval), will not be installed until then. In the case of x64, you will get prompted before first login, (and I think it was before SetupComplete.cmd runs too) to install each unsigned drivers. (pop up message for each driver).
As for the Pending thing, that is non-issue, it is because the image was edited offline, M$ documentation clearly describes that user added packages will be marked pending. This is because they are pending until someone actually installs the OS. To avoid the "Pending" you would need to actually install your Image, Sysprep, reseal, and the Recapture the image into a new WIM. After which they will show as installed. But that is way more trouble than is worth.
EDIT: On a side note, you could integrate you Drivers into your Boot.WIM image 2, that would assist anyone having RAID driver issues. That sort of thing.
This post has been edited by MrJinje: 04 November 2009 - 11:53 AM
#33
Posted 04 November 2009 - 12:13 PM
Quote
Oh, I did not know this....
Check this out, third post down:
http://forum.corsair...ead.php?t=82589
since RTW I cannot install in AHCI, just IDE and switch it all over post install with a reg hack and update drivers to Intel in Device Manager
Well, of to the races...be back in a few......
#34
Posted 04 November 2009 - 03:13 PM
RickSteele, on Nov 4 2009, 12:13 PM, said:
Quote
since RTW I cannot install in AHCI, just IDE and switch it all over post install with a reg hack and update drivers to Intel in Device Manager
Ayup, probably Boot.wim is missing the AHCI drivers, never tried that before, but sounds like could work. Report back if it does.
Edit: OK, guess it don't work.
This post has been edited by MrJinje: 08 November 2009 - 08:50 AM
#35
Posted 05 November 2009 - 06:44 PM
Quote
Nope, I loaded the boot intel drivers into the boot.wim; no go, Windows 7 just simply will not recogize either the SSD or the BIOS. I had to configure IDE to install, BUT, when I tried the routine to get AHCI up and running....one BSOD after another.
So, I was smart this time! LOL; made two separate DVD's-one with AHCI in boot.wim, and one without.
Wiped the HDD, fresh install with only the boot Intel drivers out and Bob's your uncle; now my post install AHCI routine went without a hitch with one difference-it loads up an intel inf_install driver with AHCI in the name instead of the msahci generic; M$'$ AHCI support in this OS needs to be reworked. I have never had any trouble before...XP 64-bit, 2000; just Windows 7 RTW.
Quote
...add me to them, all updates, feature removals, inf drivers installed perfectly; veeeery niiiice!!!!
#36
Posted 20 November 2009 - 02:02 PM
http://nativeex.boot-land.net/Programs/Wim...x/WimCaptEx.htm
Here are some batches to use it without winbuilder:
http://www.boot-land...?showtopic=9765
Please NOTE that it is still widely experimental, so DO NOT trust the batches.
@MrJinje
Cannot say if you can adapt the batch routines to your nice tool, possibly as an option for XP users.
jaclaz
#37
Posted 21 November 2009 - 08:50 AM
thanks for the tool.
PS C:\> DISM.exe /Mount-Wim /wimfile:C:\W7\urces\install.wim /index:1 /MountDir:
C:\mount
Herramienta Administración y mantenimiento de imágenes de implementación
Versión: 6.1.7600.16385
Error: 3
El sistema no puede encontrar la ruta especificada.
El archivo de registro de DISM se encuentra en C:\Windows\Logs\DISM\dism.log
PS C:\>
this error for me.
This post has been edited by pakito121: 21 November 2009 - 08:51 AM
#38
Posted 21 November 2009 - 10:19 AM
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
Mounted images:
Mount Dir : C:\Downloads\WIM
Image File : C:\Downloads\Windows 7\sources\install.wim
Image Index : 1
Mounted Read/Write : Yes
Status : Ok
The operation completed successfully.
But when I tried to perform any of servicing commands, I got similar errors about lack providers that support the command.
dism.exe /image:C:\Downloads\WIM /Get-Packages>1
Error: 87
The get-packages option is unknown.
For more information, refer to the help by running DISM.exe /?.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
Extract from dism.log
2009-11-21 18:08:04, Error DISM DISM.EXE: No providers were found that support the command(get-packages). HRESULT=0
What do I do wrong ? Why dism can't find a provider ?
#39
Posted 21 November 2009 - 08:02 PM
Error3 is usually reported as dropping off the So in sources during the sendkeys command while using a non-english language pack. Sadly the fix is the same, move the WIM file to the Root of your partition and it should work fine. Source code for this error has been posted earlier, we have not heard any solution for why "So" is only being dropped while running non-english language packs. (however in this case unicode does not seem to be the issue)
I would be curious to know if the "So" error goes away after switching locale back to english. and if it returns when going non-english again.
Jaclaz, looks good, since my Sapien IDE 45 day trial is long past, it looks like I will be re-writing the whole thing using a real IDE.
This post has been edited by MrJinje: 21 November 2009 - 08:02 PM
#40
Posted 22 November 2009 - 12:55 AM
It was a problem with WIM file. I had tried to service it before using vLite. So, when I refreshed contents from Win7 installation image, get-packages started to work correctly.
But I have another strange result.
get-packages found only 2 packages (see below the output). I tried get-drivers command, and it returned only one driver. I believe, that it should be rather long list of packages and drivers. Any idea ?
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
Image Version: 6.1.7600.16385
Packages listing:
Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385
State : Installed
Release Type : Language Pack
Install Time : 14.07.2009 4:46
Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~x86~~6.1.7600.16385
State : Installed
Release Type : Foundation
Install Time : 14.07.2009 4:46
The operation completed successfully.
I applied install_wim_tweak.exe and resolved problem with packages list. But list of drivers still conatains only one item. Is it ok ?
This post has been edited by alekz2: 22 November 2009 - 07:27 AM
- ← Batch script to install Updates Takes Forever!
- Unattended Windows 7/Server 2008R2
- Install Application to MDT Image →



Help
Back to top











