AtriosM3 Posted April 23, 2010 Posted April 23, 2010 Hello,I was wondering if someone could take a peek at my winnf.sif file below and let me know if the coding looks alright. After the install, during the part when you first log in, when it is personalizing things for you, I get error messages:Errors: During Setting up personalized settings for Microsoft Update: Inf Install Failure. Reason: Access is denied.During IE8 setup, same error as above. But, there is the weird part; I made my XP unattended cd with nlite. If I just use nlite settings and not change the winnt.sif file, things install ok. I have attached both my custom winnt.sif file and the nlited winnt.sif. The nlited winnt.sif file actually works flawlessly, but I want to do my custom one. Any help is appreciated. Thanks everyone!My custom winnt.sif below [Data]Autopartition=0MsDosInitiated=0UnattendedInstall="Yes"AutomaticUpdates="Yes"[unattended]UnattendMode=FullUnattendedUnattendSwitch="Yes"OemPreinstall="Yes"OemSkipEula="Yes"FileSystem=*WaitForReboot="No"NoWaitAfterTextMode=1NoWaitAfterGUIMode=1DriverSigningPolicy=IgnoreAutoActivate="No"NonDriverSigningPolicy=Ignore[systemRestore][GuiUnattended]AdminPassword=*TimeZone=020OEMSkipRegional=1OemSkipWelcome=1ProfilesDir="D:\Documents and Settings\"[Display]BitsPerPel=32Xresolution=1280Yresolution=768Vrefresh=60AutoConfirm=1[Components]msmsgs=offfreecell=offhearts=offminesweeper=offspider=offzonegames=offWDSearch=offWgaNotify=offBitLockerToGo=off[userData]ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"ComputerName=my compFullName="my name"[RegionalSettings]LanguageGroup=1Language= "0409"[Networking]InstallDefaultComponents="Yes"[identification]JoinWorkgroup="WORKGROUP"[GUIRunOnce]command9="%SystemDrive%\DPsFnshr.exe"nlited winnt.sif below[Data]AutomaticUpdates="Yes"Autopartition=0MsDosInitiated=0UnattendedInstall="Yes"[unattended]UnattendMode=DefaultHideUnattendSwitch="No"OemPreinstall="Yes"OemSkipEula="Yes"FileSystem=*WaitForReboot="No"NoWaitAfterTextMode=1NoWaitAfterGUIMode=1DriverSigningPolicy=IgnoreNonDriverSigningPolicy=Ignore[systemRestore][GuiUnattended]AdminPassword=*TimeZone=033OEMSkipRegional=1OemSkipWelcome=1[Components][userData]ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"ComputerName=WORK-TESTINGFullName="my name"[RegionalSettings]LanguageGroup=1Language= "0409"[Networking]InstallDefaultComponents="Yes"[identification]JoinWorkgroup="WORKGROUP"
myselfidem Posted April 23, 2010 Posted April 23, 2010 (edited) HelloI've no made an test with integrating IE8, but I see that you are using DriversPack. We can't make changes inside winnt.sif after integrating Drivers with DriversPack whithout errors. We must make these changes before to launch DriversPack. When I use nLite I add two rows inside my winnt.sif and it's works.I will made an test with IE8 integration.Just a part of my modded winnt.sif; Generated by myselfidem[Data]AutomaticUpdates="Yes"Autopartition=0MsDosInitiated=0UnattendedInstall="Yes"EulaComplete=1AcpiHAL=1Win32Ver="a280105"Floppyless=1UseSignatures="Yes"LocalSourceOnCD=1OriSrc=E:\OriTyp=5[unattended]UnattendMode=FullUnattendedRunOOBE="No"UnattendSwitch="Yes"OemPreinstall="Yes"OemSkipEula="Yes"TargetPath=\WINDOWSOemFilesPath="..\$OEM$"ComputerType="ACPI Multiprocessor PC", RetailFileSystem=*WaitForReboot="No"NoWaitAfterTextMode=1NoWaitAfterGUIMode=1DriverSigningPolicy=IgnoreNonDriverSigningPolicy=IgnoreHibernation="No"CrashDumpSetting="3"DisableDynamicUpdates="Yes"FactoryMode="No"Win9xUpgrade="No"Win31upgrade="No"Unused=unused[Display]Xresolution=1280Yresolution=1024BitsPerPel=32Vrefresh=70[setupParams]AccMagnifier=offAccReader=offAccKeyboard="No"SkipMissingFiles="Yes"[systemRestore]DisableSR=1CreateFirstRunRp=0[GUIRunOnce]"%systemdrive%\app\mui.cmd"[GuiUnattended]EncryptedAdminPassword="No"AutoLogon="Yes"AdminPassword=*TimeZone=110OEMSkipRegional=1OemSkipWelcome=1Maybe that can help you. Edited April 23, 2010 by myselfidem
AtriosM3 Posted April 23, 2010 Author Posted April 23, 2010 HelloI've no made an test with integrating IE8, but I see that you are using DriversPack. We can't make changes inside winnt.sif after integrating Drivers with DriversPack whithout errors. We must make these changes before to launch DriversPack. When I use nLite I add two rows inside my winnt.sif and it's works.I will made an test with IE8 integration.I'm a little confused. Are you saying I should use nlite, then modify the winnt.sif file and then finally do driverspack in the end? Also what do you mean by adding two rows? Thanks for the insight!
myselfidem Posted April 23, 2010 Posted April 23, 2010 (edited) I'm a little confused. Are you saying I should use nlite, then modify the winnt.sif file and then finally do driverspack in the end? Also what do you mean by adding two rows? Thanks for the insight!No of course!If I use nLite I add these two rows, inside the section [unattended] of my winnt.sif:TargetPath=\WINDOWSOemFilesPath="..\$OEM$"I was saying that If you want use nLite and DriversPack, it's needed to launch DriversPack at last; in the end. But you must untouch your winnt.sif after that!If you don't use nLite it's the same for DriversPack: you can modify your winnt.sif only before to launch DriversPack; and after don't modify your "winnt.sif".It's seems that the problem is with Windows Update. Edited April 23, 2010 by myselfidem
jaclaz Posted April 23, 2010 Posted April 23, 2010 If you compare the two WINNT.SIF you posted you find the differences, they are not too many:NON WORKING NLITEUnattendMode=FullUnattended UnattendMode=DefaultHideUnattendSwitch="Yes" UnattendSwitch="No"AutoActivate="No" NOTHINGTimeZone=020 TimeZone=033ProfilesDir="D:\Documents and Settings\" NOTHING[Display] NOTHINGmsmsgs=off NOTHING freecell=off NOTHING hearts=off NOTHING minesweeper=off NOTHING spider=off NOTHING zonegames=off NOTHING WDSearch=off NOTHING WgaNotify=off NOTHING BitLockerToGo=off NOTHING [GUIRunOnce] NOTHINGcommand9="%SystemDrive%\DPsFnshr.exe"Once excluded those that appear like irrelevant, you get just these:NON WORKING NLITEUnattendMode=FullUnattended UnattendMode=DefaultHideUnattendSwitch="Yes" UnattendSwitch="No"AutoActivate="No" NOTHINGProfilesDir="D:\Documents and Settings\" NOTHINGWDSearch=off NOTHING WgaNotify=off NOTHING BitLockerToGo=off NOTHING If I were you I would try to change the seetings above in your NON WORKING WINNT.SIF with the ones in the one that is working, one by one (or a few at the time) and see what happens.jaclaz
AtriosM3 Posted April 23, 2010 Author Posted April 23, 2010 I'm a little confused. Are you saying I should use nlite, then modify the winnt.sif file and then finally do driverspack in the end? Also what do you mean by adding two rows? Thanks for the insight!No of course!If I use nLite I add these two rows, inside the section [unattended] of my winnt.sif:TargetPath=\WINDOWSOemFilesPath="..\$OEM{:content:}quot;I was saying that If you want use nLite and DriversPack, it's needed to launch DriversPack at last; in the end. But you must untouch your winnt.sif after that!If you don't use nLite it's the same for DriversPack: you can modify your winnt.sif only before to launch DriversPack; and after don't modify your "winnt.sif".It's seems that the problem is with Windows Update.Ahhh.....interesting. I never thought of that. Thank you for the heads up. I will try this tonight. I hope it works! Thank you again for the suggestion!
AtriosM3 Posted April 23, 2010 Author Posted April 23, 2010 If you compare the two WINNT.SIF you posted you find the differences, they are not too many:NON WORKING NLITEUnattendMode=FullUnattended UnattendMode=DefaultHideUnattendSwitch="Yes" UnattendSwitch="No"AutoActivate="No" NOTHINGTimeZone=020 TimeZone=033ProfilesDir="D:\Documents and Settings\" NOTHING[Display] NOTHINGmsmsgs=off NOTHING freecell=off NOTHING hearts=off NOTHING minesweeper=off NOTHING spider=off NOTHING zonegames=off NOTHING WDSearch=off NOTHING WgaNotify=off NOTHING BitLockerToGo=off NOTHING [GUIRunOnce] NOTHINGcommand9="%SystemDrive%\DPsFnshr.exe"Once excluded those that appear like irrelevant, you get just these:NON WORKING NLITEUnattendMode=FullUnattended UnattendMode=DefaultHideUnattendSwitch="Yes" UnattendSwitch="No"AutoActivate="No" NOTHINGProfilesDir="D:\Documents and Settings\" NOTHINGWDSearch=off NOTHING WgaNotify=off NOTHING BitLockerToGo=off NOTHING If I were you I would try to change the seetings above in your NON WORKING WINNT.SIF with the ones in the one that is working, one by one (or a few at the time) and see what happens.jaclazYes, I thought about doing this, but it's a lot of work and time is crucial. I was hoping to see if anyone could hone this one down to a quicker solution. But if "myselfide's" trick doesn't do it for me, then that is the route (as you suggested) I will eventually have to take. Thank you again for the advice!
myselfidem Posted April 23, 2010 Posted April 23, 2010 (edited) You can find some help here:http://driverpacks.net/docs/beginners-guide-windows-xpTutorial:http://users.telenet.be/jtdoom/basetute/Eng_tut6b.htmExtract:CautionOnce the DriverPacks are integrated into your Windows source, you will not be able to integrate any patches or hotfixes without breaking the DriverPacks. This means that you should run nLite and the RyanVM Integrator before DriverPacks BASE!The recommended order is:1.RyanVM Integrator2.nLite3.DriverPacks BASEWhen I try to slipstream IE8 inside Windows XP I have errors and it's the reason I integrate only IE7 with nLite 1.4.9.1.And all is fine like this!I think that jaclaz give you a good suggestion for your winnt.sif:In the section [Components] you can try to don't add these options or deleete:WDSearch=offWgaNotify=offBitLockerToGo=offYou can also add this reg file for IE7, if you have slipstreamed this one with nLite.Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]"RunOnceComplete"=dword:00000001"RunOnceHasShown"=dword:00000001[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]"RunOnceComplete"=dword:00000001"RunOnceHasShown"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard]"Completed"=hex:01,00,00,00I hope that will help you. Edited April 24, 2010 by myselfidem
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now