Jump to content

Sydnelson

Member
  • Posts

    52
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Brazil

Posts posted by Sydnelson

  1. I can do it in Autounattend.xml too right??

    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. Can someone provide an example of a working Unattend.XML that has completed installation of 3d party applications(firefox).

    I have been using WAIK with Run Synchronous Commands in Audit and OOBE with no luck. I have seen several examples but I feel that I am missing something.

    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

  4. 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?

  5. Did you bump your list against my list? Maybe re-download the 961260 hotfix?

    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?

  6. 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??

  7. I'm not sure to understand well but if you removed them in vlite you can't add them manually

    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.

  8. 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.

  9. You don't mention .NET 2.0 so I'll give a double answer.

    1) .NET 3.0 requires .NET 2.0 to be installed first

    2) As specified in the introduction thread, if you install .NET 1.1 first and then .NET 2.0, .NET 3.0 can't be installed immediately afterwards because the combination of .NET 1.1 and .NET 2.0 causes Windows to report to other programs that .NET 2.0 isn't installed until the next reboot.

    1) Yes I install 2.0 before try install 3.0 and 3.5.

    2)To avoid this windows report has a regtweak, right????

    Theoretically, this should've worked. But why are you trying this at T-13? .NET 3.0 SP1 and .NET 3.5 are not SVCPACK-compatible.
    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...

  10. 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...

  11. WIN XP PRO VLK SP2 Polish

    1.4.5 beta doesn't completly integrate those hotfixes for me:

    H:\winproLENOVO\I386\SVCPACK

    2005-12-10 21:47 5˙223˙664 KB900725.exe

    2006-05-14 09:30 4˙712˙760 KB908531.exe

    2006-12-02 13:10 693˙048 KB914440.exe

    2006-12-02 12:24 694˙584 KB920213.exe

    2007-04-29 13:08 1˙653˙560 KB925876.exe

    2007-05-13 21:54 1˙273˙736 KB927891.exe

    It put them into svcpack folder and adds entries to svcpack.inf - so it works - BUT 1.4.1 Final and earlier versions integrated them completly.

    (and I can also integrate them manualy by using /integrate:INSTALL_FILES_PATCH switch)

    The only operations done are:

    Clean SP2 source (ziped archive used in many many working builds)

    WMP11 0.991 + hotfixes (noWGA)

    Then

    nLite with only those:

    -hotfixes option (Winins3.1v2,IE7+2hotfixes,+~120 normal hotfixes)

    -100TCP/IP

    -uxTheme

    Everything works but those ~20MB are precious if you use BTS and .NET on CD.

    ----

    EDIT:

    Also many files are left on CD uncompressed. Making I386 next 20MB bigger in 1.4.5 beta

    for example:

    aaclient.dll

    aaclient.mui

    agentdp2.dll

    lhmstsc.chm , exe, dll ,mui

    msi31.dll

    shell32.dll

    xpnetdg.exe, xsl

    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...

  12. new version out

    changelog in 0.96

    1. Added more checks to block slipstream if selected installer doesn't match the source (by parsing control.xml). This was the reason of some "File not found" errors when extracting the installer.

    2. Fixed an issue where .NET GC wasn't executing SafeHandles' destructors fast enough leading to a temporary file handle leak causing "File in use" errors.

    3. Added a check for hotfix existence

    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...

×
×
  • Create New...