Jump to content

balubeto

Member
  • Posts

    111
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by balubeto

  1. I have read, however, that with the syntax "setup.exe /unattend: <Unattend file>", you can tell the setup of Vista using certain unattend file, stored on the DVD of Vista, in order to perform different unattended installations according to the unattend file chosen. Then, just need a way to bring up a menu of choice to start of the installation of Vista so you can choose which run unattend file. So, how do you do this? Someone has other ideas to solve this problem? THANKS BYE
  2. HI 1) What are the commands that I put in SetupComplete.cmd script to delete all data and files created during an automated installation of Vista? 2) In SetupComplete.cmd file, I have to include a decision-making structure (such as IF or CASE), which permits to take certain actions depending on the license key entered at the installation of Vista Ultimate SP1 64-bit Retail? THANKS BYE
  3. HI After executing the instructions contained in SetupComplete.cmd file, I have to enter a command that reboots the computer completely before a user can make his first Login after the installation of Vista Ultimate SP1 64-bit Retail. So, what is the command able to run it in properly? THANKS BYE
  4. http://www.msfn.org/board/index.php?showtopic=130189
  5. HI Having created a DVD of Vista Ultimate SP1 64-bit Retail including six editions of Vista, I would need to insert in the DVD six files autounattend.xml to create six fully automated installations (including the partitioning of the hard-disk). In practice, when I make the boot from this DVD, it must now appear a menu where you can choose which edition of vista install. So how can I do to resolve this? THANKS BYE
  6. HI Having created a DVD of Vista Ultimate SP1 64-bit Retail including six editions of Vista, I would need to insert in the DVD six files autounattend.xml to create six fully automated installations (including the partitioning of the hard-disk). In practice, when I make the boot from this DVD, it must now appear a menu where you can choose which edition of vista install. So how can I do to resolve this? THANKS BYE
  7. HI I have the DVD of Vista Ultimate 64-bit Retail with six editions of Vista and I want to create a DVD of Vista Ultimate SP1 64-bit Retail with six editions of Vista SP1 so that, when I install the different editions of Vista SP1, or when I create the different xml files with WAIK, there are new entries "<Vista Editions> SP1>" and not the old entries <Vista Editions>" What is the proper procedure to do this work? THANKS BYE
  8. I created with vLite six ISO with integrated SP1 from my DVD of Vista. Now, how do I join the ISO in order to obtain a single ISO with only the issues with the SP1? Thank you. Bye
  9. HI I have a DVD of Vista Ultimate 64 bit Retail and want to create a DVD of Vista Ultimate SP1 64 bit Retail. Then I installed vLite 1.2 Final and I want to know if there is a way to Integrate in a single step the SP1 on all editions of Vista in my DVD. THANKS BYE
  10. HI I have a DVD of Vista SP1 with all 64-bit editions. With vLite, how to process all the editions of Vista in order to create a autounattend.xml file in which there is a valid license key to access automatically to all in my edition DVD? THANKS BYE
  11. HI Using WAIK, I created the autounattend.xml file by putting it on a DVD of Vista Ultimate SP1 64 bit. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <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"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Size>24000</Size> <Extend>false</Extend> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> <Format>NTFS</Format> <Extend>false</Extend> <Label>Windows_Vista_SP1_64_bit</Label> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>false</Active> <Letter>D</Letter> <Order>2</Order> <PartitionID>2</PartitionID> <Extend>true</Extend> <Format>NTFS</Format> <Label>Data</Label> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <UserData> <AcceptEula>true</AcceptEula> </UserData> </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"> <FolderLocations> <ProfilesDirectory>D:\Users</ProfilesDirectory> </FolderLocations> </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> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Security-Licensing-SLC" 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"> <SkipRearm>0</SkipRearm> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/users/public/documents/vista_sp1_64_bit/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> When, however, I do the boot from the DVD, Vista does not erase the disk and does not create the two partitions indicated by my file. Why? THANKS BYE
×
×
  • Create New...