June 8, 200521 yr my winnt.sif is:;SetupMgrTag[Data] AutoPartition="0" MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates="Yes"[Unattended] UnattendMode=DefaultHide OemSkipEula=Yes OemPreinstall = Yes OverwriteOemFilesOnUpgrade = Yes TargetPath=\WINDOWS UnattendSwitch="Yes" WaitForReboot="No" DriverSigningPolicy=Ignore[GuiUnattended] AdminPassword="XXXXXXXXX" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=135 OemSkipWelcome=1[UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ComputerName = Computer[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=72 AutoConfirm=1[TapiLocation] CountryCode=972 Dialing=Tone AreaCode=02[RegionalSettings] LanguageGroup=12[Identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[Shell] CustomDefaultThemeFile = "%WinDir%Resources\Themes\BlueTube.Theme" DefaultThemesOff = Nomy %OEM$ folder is like this:/|+-I386+-$OEM$ | +-$1 +-$$ | +-Resources | +-Themes |I put my theme in the Theme directory at $OEM$ dir.I installed the patch "Unsigned theme support" in nLite, that let me to use theme that didn't made by windows.At the end of the installation my windows look is Classic style and no theme.Wher did I go wrong?* Sorry aboute the bad english, hope you understand and help me.
June 8, 200521 yr I beleive I see the problem[shell]CustomDefaultThemeFile = "%WinDir%Resources\Themes\BlueTube.Theme" DefaultThemesOff = NoIt should be[shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\BlueTube.Theme" DefaultThemesOff = No Edited June 8, 200521 yr by TheeBeets
June 9, 200521 yr Author Thanl for the reply.I made what you tallec me to, and put the "/" after the "%WinDir%".but it didn't work out, it still don't copping from the $OEM$ folder.do you have any-thing else?
June 9, 200521 yr Thanl for the reply.I made what you tallec me to, and put the "/" after the "%WinDir%".but it didn't work out, it still don't copping from the $OEM$ folder.do you have any-thing else?<{POST_SNAPBACK}>It did not work as its not "/" you need after WinDir it's "\"Simply copy and paste what I placed before to winnt.sif and it will work fineCopy & Paste[Shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\BlueTube.Theme" DefaultThemesOff = No Edited June 9, 200521 yr by TheeBeets
June 10, 200521 yr What I gave you does work and did u incorporate the uxtheme.dll file through nLite and its possible that you did not allow themes through a registry tweak by disabling them, there must be something somewhere not allowing it. If you are using a cleanup.cmd to restart windows before the WIMP environment is loaded that could be a problem as the theme isnt initialised, so if you restart it remove that section of the command and try again. Its all about the process of elimination!!
June 10, 200521 yr The $oem$ dir must be within the i386 dir, not next to it.I think that will solve your problem.
August 14, 200521 yr The $OEM$ Directory is NOT supposed to be inside the I386 folder, it is supposed to be parallel to it. See the following:http://unattended.msfn.org/global/oemfolders.htm
August 14, 200521 yr Is your structure like this\$OEM$\$$\RESOURCES\THEMES\CODEOPUSC\CODEOPUSC.MSSTYLES\$OEM$\$$\RESOURCES\THEMES\CODEOPUS.THEMEEdit:You'll need a [unattended] OemFilesPath=.\$OEM$in your winnt.sifRich Edited August 14, 200521 yr by richy759
Create an account or sign in to comment