Jump to content

Sydnelson

Member
  • Posts

    52
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Brazil

Everything posted by Sydnelson

  1. Yes: <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>False</PlainText> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> </Password> <Group>Administrators</Group> <DisplayName>MyName</DisplayName> <Name>MyName</Name> </LocalAccount> </LocalAccounts> </UserAccounts> This adds administrator account with blank password. You must run this after install to prevent password expiration: net accounts /maxpwage:unlimited Thank you. Works like a charm. Now I need to know about Personalization\Themes feature...
  2. Alll works fine to me but Themes\Personalization options is missing from my custom windows version. How options I nee to keep to maintain, themes, personalization and Aero effects? I have attached my Lastsession.inf. Other problem is on first Logon. I always need to restart windows in safe mode, create a account and then log with it. How RT7 Lite can create a new account? I can do it in Autounattend.xml too right?? Anyway thanks for this great program Lastsession1.inf
  3. Done Portuguese Brazil translation. LangStringsBR.txt InterfaceBR.ini
  4. Blue, under unattend tab > Time and Currency, Portuguese (Brazil) option is not available. To correct that I need to manually edit Autounattend.xml file and replace <UserLocale>pt-PT</UserLocale> for <UserLocale>pt-BR</UserLocale>. Can you correct that? thanks for program.
  5. I have same problem here, can't make work Application Install usying AutoUnattend.XML for my AiO(x86+x64) Seven installation. Here my AutoUnattend.XML file: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0416:00010416</InputLocale> <SystemLocale>pt-BR</SystemLocale> <UILanguage>pt-BR</UILanguage> <UserLocale>pt-BR</UserLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ImageInstall> <OSImage> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> <Key></Key> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> </component> <component name="Microsoft-Windows-Setup" 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"> <ImageInstall> <OSImage> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> <Key></Key> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" 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> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-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> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ShowWindowsLive>false</ShowWindowsLive> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <ShowWindowsLive>false</ShowWindowsLive> </component> <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableSR>1</DisableSR> </component> <component name="Microsoft-Windows-SystemRestore-Main" 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"> <DisableSR>1</DisableSR> </component> <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EnableLUA>false</EnableLUA> </component> <component name="Microsoft-Windows-LUA-Settings" 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"> <EnableLUA>false</EnableLUA> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FilterLevel>High</FilterLevel> <PlaySound>false</PlaySound> <ShowInformationBar>false</ShowInformationBar> <DisableAccelerators>false</DisableAccelerators> <DisableDevTools>true</DisableDevTools> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <DisableOOBAccelerators>true</DisableOOBAccelerators> <Home_Page>http://www.google.com.br</Home_Page> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>SearchProvider1</ScopeKey> <ScopeUrl>http://www.google.com.br/search?q={searchTerms}</ScopeUrl> </Scope> </SearchScopes> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <FilterLevel>High</FilterLevel> <PlaySound>false</PlaySound> <ShowInformationBar>false</ShowInformationBar> <DisableAccelerators>false</DisableAccelerators> <DisableDevTools>true</DisableDevTools> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <DisableOOBAccelerators>true</DisableOOBAccelerators> <Home_Page>http://www.google.com.br</Home_Page> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>SearchProvider1</ScopeKey> <ScopeUrl>http://www.google.com.br/search?q={searchTerms}</ScopeUrl> </Scope> </SearchScopes> </component> <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableWER>1</DisableWER> </component> <component name="Microsoft-Windows-ErrorReportingCore" 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"> <DisableWER>1</DisableWER> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OOBE> <ProtectYourPC>3</ProtectYourPC> <NetworkLocation>Home</NetworkLocation> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> <TimeZone>E. South America Standard Time</TimeZone> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Description>WinRAR 3.90 x64</Description> <Order>1</Order> <CommandLine>%InstallDrive%\extras\winrar-x64-39br.exe /s</CommandLine> </SynchronousCommand> </FirstLogonCommands> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Autounattend.xml SETX InstallDrive %i:\ -m</Path> </RunSynchronousCommand> </RunSynchronous> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <OOBE> <ProtectYourPC>3</ProtectYourPC> <NetworkLocation>Work</NetworkLocation> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> <TimeZone>E. South America Standard Time</TimeZone> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Description>WinRAR 3.90</Description> <Order>1</Order> <CommandLine>%InstallDrive%\extras\winrar39br.exe /s</CommandLine> </SynchronousCommand> </FirstLogonCommands> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Autounattend.xml SETX InstallDrive %i:\ -m</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> I already try that code too: <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Autounattend.xml SETX InstallDrive %i:\ -m"</Path> But doesn't work anyway... What wrong with my answer file? thanks for help
  6. Doens't work for me, I try open program here and before several seconds of black screen the following mensage appears: DISMTOOL.EXE - Application Error Application has generated a exception that could not be handled. Process ID=0x1238 (4664), Thread ID=0x111c (4380). Click OK to terminate. Click CANCEL to debug. If I try debug, debug say that JIT debugger was not specified. I using a Windows 7 x64 with lastest updates and have fully working version of WAIK installed. Anyone can help me?
  7. Looking at the lists in URL http://www.vorck.com/windows/hotfixes_xp.html I see Hotfix KB956391. This HF is not superseded by KB960715??? And flash is version 9, I have a CAB with 10.0.12.36 version in HFtools folder but doesn't work... And now I made a new windows version following exactly HF listed above, and when I try enter in windows update IE7 freeze. What can I do now?
  8. Log file attached, thanks for help... HFSLIP.TXT
  9. I try integrate all HF to a clean source of Windows XP SP3 but I can't slipstream the 2 updates bellow: IE7-WindowsXP-KB961260-x86-PTB.exe (Update to IE7) WindowsXP-KB942288-v3-x86.exe (Windows Installer 4.5) I'm using hfslip-1.7.9_beta_d.cmd in a PT-BR language of Windows XP. Any suggestions??
  10. More than 2 years was pass and my problem persist. Anyone know where can I find x64 drivers to PSXPad paralel port adapter? I already buy a USB adapter but I really want put my old LPT1 controllers back to work...
  11. Anyone knows how files needed to manual install Windows Fax and Scan? Only Business, Enterprise and Ultimate versions of Windows Vista has Windows Fax and Scan utility and I want rip that utility from this versions to try manual install it in others versions like Vista Home Premium or Vista Starter Edition.
  12. I don't remove anything with vlite. Only Business, Enterprise and Ultimate versions of Windows Vista has Windows Fax and Scan utility. I want rip that utility from this versions above and try manual install it in on others versions like Home Premium or Starter Edition.
  13. Anyone knows how files needed to manual install Windows Fax and Scan? I will try take files and reg entries from Vista Ultimate and then try to manually install in Vista Premium.
  14. 1) Yes I install 2.0 before try install 3.0 and 3.5.2)To avoid this windows report has a regtweak, right???? I always use .Net Framework All in One x86 (incl 3.5) in T-13 stage with total success, now I'm testing Silent.net Maker to try avoid some errors in .Net 2.0 detection with some specific programs in my work before I install this framework package.PS: sorry for my poor english...
  15. I have problems here at T13 install. If I install .net 1.1 first then 3.0 and 3.5 don't install. And if I install 2.0 + 3.0 + 3.5 first the 1.1 don't install... What I made wrong? Files used: dotnetfx.exe langpack.exe (PT-BR) NDP1.1sp1-KB867460-X86.exe NDP1.1sp1-KB928366-X86.exe dotnetfx35.exe dotnetfx35langpack_x86pt-BR.exe Silent.NET Maker 20080603 Windows XP SP3 PT-BR I try use FULL option to merge and try use separeted files without success...
  16. Same Problem Here, my XP instalation grow 27mb, 6 new kb files in svcpack and 3 new diretories in I386 folder using this nlite 1.45 version... Sugestion: Can NLITE verify and remove duplicate files? Then NLITE integrate only one version of this files into instalation and copy additional ones to destinations directories when needed. in lastest driverpacks I found 41 duplicatated files eating 5mb of disk space and to make a better XPCD each MB is precious.... Sorry for my english...
  17. Thanks For Fast Reply... I ZIP the Files You Need... infs.zip
  18. Doesn't Work For Me... Old Version 0.94i Show the Error SafeHandles During the Slipstream Process... New 0.96 Slipstream Fine But in My 8 Atteptions I Have a Several Bugs... Some Times WMP11 Works Perfectly But SO Has a Several Bugs Like Don't Maxime Windows of All Programs (close when try maximize), I Try Make Some Modifications in NLITE And Then Error Occours in First Boot (error says: can't register wmplayer...), and Internet Explorer 7 Doesn't Work... I Try a Lot of Diferent Configs, Try Install With And Without WMP Hotfixes And Always See Above Problems.. Can You Help? Anyway Thanks For This Great Program And Sorry For My Poor English...
  19. Where Can I Found This Drivers??? And I Have a Web Cam Braview MP330 But No Have x64 Drivers, Where Can I Donwlod Then???
  20. I Use This Follow Reg Tweak ;Remove Recycle Bin From Desktop [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}] Now I Can't See My Recycle Bin How Can I Put My Recycle Bin Back in My Computer???
×
×
  • Create New...