
what to do?
Code: Select all
You can't select %systemdrive%\ as Mount Dir
16 GB for x86 e 20 GB for x64 is the free HD space required by Microsoft to install Win7, so it's a safe quantity for extraction and modification of a Win7 imageadric wrote:Ouch!
20Gig free space on a drive just to be able to use DXi is a bit much.
Why is so much space necessary?
Al
You can get further info from %temp%\WinNT6TI.log or from DISM's log C:\Windows\Logs\DISM\.Asim_Omer wrote:When I try to integrate any true addon this error message appear:
Oops, this is a real bug, thank you for pointing it out, it will be fixed next release.gray wrote:Great app, it really is, thanks for creating it.
One issue I have though is that on the "Local Settings" part I can't select "English (United Kingdom)" from the list... Why's that?
That's great, thanks for letting me know what to do and that you're going to fix it.nonno fabio wrote:Oops, this is a real bug, thank you for pointing it out, it will be fixed next release.gray wrote:Great app, it really is, thanks for creating it.
One issue I have though is that on the "Local Settings" part I can't select "English (United Kingdom)" from the list... Why's that?
But how to do in the meantime? Open Notepad and copy these lines:
Dism /image:C:\mountdir /Set-AllIntl:en-GB
change C:\mountdir with mounted image directory and save as cmd file. Then run it as administrator.
http://technet.microsoft.com/en-us/libr ... 10%29.aspx
hi,spawn wrote:does this work with windows xp oem? can i slipstream my oem core with service pack?
Added d/l link for an addon that applies this little regtweak. Tested and working on x64...should work on all.RP wrote:For those who don't want WINNT Integrator to show itself as a CPL upon installation, this is an addon that works at getting rid of it. Deletes the x86 or x64 registry entries based on whatever platform you're using. Addon INF file then deletes itself when finished. Note: does not delete the program .EXE, which is required for the Integrator to do its thing upon Windows Setup...only prevents it from showing in Control Panel on an installed system.
entries.iniINF file (name as "IntegratorCPLremove.inf")Code: Select all
[general] title = Remove WINNT Integrator CPL description = Prevents WINNT Integrator from registering itself as CPL. builddate = 06/23/2011 releasetype = True Addon [SysPrepOC] IntegratorCPLremove=advpack.dll,LaunchINFSection,IntegratorCPLremove.inf,IntegratorCPLremove
Compress all into a CAB file, and name the CAB so it has the word "addon" somewhere in the filename.Code: Select all
[Version] Signature=$Windows NT$ [IntegratorCPLremove.ntx86] DelReg = IntegratorCPLremove.x86.DelReg UpdateInis = OCSysPrep.CleanUp CleanUp = 1 [IntegratorCPLremove.ntamd64] DelReg = IntegratorCPLremove.x64.DelReg UpdateInis = OCSysPrep.CleanUp CleanUp = 1 [DefaultInstall.ntx86] DelReg = IntegratorCPLremove.x86.DelReg [DefaultInstall.ntamd64] DelReg = IntegratorCPLremove.x64.DelReg [OCSysPrep.CleanUp] %17%\OCSysPrep.inf,Components,IntegratorCPLremove=* [IntegratorCPLremove.x86.DelReg] HKLM,"SOFTWARE\Classes\CLSID\{feb811e2-81e4-4727-ad0a-24a634db1720}" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\ControlPanel\NameSpace\{feb811e2-81e4-4727-ad0a-24a634db1720}" [IntegratorCPLremove.x64.DelReg] HKLM,"SOFTWARE\Classes\Wow6432Node\CLSID\{feb811e2-81e4-4727-ad0a-24a634db1720}" HKLM,"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\explorer\ControlPanel\NameSpace\{feb811e2-81e4-4727-ad0a-24a634db1720}"
the details of the RP do not look professional ? (For me it looks very professional)adric wrote:@nonno fabio or @OnePiece Alb or anyone else in the know
Al
So what?RP wrote: Description: Removes WINNT True Integrator item from Control Panel (does not remove program .EXE, which is needed during Windows Setup).
--------------------------------------------------------------------------------------------------------
Yes, professional, but as far as I can tell it was talking about removing it from the control panel on a live system and not from the .wim. I really don't understand the reason why DXintegrator needs to be in the .wim.OnePiece Alb wrote:the details of the RP do not look professional ? (For me it looks very professional)adric wrote:@nonno fabio or @OnePiece Alb or anyone else in the know
AlSo what?RP wrote: Description: Removes WINNT True Integrator item from Control Panel (does not remove program .EXE, which is needed during Windows Setup).
--------------------------------------------------------------------------------------------------------
in this case better the answer is in good English, when will enter online Nonno Fabio will try to explain more well this thingadric wrote: I really don't understand the reason why DXintegrator needs to be in the .wim.