Jump to content

gustavo21

Member
  • Posts

    27
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Argentina

Posts posted by gustavo21

  1. It´s nice. I have somthing like that, but i use a external drive because its faster than network. I use Wandrv to install drivers and WPI to install apps. This apps are in the external drive to easy update.

     

    I have installed in the image some apps like: Winrar, Ccleaner, NetFX, Office 2013 because that way i reduce the install time. I prefer to update the image once a month than loose half hour in each install. 

     

    Other apps that are updated many times a month i install it through WPI.

     

     

    My Windows 8.1 64 bits image have a size of 7GB and the complete installation is done in 40 minutes.

  2. I never cloned a hard drive like you. I always take a image with imagex or DISM for windows 8.1. I naver had a problem with that.

     

    All you are doing is ok, but when the sistem shuts down, you should start windows PE and take the image, then apply it in the target computer.

     

     

    EDIT: Unattend file is not the same for windows 7 and 8! but i think that is not a problem, in worst scenario i think you have to complete the OOBE information in each PC.

  3. Hi everyone. I´m using a 64bits winpe to transfer 64bits system (7 and 8.1). Also have a script to backup files but in this script i use DIRUSE to check the sizes of the folders to know if  have enough available space before start transfer to the external hard drive. I use robocopy too. 

    I attach a snap of the script running in windows. The script was made to backup only some folders of the user (Dwnld, Docs, Pics, Fav, Vids and Music).

    I try with a vbs but only can scan a complete folder, not separete folders and sum the sizes like Diruse.

     

    I need any kind of help!

     

     

    Regards!

     

     

     

  4. Hi guys, I recently made a new wim of both W7. What i did is a clean install of OS, add A. reader, Office and a few soft more. Also W. Update.

    The problem is the size, W7 32 is 4gb and 64 is more than 7!!! I believe that something was wrong with some update, because i was looking the size while adding a modification.

    Is normal the difference of size? both OS was made almost at same time.

    Thanks in advance!

  5. I run a PE from windows 7 AIK. I capture the syspreped image from a single drive and a single partition in a standard pc (sempron 145, asrock n68) that i use to deploy only.

    The same image some times boot and some times doesn't. When doesn't, i have to load PE and enter bcdboot c:\windows /s C:. But if i apply that command everytime, in most cases i have a dual boot.

  6. Hi everyone. I am having some problems after apply the wim image with imagex. I do this

    diskpart.txt:

    sel disk 0

    clean

    create part pri

    sel part 1

    assign letter c

    active

    next i format and tranfer the wim. Thats works OK.

    But when i transfer bcdboot with "bcdboot c:\windows" some times in some computers when boot i have bootmgr error. It happens in less than 10% of the computers.

    If i apply bcd with "bcdboot c:\windows /s c:" works 100% of times but in 90% i have dual boot and i have to manual delete one entrie.

    I was thinking there is a way to avoid this, maybe deleting all bcd in disk and next generate it again?

    I hope you understand me.

    Thanks!!

  7. Both Synchronous commands are set to <Order>1</Order>. They can't both be first, one of them must be order 2. This can be seen in the examples on the Order page of the Unattended Windows Setup Reference on TechNet.

    You may want to use the Windows System Image Manager to create your unattend files, as the validation feature can help catch errors. The Windows SIM is a part of the WAIK and WADK.

    Hope this helps,

    David

    Windows Outreach Team - IT Pro

    The Springboard Series on TechNet

    It just a typing wrong. Order numbers are OK. I modified the post already!

  8. Hi guys, I need some help with my xml. I just add some synchronous commands, but sysprep give me error in this line:

    <FirstLogonCommands> 

    I put the whole 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">            <SetupUILanguage>                <UILanguage>es-ES</UILanguage>            </SetupUILanguage>            <InputLocale>0409:00000409</InputLocale>            <UserLocale>es-AR</UserLocale>            <UILanguage>es-ES</UILanguage>            <SystemLocale>es-AR</SystemLocale>        </component>        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">            <UserData>                <AcceptEula>true</AcceptEula>                <FullName>Usuario</FullName>                <Organization></Organization>            </UserData>        </component>    </settings>    <settings pass="oobeSystem">        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">             <FirstLogonCommands>                 <SynchronousCommand wcm:action="add">                   <Order>1</Order>                   <Description>INSTALANDO PROGRAMAS ADICIONALES</Description>                   <CommandLine>cmd /C start /wait C:\INSTALAR\WPI.EXE</CommandLine>                 </SynchronousCommand> 		<SynchronousCommand wcm:action="add">                   <Order>2</Order>                   <Description>INSTALANDO PROGRAMAS ADICIONALES</Description>                   <CommandLine>cmd /C rmdir C:\INSTALAR /S /Q</CommandLine>                 </SynchronousCommand>              </FirstLogonCommands>		<OOBE>                <HideEULAPage>true</HideEULAPage>                <NetworkLocation>Home</NetworkLocation>                <ProtectYourPC>3</ProtectYourPC>                <SkipMachineOOBE>true</SkipMachineOOBE>                <SkipUserOOBE>true</SkipUserOOBE>            </OOBE>            <TimeZone>Argentina Standard Time</TimeZone>            <UserAccounts>                <AdministratorPassword>                    <Value></Value>                    <PlainText>true</PlainText>                </AdministratorPassword>                <LocalAccounts>                    <LocalAccount>                        <Password>                            <Value></Value>                            <PlainText>true</PlainText>                        </Password>                        <Description></Description>                        <DisplayName>Usuario</DisplayName>                        <Group>Administrators;Users;</Group>                        <Name>Usuario</Name>                    </LocalAccount>                </LocalAccounts>            </UserAccounts>	</component>	<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">                        <Home_Page>http://www.google.com.ar</Home_Page>                        <DisableFirstRunWizard>true</DisableFirstRunWizard>                        <DisableWelcomePage>true</DisableWelcomePage>        </component>                <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">            <InputLocale>es-ES</InputLocale>            <UserLocale>es-AR</UserLocale>            <UILanguage>es-ES</UILanguage>            <SystemLocale>es-ES</SystemLocale>        </component>    </settings>    <settings pass="specialize">        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">            <ComputerName>*</ComputerName>            <CopyProfile>true</CopyProfile>            <RegisteredOrganization>Home</RegisteredOrganization>            <RegisteredOwner></RegisteredOwner>        </component>    </settings>    <cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>

    I can't figure out what the problem is!! I just copy and paste from other XML posted here and XML generators too.

    thanks!

  9. Good, but still you didn't answer my questions.

    Is there a specific reason why you want/need to install the windows on "D:"?

    Hi! I allways install Windows in C:, never did de system part.

    Basicaly, i do this:

    diskpart

    sel disk 0

    clean

    create part pri

    sel part 1

    assign letter c:

    active

    exit

    format c: /q /y /fs:ntfs /v:Windows

    imagex /apply x:\windows.wim 1 c:

    c:\windows\system32\bcdboot c:\windows /s c:

    exit

    Work great, never had a problem. I just have another script more complex because many notebooks have cdrom like disk 1 or some card reader also.

    Saludos!

  10. Hi everyone, im just finishing a new wim of Windows 7 and this time I'm going to add a few list of program in Post-install instead of integrating them all. I always update my Windows(s) and then i make the wim, but in a few weeks it get outdated.

    My question is if i can avoid the first screen of WPI (The selection screen) and run directly the installation because I am the one using it a the software is just Skype, Chrome, Flash, Java and Klite. I just don't need to exclude non.

    Thanks, i wait for an answer!!

    Regards.

  11. The best mode is without extra drivers. Using Imagex and sysprep you can easyly make an universal windows 7. I quote my answer to other post:

    You first need to know how to do a WinPE (x86 or x64)

    Hello. First you have to customize your windows 7, in audit mode.

    - Install new fresh OS.

    - Execute C:\Windows\System32\Sysprep /audit

    - When restart delete the user you had done (Only Administrator User left)

    - Install Updates, customize, install drivers, etc.

    - Generate an unattend.xml file for unattend the sysprep process and ser copyprofile=true. (if you need help with this just ask)

    - Execute C:\Windows\System32\Sysprep /oobe /generalize /quit /unattend:unattend.xml

    - Restart with WinPE

    - Run Imagex /capture /compress fast c: c:\windows7.wim "Windows 7 Ultimate" (or whatever)

    Then in other pc, run WinPE with the image you captured before

    If you wanna clean all HDD and you have no data to keep.

    Execute Diskpart

    In diskpart type:

    list disk (see what number of disk you wanna install)

    sel disk 0 (if is 0)

    clean

    create part pri

    sel part 1

    assign letter C:

    active

    exit

    when exit diskpart, execute:

    format c: /q /y /fs:NTFS /v:Windows

    Imagex /apply X:\windows7.wim 1 c: (X: is the drive you have the image. may be D, E, F etc)

    When imagex ends:

    C:\windows\system32\bcdboot c:\windows /s c:

    exit

    restart and wait for a full unattended and universal windows installation.

  12. Hi everyone. I need help for integrate multiple drivers to my windows 7. I install it in very differents kind of hardware (Intel, AMD, Netbook, Etc) and i try with DISM, DPinst and PNPUtil and doesnt work at all!

    This tools install the driver in the system a causes problem with all hardware. I need to put several display drivers (for example) and windows select the best to work.

    I Hope you understand my english :S

    Regards!

  13. Hello. First you have to customize your windows 7, in audit mode.

    - Install new fresh OS.

    - Execute C:\Windows\System32\Sysprep /audit

    - When restart delete the user you had done (Only Administrator User left)

    - Install Updates, customize, install drivers, etc.

    - Generate an unattend.xml file for unattend the sysprep process and ser copyprofile=true. (if you need help with this just ask)

    - Execute C:\Windows\System32\Sysprep /oobe /generalize /quit /unattend:unattend.xml

    - Restart with WinPE

    - Run Imagex /capture /compress fast c: c:\windows7.wim "Windows 7 Ultimate" (or whatever)

    Then in other pc, run WinPE with the image you captured before

    If you wanna clean all HDD and you have no data to keep.

    Execute Diskpart

    In diskpart type:

    list disk (see what number of disk you wanna install)

    sel disk 0 (if is 0)

    clean

    create part pri

    sel part 1

    assign letter C:

    active

    exit

    when exit diskpart, execute:

    format c: /q /y /fs:NTFS /v:Windows

    Imagex /apply X:\windows7.wim 1 c: (X: is the drive you have the image. may be D, E, F etc)

    When imagex ends:

    C:\windows\system32\bcdboot c:\windows /s c:

    exit

    restart and wait for a full unattended and universal windows installation.

×
×
  • Create New...