Jump to content

bobthenob

Member
  • Posts

    118
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by bobthenob

  1. hi in my winnt.sif i set my full name and org name

    right click on my computer and the data i set is correct Registered to Mr Smith.

    but in the documents and settings the documents folder is owner

    can i set this to be the same as the full name .Thanks For Looking


    [Data]
    Autopartition=0
    MsDosInitiated=0
    UnattendedInstall="Yes"

    [Unattended]
    UnattendMode=DefaultHide
    UnattendSwitch="Yes"
    OemPreinstall="Yes"
    OemSkipEula="Yes"
    FileSystem=*
    WaitForReboot="No"
    NoWaitAfterTextMode=1
    NoWaitAfterGUIMode=1
    DriverSigningPolicy=Ignore
    NonDriverSigningPolicy=Ignore

    [SystemRestore]

    [GuiUnattended]
    TimeZone=085
    OEMSkipRegional=1
    OemSkipWelcome=1

    [Components]

    [UserData]
    ProductKey="O_ No_U_Dont"
    ComputerName = "comp"
    FullName = "Mr"
    OrgName = "Smith"

    [RegionalSettings]
    LanguageGroup=1
    SystemLocale="0809"
    UserLocale="0809"
    UserLocale_DefaultUser="0809"
    InputLocale="0809:00000809"
    InputLocale_DefaultUser="0809:00000809"

    [Networking]
    InstallDefaultComponents="Yes"

    [GuiRunOnce]
    %systemdrive%\install\start.cmd

  2. uhm. software starts and i fill eveything out and then i save as autounattended.xml?

    Just an empty file..

    hi

    do you load the

    exsample xml file or one of your own?

    if its your own can you send it to me if poss

    remove your product key.

    if you load the exsample xml

    and save it is that blank?

    ive just dowloaded it to test. I loaded loads of differnt xml files and they save fine?

    wierd

  3. Component comdlg32.ocx is missing or none of its dependencies not correctly registered: a file is missing or is invalid

    Seems like a component is missing but which one ?..

    Im running Windows 7 Ultimate 64bit:)

    hi you need the comdlg32.ocx

    i thought that was part of windows?

    comdialog

    ive added it to the rar file

    so it should work if you download it again or just download comdlg32.ocx

    and stick in the folder with my program or in Windows\System32 folder.

    cheers robin

  4. yeah he's lurking, don't know whats up with that but i seen him on late hour's

    I'll bet he's terrified about what most here on this Post click on

    a replacement for vlite for windows 7
    but he hasn't done that yet, Nlite and also Vlite done the removing first and then later the other stuff.

    They are waiting on you not a guide to your program which does nothing which several others also do.

    Prove it blue4603 or do the right thing. Change your post title cause you are not a Replacement for Vlite yet. Tell them you can't do the removes. I know it's a nightmare cause I been experimentimg also.

    come on give the guy a break he's done a great job on this software

  5. hi here is my

    AUTOUNATTEND.XML

    <?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="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">
    <SystemLocale>en-us</SystemLocale>
    <UserLocale>en-us</UserLocale>
    <UILanguage>en-US</UILanguage>
    <UILanguageFallback>en-us</UILanguageFallback>
    <InputLocale>0409:00000409</InputLocale>
    </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">
    <UserData>
    <ProductKey>
    <Key>****************</Key>
    <WillShowUI>OnError</WillShowUI>
    </ProductKey>
    <Organization>owner</Organization>
    <FullName>owner</FullName>
    <AcceptEula>true</AcceptEula>
    </UserData>
    <ImageInstall>
    <OSImage>
    <InstallFrom>
    <MetaData wcm:action="add">
    <Key>/IMAGE/NAME</Key>
    <Value>Windows 7 ULTIMATE</Value>
    </MetaData>
    </InstallFrom>
    </OSImage>
    </ImageInstall>
    <Display>
    <HorizontalResolution>1024</HorizontalResolution>
    <VerticalResolution>768</VerticalResolution>
    <ColorDepth>32</ColorDepth>
    </Display>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <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">
    <UserAccounts>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Name>owner</Name>
    <Group>Administrators</Group>
    <Password>
    <PlainText>false</PlainText>
    <Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
    </Password>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Home</NetworkLocation>
    <ProtectYourPC>3</ProtectYourPC>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    </OOBE>
    <RegisteredOrganization>Davis</RegisteredOrganization>
    <RegisteredOwner>owner</RegisteredOwner>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>cmd /C start /wait %systemdrive%\Install\RUN.cmd</CommandLine>
    <Description></Description>
    <RequiresUserInput>false</RequiresUserInput>
    <Order>1</Order>
    </SynchronousCommand>
    </FirstLogonCommands>
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <VerticalResolution>768</VerticalResolution>
    </Display>

    </component>
    <component name="Microsoft-Windows-International-Core" 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">
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-GB</UserLocale>
    <InputLocale>0809:00000809</InputLocale>
    </component>
    </settings>
    <settings pass="specialize">
    <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">
    <AutoLogon>
    <Enabled>true</Enabled>
    <Username>owner</Username>
    <Password>
    <Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
    <PlainText>false</PlainText>
    </Password>
    <LogonCount>9999999</LogonCount>
    </AutoLogon>
    <TimeZone>GMT Standard Time</TimeZone>
    <ComputerName>mrcomputer</ComputerName>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:j:/vistawork/dvd/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

  6. hi i run sevaral things from my run.cmd

    i then run a autoit file wich has a pause so it waits till the descktop is loaded

    CLS
    @echo off

    Echo.....Installing things So You dont have too
    start /wait regedit /s %AppsRoot%\install\REGTWEAKS.REG

    Echo..........Install Firefox Browser
    start /wait %AppsRoot%\install\Firefox\Firefox.exe

    Echo..........Install Flash Plugin For Firefox
    start /wait %AppsRoot%\install\Flash\install_flash_player.exe /s
    start /wait %AppsRoot%\install\Flash\install_flash_player_ax.exe /s

    Echo..........Install Avg Virus Software
    start /wait %AppsRoot%\install\Avg\avg.exe /hide /no_welcome /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch /NOAVGTOOLBAR

    Echo..........Install Foxit Pdf Reader
    start /wait %AppsRoot%\install\Foxit\FOXITAU.EXE


    Echo..........Install Winrar
    start /wait %AppsRoot%\INSTALL\WINRAR\WINRAR.EXE


    Echo..........InstallOffice 2007
    ECHO..........Take A while Please Be Patient
    start /wait %AppsRoot%\install\office2007\setup.exe /config custom-uA.XML



    Echo..........Install infraBurn
    start /wait %AppsRoot%\install\infrarecorder\ir050.exe /S


    start %AppsRoot%\autoit\wait.EXE

    Echo..........Deleting Temporary Files
    start %AppsRoot%\Fix\Cleanup.bat

  7. hi to use first logon

    this is my autonatted xml

    <?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="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">
    <SystemLocale>en-us</SystemLocale>
    <UserLocale>en-us</UserLocale>
    <UILanguage>en-US</UILanguage>
    <UILanguageFallback>en-us</UILanguageFallback>
    <InputLocale>0409:00000409</InputLocale>
    </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">
    <UserData>
    <ProductKey>
    <Key>productkey</Key>
    <WillShowUI>OnError</WillShowUI>
    </ProductKey>
    <Organization>owner</Organization>
    <FullName>owner</FullName>
    <AcceptEula>true</AcceptEula>
    </UserData>
    <ImageInstall>
    <OSImage>
    <InstallFrom>
    <MetaData wcm:action="add">
    <Key>/IMAGE/NAME</Key>
    <Value>Windows 7 ULTIMATE</Value>
    </MetaData>
    </InstallFrom>
    </OSImage>
    </ImageInstall>
    <Display>
    <HorizontalResolution>1024</HorizontalResolution>
    <VerticalResolution>768</VerticalResolution>
    <ColorDepth>32</ColorDepth>
    </Display>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <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">
    <UserAccounts>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Name>owner</Name>
    <Group>Administrators</Group>
    <Password>
    <PlainText>false</PlainText>
    <Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
    </Password>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Home</NetworkLocation>
    <ProtectYourPC>3</ProtectYourPC>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    </OOBE>
    <RegisteredOrganization>owner</RegisteredOrganization>
    <RegisteredOwner>owner</RegisteredOwner>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>cmd /C start /wait %systemdrive%\Install\RUN.cmd</CommandLine>
    <Description></Description>
    <RequiresUserInput>false</RequiresUserInput>
    <Order>1</Order>
    </SynchronousCommand>
    </FirstLogonCommands>
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <FolderLocations>
    <ProfilesDirectory>D:\Users</ProfilesDirectory>
    </FolderLocations>
    </component>
    <component name="Microsoft-Windows-International-Core" 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">
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-GB</UserLocale>
    <InputLocale>0809:00000809</InputLocale>
    </component>
    </settings>
    <settings pass="specialize">
    <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">
    <AutoLogon>
    <Enabled>true</Enabled>
    <Username>owner</Username>
    <Password>
    <Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
    <PlainText>false</PlainText>
    </Password>
    <LogonCount>9999999</LogonCount>
    </AutoLogon>
    <TimeZone>GMT Standard Time</TimeZone>
    <ComputerName>owner</ComputerName>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:j:/vistawork/dvd/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    my cmd file is in

    DVD\SOURCES\$OEM$\$1\INSTALL\run.cmd

    remove this if you want your users on c:

    	<FolderLocations>
    <ProfilesDirectory>D:\Users</ProfilesDirectory>
    </FolderLocations>

    with this you need a d:

  8. Hi thanks for a great forum

    its helped me out loads

    I set my users folder to D:

      </FirstLogonCommands>
    - <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    - <FolderLocations>
    <ProfilesDirectory>D:\Users</ProfilesDirectory>
    </FolderLocations>
    </component>

    which works fine for my uattended dvd my user is set as owner

    if i format c then reinstall

    my user becomes owner.mrcomputer (the name i used for computer name in unattended.xml)

    is there any way around this other than

    add a user (temp)logon to new user Temp

    delete owner.mrcomputer

    rename owner to owner.mrcomputer

×
×
  • Create New...