
myselfidem
MemberContent Type
Profiles
Forums
Events
Everything posted by myselfidem
-
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
It's what I said: remove the last line! I always do like this and I haven't errors! Anyway we can check and register the file with WSIM whithout this last line! The last line is not really needed for install Windows unattended...only to use WSIM (to check) and validate the file! But thanks for the tip! -
Weird Sysprep issue,urgent help.
myselfidem replied to clivebuckwheat's topic in Unattended Windows 7/Server 2008R2
I made some search and I saw that these files are specific drivers for VMware Virtual Machine! Maybe there is an update to fix this issue with VMware? Or it's possible to remove those files inside your image before capturing or after with DISM? http://kb.vmware.com...ernalId=1009826 Maybe this video can give you some help: NEW Videos: http://www.wincert.n...nt-101-updated/ About SDDL: http://blogs.dirteam...dl-strings.aspx http://networkadmink...ACE_String.aspx http://technet.micro...325(WS.10).aspx (about SID) You can also, as I see inside the forum (I don't remember where is this thread!): Regards -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Yes, you can do like this and remove the last line! Example: <cpi:offlineImage cpi:source="wim:c:/winpro764bit/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> Anyway you can use WSIM to see if errors whithout validate your Autounattend.xml x86 on a 64-bit computer based! -
Thanks! Enjoy, mate.
-
Weird Sysprep issue,urgent help.
myselfidem replied to clivebuckwheat's topic in Unattended Windows 7/Server 2008R2
About your Unattend.xml file, change for Admin and Faculty: <Group>Administrators</Group> Remove: <SkipMachineOOBE> and <SkipUserOOBE>. These values are DEPRECATED for Windows 7. You can choose inside OOBE section the values you need! <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> (remove) <SkipUserOOBE>true</SkipUserOOBE> (remove) </OOBE> About drivers, you can try to add: http://technet.micro...512(WS.10).aspx About <RegisteredOrganisation>, it seems it's better to not add a space! <RegisteredOrganization>My_Organization</RegisteredOrganization> I hope that can help you! *Edit: Please ATTACH your files and no paste them. Your script "setupact.log" freeze the loading page site and must be stopped ! -
About this error message: http://www.computerhope.com/issues/ch000726.htm http://forums.techarena.in/tips-tweaks/1113064.htm
-
You can try whithout integrate SP3 - BUT don't remove components - and tell us what is the result!
-
Try to download a new time SP3! When there is erors...It's better to make a new fresh Windows XP copy on a folder to launch nLite again!
-
You don't answer my question: Have you the ORIGINAL Windows XP CD? Have you downloaded the correct SP3 version: x86? Your computer is 32-bit? FAQ: http://www.nliteos.com/faq.html You need to make a new fresh CD copy to use again nLite!
-
Try to right-click on the SP3 file to unlock and rename as SP3.exe! Launch nLite and try again! You use the original CD or a copy of the folder I386?
-
1) Folder location is where your CD Windows XP is copied (Example: C:\Win_XP) - All files - 2) Create a folder C:\SP3 and copy inside the SP3 file 3) Launch nLite to do the integration process
-
You can try: {DELDIR} "%userprofile%\\Desktop\\folder"
-
How Disable Windows Defender with DISM
myselfidem replied to karikaturs's topic in Unattended Windows 7/Server 2008R2
We can't remove Windows Defender...Just disable it! You can use Autounattend.xml to disable Windows Defender, like said Tripredacus! Or use a reg file: Computer 32-bit: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender] "DisableAntiSpyware"=dword:00000001 Computer 64-bit: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender] "DisableAntiSpyware"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows Defender] "DisableAntiSpyware"=dword:00000001 http://tweakhound.com/vista/tweakguide/page_5.htm -
It 's not an ISO file but an EXE file! That is what you need!!! Create a folder: example: C:\SP3 and set the downloaded "WindowsXP-KB936929-SP3-x86-ENU.exe" file inside; and use nLite 1.4.9.1 to integrate the SP3 inside your source location! XP original is 020513_2211 (D) ?????????????? How to buy an original Windows XP Pro?: Example: http://www.nextag.co...o/products-html *Edit: If you need I can sell you a full complete Windows XP SP3 EN with 4 disk for languages completely new (OEM)! bought here: http://www.2ndsoft.d...ofessional.html *Edit2: http://wiki.lunarsof...iki/Product_IDs
-
About splitting images: http://technet.microsoft.com/en-us/library/dd799251(WS.10).aspx http://technet.microsoft.com/en-us/library/cc749447(WS.10).aspx How to reduce the install.wim or boot.wim size: My batch files: http://www.msfn.org/board/topic/142382-rt-seven-lite-rc-build-170-and-beta-build-260/page__view__findpost__p__973775
-
I don't understand anything! Please, try to not mix everything! Have you the original CD Windows XP Home Edition?
-
You can use your ORIGINAL CD Windows XP to use nLite! If you don't have the original CD you can create a new CD with nLite only if you have inside your computer the folder I386! There is two differents method!
-
SP3 for Windows XP: http://www.microsoft...ails.aspx?id=24 *Edit: posted same time! Thanks Kels
-
7CustomizerLive - Live Windows 7 Customization
myselfidem replied to blue4603's topic in Unattended Windows 7/Server 2008R2
Thanks Blue for the new release version! Unfortunatly 7CustomizerLive works only for ENGLISH version! Regards -
I think we are happy that your problem is solved. Thanks!
-
You know guy...I speak French and I try to give you some help! I don't understand German and my english isn't so good! Sure there is something not working and it's needed your Last session.ini to give you help! My advice is to keep services as default! Regards
-
Could you attach your Last session.ini causing the trouble?
-
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
You can see examples at the first page of this topic [and also see my example above (post #241)] Change to: <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> -
Maybe that can help also: To create the shorcut (send to Desktop): Tested and works. http://support.micro...kb/191882/en-us 1) Browse to C:\Documents and Settings\User\Send To 2) Select File | New | Text document 3) Write: Desktop as Shortcut.DESKLINK (don't use quotes)!! You can use your language! Example French: Bureau (créer un raccourci).DESKLINK 4) Select Enter and OK And you will see the new shorcut http://ss64.com/nt/s...x-services.html
-
Take a look here: http://www.blackviper.com/2008/05/19/black-vipers-windows-xp-x86-32-bit-service-pack-3-service-configurations/