Jump to content

Yipikayee

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

About Yipikayee

Profile Information

  • OS
    none specified

Yipikayee's Achievements

0

Reputation

  1. Hi, Sorry for interrupting. I am trying to do a fully autounattended setup of windows 7 SP1. All goes well until the part where you have to enter your "User name for your account". I thought entering the LocalAccount would prevent me from having to do this but I still get the question. Also after that I have to still select which option I want for the "Help protect your computer and improve Windows". This screen: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="InboxGames" state="false" /> <selection name="WindowsGadgetPlatform" state="false" /> </package> </servicing> <settings pass="windowsPE"> <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"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Extend>false</Extend> <Size>8000</Size> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Order>1</Order> <PartitionID>1</PartitionID> <Format>NTFS</Format> <Label>Windows</Label> <Letter>C</Letter> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>Never</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <InstallFrom> <Credentials> <Domain>mydomain.com</Domain> <Password>P@ssw0rd</Password> <Username>Administrator</Username> </Credentials> <Path>\\RemoteInstall\WdsClientUnattend\install (2).wim</Path> </InstallFrom> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>*****-*****-*****-*****-*****</Key> <WillShowUI>Never</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Test User</FullName> <Organization>mydomain</Organization> </UserData> <WindowsDeploymentServices> <Login> <Credentials> <Username>Administrator</Username> <Password>P@ssw0rd</Password> <Domain>mydomain.com</Domain> </Credentials> <WillShowUI>Never</WillShowUI> </Login> <ImageSelection> <InstallImage> <ImageGroup>win7(x86)</ImageGroup> <ImageName>Windows 7 PROFESSIONAL</ImageName> <Filename>install (2).wim</Filename> </InstallImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>Never</WillShowUI> </ImageSelection> </WindowsDeploymentServices> <DynamicUpdate> <WillShowUI>Never</WillShowUI> </DynamicUpdate> </component> <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> <WillShowUI>Never</WillShowUI> </SetupUILanguage> <InputLocale>en-US</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="specialize"> <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>nl-BE</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-BE</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </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> <Credentials> <Domain>mydomaincom</Domain> <Password>P@ssw0rd</Password> <Username>Administrator</Username> </Credentials> <JoinDomain>mydomain.com</JoinDomain> </Identification> </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"> <ComputerName>%Username%#-pc</ComputerName> <TimeZone>Romance Standard Time</TimeZone> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Sidebar" 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"> <SidebarVisible>false</SidebarVisible> <SidebarOnByDefault>false</SidebarOnByDefault> </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>nl-BE</InputLocale> <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-BE</UILanguage> <UILanguageFallback>nl-BE</UILanguageFallback> <UserLocale>nl-BE</UserLocale> </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"> <AutoLogon> <Password> <Value>UABAAHMAcwB3ADAAcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> <Domain>mydomain</Domain> <Enabled>false</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <NetworkLocation>Work</NetworkLocation> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>1</ProtectYourPC> </OOBE> <Themes> <DefaultThemesOff>false</DefaultThemesOff> <DesktopBackground>%WINDIR%\achtergrond.jpg</DesktopBackground> <WindowColor>Twilight</WindowColor> </Themes> <UserAccounts> <AdministratorPassword> <Value>UABAAHMAcwB3ADAAcgBkAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </AdministratorPassword> <DomainAccounts> <DomainAccountList wcm:action="add"> <Domain>mydomain</Domain> </DomainAccountList> </DomainAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>UABAAHMAcwB3ADAAcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> <DisplayName>Administrator</DisplayName> <Group>Administrators</Group> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <TimeZone>Romance Standard Time</TimeZone> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled> <ShowWindowsLive>false</ShowWindowsLive> </component> </settings> <settings pass="offlineServicing"> <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> </settings> <cpi:offlineImage cpi:source="wim://pocserver/reminst/wdsclientunattend/install%20(2).wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Also the computername is random how can I have them something like this: winpc-01, winpc-02, ... And I placed a *.jpg in the *OEM\$1 folder, this would be placed under the C folder of the pc I read somewhere but the desktop doesn't change... I've been looking on the web for sometime now but can't really find a specific solution for my problem. Than again maybe I'm looking at the wrong places...
  2. Okay took me a while but I finished the PoC kit. It provides part of the required features. It's a small company so they don't have the budget for the SCCM package, but I believe it should still be possible to do ZTI (zero-touch installation) deployments with just WDS (MDT) and unattended files/scripts. They expect me to test/setup this environment so they can use it at customers locations to deploy new, update old pc's. Also I expected more from MDT, it gets used mostly for the deployment of office in the POC kit but I thought it would be used to make unattended files like with WAIK. edit: okay I got the WAIK, MDT thing figured out I think by reading some more tutorials and ebooks. But I was wondering is it possible to deploy a thin windows 7 image and than deploy your software like firefox, adobe reader, some company specific software afterwards with MDT? Microsoft seems to always point to SCCM for this but since this is not possible regarding the budget, I wonder if it is possible with MDT. Or do you think that wpkg is maybe a good alternative? edit2: I have found this site http://www.ithastobecool.com/2009/08/17/zerotouch-for-mdt-2010-without-sccm/ with an alternative but it seems like it is no longer "supported".
  3. Thanks for the link cluberti! @WinOutreach4 I downloaded the poc jump start kit, start using it in Virtual PC but since I don't have 2 physical pc's. I am trying to switch to VirtualBox where you can create your own virtual network. I use the .vhd file to create a new server in VirtualBox with 2048mb memory as in virtual pc but the server keeps crashing when I start it up. I looked on the virtualbox forums for a solutions. There I found that if this virtual pocserver was created with hyper-v this could give errors. I really want to check out this pocserver but if I can't run it in a program where I can create a virtual network I'm afraid I won't be able to use it. I also tried a version of the pocserver that I had not run in virtual pc but it also crashed on start up. edit: Found the solution: in the settings of virtualbox I had to remove the harddisk and the sata controller, than readd the harddisk with the IDE controller, this is because the virtual machine was created with hyper-v and hyper-v uses the IDE controller.
  4. Thank you so much guys, I think I convinced my boss, he is not at the office atm but will be in the afternoon. I am gonna check out your guides and if I have any questions I can't find solutions for with google I will report back here. For the deployment of software I have done some research as well and I think WPKGis probably the way to go. I am gonna let you guys know how it is going/has been anyway! Thx and see you later!
  5. Hi, I am a student doing my internship, the last stap before graduating. My employer wants me to setup a system to install/deploy unattended installations of server2008r2 and 7. The servers should be installed with the correct iprange, name, hard disk partitioning, shares with the correct permissions. The clients should join a domain automatically, have the correct computer name, and some software has to be installed on them. I have been settings up URANOS (Unattended Resolution in A Nutshell - OS) but this program didn't satisfy my boss, a problem with the file permissions. For the moment I have to search for an alternative but I haven't been very successful. If I can convince him (give good reasons) he might let me use WDS, MDT, ... He says that there must be a good alternative but I haven't found one yet. Here are some of the alternatives I found but they weren't good either for some reason: - Opsi: Some modules are not free atm. - OpenGnSys: can't find info if it's real unattended deployment or imaging. - Winner: no longer updated. - Ultimate Deployment Appliance: nothing about server2008, w7 in beta. I hope that I am at the correct forum and that maybe someone can help me with my quest. Thx in advance!!!
×
×
  • Create New...