Jump to content

EagleWing

Member
  • Posts

    79
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by EagleWing

  1. I just installed a clean version of Windows 7 Ultimate and when I attempt to use windows update I keep getting the error 80072EE2. Does anyone know how to deal with this &*^%$)* error? I searched the Net and all I get is one BS AD page after another suggesting I use some sort of REG fix it program, each claiming to be the best. I think they are all basically the same.Any help will be appreciated.

  2. I know MS has Sharepoint WorkSpace and this topic is about SharePoint 2010 for IT Pros (which I believe is Sharepoint Workspace). My Question is: does anyone know if Microsoft is coming out with a new version of Sharepoint Designer? I mean one that is similar to the 2007 version?

  3. If you're going to be booting across multiple hard drives, I'd recommend using Grub (with a dedicated Linux partition) or grub4dos. Using grub, you can hide drives on the fly, set drives as the boot drive on the fly, and dynamically switch hard drive locations.

    I am not familiar with grub4dos. I assume that this will work with Windows 7 Ultimate, Vista Ultimate SP2 and Windows XP Pro SP3? Thanks

    Yes, grub will work with any OS - it has a "chainloader" function which passes control to the operating system you choose.

    One advantage to using grub for booting - you can install each OS with its own bootloader, so that if, say, your Vista partition gets messed up, it won't prevent you from booting into your 7 partition.

    In order to make use of all of grub's features, you will have to reformat and repartition your hard drive, then install each operating system. Between installing OS's, you will need to boot into a Linux live CD and use a utility called gparted to hide the OS you just installed before installing the next OS - this keeps each OS' bootloader on its partition (and doesn't put the Vista bootloader on your XP partition, for instance). Then, after you've installed all of your Windows partitions, you use grub to boot - I personally have a Linux partition on each of my computers because I like Linux, but many people just install a standalone grub partition.

    Here's a post for reading if you're interested:

    A Linux way to triple boot itself, XP, and Vista

    I don't like Linux. I did, however, find a solution that allows me to triple boot Win7, Vista and XP. Thanks for your input.

  4. If you're going to be booting across multiple hard drives, I'd recommend using Grub (with a dedicated Linux partition) or grub4dos. Using grub, you can hide drives on the fly, set drives as the boot drive on the fly, and dynamically switch hard drive locations.

    I am not familiar with grub4dos. I assume that this will work with Windows 7 Ultimate, Vista Ultimate SP2 and Windows XP Pro SP3? Thanks

  5. I've never tried three O/S's, but it can be done.

    You should always install the oldest O/S first, so start with XP, then install Vista, then 7.

    Not really sure why you want Vista and 7, there's not that much difference between them. I'd probably just go for XP and 7, but it's up to you.

    Also, keep in mind that some Windows 7 versions also have XP Mode if you have the appropriate hardware (If you have a particular program that won't run on Vista/7).

    I am aware that the oldest O/S needs to be installed first. You say that some Windows 7 versions have XP mode, would that include Windows 7 Ultimate? I discovered another thing when I visited this forum while in Windows 7, it would not allow me to login. So I had to reboot to Vista. Any idea what gives with that?

  6. :unsure: What I am considering doing is the following: Using two hard drives (both SATA II) One will be for Windows 7 and the other will be for Vista and XP. The Vista/XP HD will be partitioned (2 partitions). My question is: Is it Possible to setup my computer where I can do a triple boot, meaning a menu that provides me with the choice of booting into either Win7 or Vista or XP?
  7. Actually I integrated my video drivers into my autounattend setup using vLite. I have an NVIDIA GeForce 8500 GT video card installed. I don't know if this info will help.

    You say you call your RegTweaks.reg file via your SetupComplete.cmd file. I copy my RegTweaks.reg file to the root of my Install.wim file . Here is how my SetupComplete.cmd file is written:

    @echo off

    rem reg tweak

    regedit.exe /s %systemdrive%\RegTweaks.reg

    One thing I noticed in the pic I posted that the apparent default theme that was used to install must have been aero basic theme. My install uses the main aero.theme, transparency and all when installing. Do you call a specific theme?

    As an after thought I decided to post my Autounattend.xml file for you to see, perhaps this will give you more insight as to what I am doing or not doing:

    <?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">

    <SetupUILanguage>

    <UILanguage>en-US</UILanguage>

    </SetupUILanguage>

    <InputLocale>0409:00000409</InputLocale>

    <UserLocale>en-US</UserLocale>

    <UILanguage>en-US</UILanguage>

    <SystemLocale>en-US</SystemLocale>

    </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>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>

    <WillShowUI>OnError</WillShowUI>

    </ProductKey>

    <Organization>MyBusiness</Organization>

    <FullName>My Name</FullName>

    <AcceptEula>true</AcceptEula>

    </UserData>

    <ImageInstall>

    <OSImage>

    <InstallFrom>

    <MetaData wcm:action="add">

    <Key>/IMAGE/NAME</Key>

    <Value>Windows Vista ULTIMATE</Value>

    </MetaData>

    </InstallFrom>

    <InstallToAvailablePartition>false</InstallToAvailablePartition>

    <WillShowUI>OnError</WillShowUI>

    <InstallTo>

    <DiskID>0</DiskID>

    <PartitionID>1</PartitionID>

    </InstallTo>

    </OSImage>

    </ImageInstall>

    <DiskConfiguration>

    <Disk wcm:action="add">

    <ModifyPartitions>

    <ModifyPartition wcm:action="add">

    <Active>true</Active>

    <Extend>false</Extend>

    <Format>NTFS</Format>

    <Label>VISTA</Label>

    <Letter>C</Letter>

    <PartitionID>1</PartitionID>

    <Order>1</Order>

    </ModifyPartition>

    </ModifyPartitions>

    <DiskID>0</DiskID>

    <WillWipeDisk>false</WillWipeDisk>

    </Disk>

    <WillShowUI>OnError</WillShowUI>

    </DiskConfiguration>

    </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">

    <TimeZone>Mountain Standard Time</TimeZone>

    <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>

    <RegisteredOrganization>MyBusiness</RegisteredOrganization>

    <RegisteredOwner>My Name</RegisteredOwner>

    <OOBE>

    <HideEULAPage>true</HideEULAPage>

    <ProtectYourPC>3</ProtectYourPC>

    <NetworkLocation>Home</NetworkLocation>

    <SkipUserOOBE>false</SkipUserOOBE>

    <SkipMachineOOBE>false</SkipMachineOOBE>

    </OOBE>

    <Display>

    <ColorDepth>32</ColorDepth>

    <DPI>96</DPI>

    <HorizontalResolution>1024</HorizontalResolution>

    <VerticalResolution>768</VerticalResolution>

    </Display>

    <FirstLogonCommands>

    <SynchronousCommand wcm:action="add">

    <CommandLine>cmd /c %systemdrive%\instalar.cmd</CommandLine>

    <Description>Install My Apps</Description>

    <Order>1</Order>

    </SynchronousCommand>

    </FirstLogonCommands>

    <UserAccounts>

    <LocalAccounts>

    <LocalAccount wcm:action="add">

    <Description>Me</Description>

    <DisplayName>Me</DisplayName>

    <Group>Administrators</Group>

    <Name>Me</Name>

    </LocalAccount>

    </LocalAccounts>

    </UserAccounts>

    <VisualEffects>

    <FontSmoothing>ClearType</FontSmoothing>

    </VisualEffects>

    </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">

    <InputLocale>0409:00000409</InputLocale>

    <SystemLocale>en-US</SystemLocale>

    <UserLocale>en-US</UserLocale>

    <UILanguage>en-US</UILanguage>

    </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">

    <ComputerName>MyPC</ComputerName>

    <RegisteredOrganization>MyBusiness</RegisteredOrganization>

    <RegisteredOwner>My Name</RegisteredOwner>

    <CopyProfile>true</CopyProfile>

    </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-UnattendedJoin" 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">

    <Identification>

    <JoinWorkgroup>MSHOME</JoinWorkgroup>

    </Identification>

    </component>

    </settings>

    <settings pass="auditSystem">

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

    <LogonCount>5</LogonCount>

    <Username>Administrator</Username>

    </AutoLogon>

    </component>

    </settings>

    <cpi:offlineImage cpi:source="wim:E:/Vista SP2_8/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

    </unattend>

  8. Well, I use Setupcomplete.cmd to import my tweaks prior to the first logon.

    For my applications, I use FirstLogonCommands (in my Autounattend.xml) by calling a file I have in the root of the wim image that calls install.cmd in my DVD/USB stick. This one installs all the stuff and you get the blue background you asked for.

    You said that you do not use OEM folders because Windows setup will copy all the contents of the Windows setup to the hard drive, slowing down the whole installation process.

    If you do not use OEM folders then where do you place your Setupcomplete.cmd file so it can be called to import your tweaks?

  9. :unsure: What I would like to know is if there is a way to change the default color settings in vista's aero.theme, such as desktop background color from black to blue or whatever. Actually I know how to do what I just described. The issue I'm having is that I save my edited aero.theme as My favorite theme and then later rename it as aero.theme and copy it and Windows classic as well as aero.msstyle file to the %systemdrive%\windows\resources\themes folder inside my mounted install.wim file. I then set it as the default theme in my autounattend answer file. But when I install my modded version of Vista Ultimate SP2 it reverts right back to the default colors. So, does anyone have a clue as to what I need to do? I am assuming that there may be some sort of system file protection I may need to disable. Is my assumption correct? :wacko:
  10. I appreciate your reply and configuration info. I applied it to my setup and double checked to make sure that I did it correctly then tested it. I still get the black background. I forgot to mention that am using Vista Ultimate SP2, the default aero theme, I don't know if this makes any difference. Any ideas?

  11. This is the basic picture I am getting thus far:

    DVD folder structure as follows:

    boot

    efi

    Install (my software, etc.)

    sources

    support

    upgrade

    DVD root (files) contents as follows:

    AppsRoot.txt

    autorun.inf

    Autounattend.xml

    bootmgr

    DriversRoot.txt

    Install.cmd

    Setup.exe

    I mount install.wim and copy instalar.cmd to the root of that file.

    Now what I must do is use FirstLogonCommand to call the file instalar.cmd in the root of

    the wim image (root of hdd when installing Windows), which in turn calls install.cmd.

    It occurred to me that I should ask you exactly how your install.cmd file is written or configured?

    The above is the picture as I understand it. I may as well ask just what command you enter

    into your FirstLogonCommand in the Autounattend.xml file? Thanks for all of the info and help thus far.

  12. I have a file called instalar.cmd in the root of the image that has a script to look for AppsRoot.txt in the disc drives (so it can know which letter to use in the path) and calls the file install.cmd which is located in the root of my DVD/USB Stick.

    This install.cmd file has all the application stuff.

    instalar.cmd

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\AppsRoot.txt SET DVD=%%i:

    : Ejecutar el Script de Instalacion de Programas
    start /wait %DVD%\install.cmd

    EXIT

    I also have a INSTALL.CMD file located on my install DVD in the folder: SOURCES\$OEM$\$1 this calls my RegtTweaks.reg file. My SETUPCOMMAND.CMD is located in the folder: SOURCES\$OEM$\$$\SETUP\SCRIPTS\ this file contains all of my apps setup info.

    Am I to understand if I use your method that I will achieve the blue background when installing apps? What I am understanding is that you have all of your apps setup info in your install.cmd file which is located in the root of your DVD/USB stick, is that where you also have your apps setup files as well?

    Please translate the following to English please: : Ejecutar el Script de Instalacion de Programas

  13. Well, I use Setupcomplete.cmd to import my tweaks prior to the first logon.

    For my applications, I use FirstLogonCommands (in my Autounattend.xml) by calling a file I have in the root of the wim image that calls install.cmd in my DVD/USB stick. This one installs all the stuff and you get the blue background you asked for.

    Thanks for the reply. I use the FirstLogonCommands (in my Autounattend.xml) as well. Exactly what file do you have in the root of your wim image that it calls for. I guess I need a few more details and would appreciate it thanks.

  14. Hello,

    Does anyone know to or what to edit, configure to get the blue background instead of the default black background during firstlogon when installing apps via SETUPCOMPLETE.CMD? Just like in the attached example.

    Moved??!! Where to??

    post-210234-1245180877_thumb.png

  15. I just reinstalled Windows Vista Ultimate SP2 using an Autounattend.xml configured to set time to Mountain Standard Time. When it finished installing the time was exactly one hour slow. So I went into windows set time and date and reset time via internet time:

    The clock was sucessfully synchronized with time.windows.com on 5/31/2009 at 8:48 PM.

    It was actually 5/31/2009 at 9:48 PM MDT (Mountain Daylight Time)

    Note: It did actually reset the clock ahead one hour to the correct time.

    Baffling problem!!

    Had A thought, here is my .XML file, maybe I goofed in there somewhere.

    <?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">

    <SetupUILanguage>

    <UILanguage>en-US</UILanguage>

    </SetupUILanguage>

    <InputLocale>0409:00000409</InputLocale>

    <UserLocale>en-US</UserLocale>

    <UILanguage>en-US</UILanguage>

    <SystemLocale>en-US</SystemLocale>

    </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>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>

    <WillShowUI>OnError</WillShowUI>

    </ProductKey>

    <Organization>My Business</Organization>

    <FullName>My Name</FullName>

    <AcceptEula>true</AcceptEula>

    </UserData>

    <ImageInstall>

    <OSImage>

    <InstallFrom>

    <MetaData wcm:action="add">

    <Key>/IMAGE/NAME</Key>

    <Value>Windows Vista ULTIMATE</Value>

    </MetaData>

    </InstallFrom>

    <InstallToAvailablePartition>false</InstallToAvailablePartition>

    <WillShowUI>OnError</WillShowUI>

    <InstallTo>

    <DiskID>0</DiskID>

    <PartitionID>1</PartitionID>

    </InstallTo>

    </OSImage>

    </ImageInstall>

    <DiskConfiguration>

    <Disk wcm:action="add">

    <ModifyPartitions>

    <ModifyPartition wcm:action="add">

    <Active>true</Active>

    <Extend>false</Extend>

    <Format>NTFS</Format>

    <Label>VISTA</Label>

    <Letter>C</Letter>

    <PartitionID>1</PartitionID>

    <Order>1</Order>

    </ModifyPartition>

    </ModifyPartitions>

    <DiskID>0</DiskID>

    <WillWipeDisk>false</WillWipeDisk>

    </Disk>

    <WillShowUI>OnError</WillShowUI>

    </DiskConfiguration>

    </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">

    <TimeZone>Mountain Standard Time</TimeZone>

    <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>

    <RegisteredOrganization>My Business</RegisteredOrganization>

    <RegisteredOwner>My Name</RegisteredOwner>

    <OOBE>

    <HideEULAPage>true</HideEULAPage>

    <ProtectYourPC>3</ProtectYourPC>

    <NetworkLocation>Home</NetworkLocation>

    <SkipUserOOBE>false</SkipUserOOBE>

    <SkipMachineOOBE>false</SkipMachineOOBE>

    </OOBE>

    <Display>

    <ColorDepth>32</ColorDepth>

    <DPI>96</DPI>

    <HorizontalResolution>1024</HorizontalResolution>

    <VerticalResolution>768</VerticalResolution>

    </Display>

    <FirstLogonCommands>

    <SynchronousCommand wcm:action="add">

    <CommandLine>%SYSTEMDRIVE%\INSTALL.CMD</CommandLine>

    <Description>Import Registry Tweaks</Description>

    <Order>1</Order>

    </SynchronousCommand>

    </FirstLogonCommands>

    <UserAccounts>

    <LocalAccounts>

    <LocalAccount wcm:action="add">

    <Description>USER</Description>

    <DisplayName>USER</DisplayName>

    <Group>Administrators</Group>

    <Name>USER</Name>

    </LocalAccount>

    </LocalAccounts>

    </UserAccounts>

    <VisualEffects>

    <FontSmoothing>ClearType</FontSmoothing>

    </VisualEffects>

    </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">

    <InputLocale>0409:00000409</InputLocale>

    <SystemLocale>en-US</SystemLocale>

    <UserLocale>en-US</UserLocale>

    <UILanguage>en-US</UILanguage>

    </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">

    <ComputerName>MyPC</ComputerName>

    <RegisteredOrganization>My Business</RegisteredOrganization>

    <RegisteredOwner>My Name</RegisteredOwner>

    <TimeZone>Mountain Standard Time</TimeZone>

    <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>

    <CopyProfile>true</CopyProfile>

    </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-UnattendedJoin" 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">

    <Identification>

    <JoinWorkgroup>MSHOME</JoinWorkgroup>

    </Identification>

    </component>

    </settings>

    <settings pass="auditSystem">

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

    <LogonCount>5</LogonCount>

    <Username>Administrator</Username>

    </AutoLogon>

    <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>

    <TimeZone>Mountain Standard Time</TimeZone>

    </component>

    </settings>

    <cpi:offlineImage cpi:source="wim:e:/MyPC%20vista%20sp2_3/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

    </unattend>

  16. I installed VISTA Ultimate with SP2 integrated unmodified version and it installed to the correct Daylight Savings Time. When I installed it after I modified it, it installed with the time running one hour slow. The only thing I integrated was the Dreamscene.cab and nVidia drivers. I removed Windows Defender, disabled Welcome Center and nothing else, other than editing the setup files that just about everyone edits when they modify. So I don't know what the blazes is going on? Any ideas or suggestions would be appreciated.

×
×
  • Create New...