Jump to content


anyweb

Root Admin
  • Posts

    9279
  • Joined

  • Last visited

  • Days Won

    371

Everything posted by anyweb

  1. show me a screenshot of what section you are referring to
  2. well if it's not accepting the key then the key is not matching the media, ie: the windows 7 ISO you are using is NOT the MAK version, contact microsoft to obtain the correct version or correct key. cheers niall
  3. thanks, spread the word !
  4. if you leave the license key out and deploy it what happens ?
  5. no in the upgrade it doesnt do it for you, you have to do it manually after the event here's how
  6. if you look at the zticonfigure.log file you should see references to the unattend.xml file being merged (or not) with your one, so what does it tell you ?
  7. did you use the hotfix ?
  8. With the release Windows 7, now is a good time to start thinking about doing a Windows 7 pilot deployment. Windows 7 contains many new features in networking (in particular, in BranchCache and DirectAccess), in security (AppLocker and BitLocker being some examples), and in manageability (e.g., power management and PowerShell) that are worth exploring. Note For a complete view of Windows 7 resources, articles, demos and guidance, please visit the Springboard Series for Windows 7 on the Windows Client TechCenter. Phases of Pilot Deployment Process The How to Start a Windows Vista Pilot Deployment gives an excellent overview of how to successfully manage a Windows Vista pilot program that provides the best experience for pilot users and helps to provide positive project justification to business decision makers in your organization. The fundamental standard information technology (IT) best practices described in that document also apply to a Windows 7 deployment and are outlined below. full article > http://technet.microsoft.com/en-us/library/dd744251%28WS.10%29.aspx
  9. Problem: When trying to import Windows 7 drivers (.inf files) you get an error stating: Discussion: This issue is specific to running SCCM 2007 SP2 on Windows Server 2008 (you won't have it on windows server 2008 R2), and for drivers that apply exclusively to windows 7. Solution: You can fix it by either upgrading to Windows server 2008 R2, or call Microsoft support for Hotfix KB 978754. Workaround: Edit the INF files like in the example below and then the driver import will work. Example: e6400 NIC driver for Windows 7 X86 edit a filed called E1Y6232.inf and found the lines change [Manufacturer] %Intel% = Intel, NTx86.6.0, NTx86.6.1.1 to [Manufacturer] %Intel% = Intel, NTx86.6.1.1 References: 1. Importing Win 7 Drivers - .inf files 2. "The selected driver is not applicable to any supported platforms" issue still occur on SCCM SP2+R2 for Win7 Drivers
  10. If you are using SCCM 2007 SP1 (WinPE 2.0 images) you can use intlcfg.exe to set the keyboard layout in WinPE. If you are using SCCM 2007 SP2 (WinPE 3.0 images) intlcfg.exe is deprecated and you have to use Dism.exe to set the keyboard layout in WinPE.
  11. did you update your sccm configmgr client to the sp2 version ?
  12. no don't do that, the boot image that it didn't update, what is it called and what version is it currently, is it an mdt or custom boot image ?
  13. i'd suggest you read this topic while you are at it, it'll show you how to find the right logs good that its working now cheers niall
  14. create a reg file with the value required (simply export that key and save as a reg file) then make a package of that file and run it using the same method i use in this post (look at where i use a reg file for autologin) does that help ?
  15. hmm that log looks fine, are you sure there are no other smsts.log file present, with a name like smsts-20100113-110024.log ?
  16. please just upload it here....
  17. can you post the entire smsts.log file i'd like to see it
  18. is sccm in mixed or native mode ? what are you seeing happening on the client when it pxe boots now ?
  19. did you see this then ? Install multiple applications Select this option to configure the Install Software task sequence step to install multiple applications in sequence. This step specifies the base variable name for a series of task sequence variables that each contain a <packageID: program name> pair separated by a colon. The series of variable names is formed by appending a numeric suffix between 001 and 999 to the specified base name. The variable names and associated values form a dynamic package list. The list of packages ends when no variable name exists with the next sequential numeric suffix. The associated packages will be installed in the order specified in the list. Each package installation will be completed before the installation for the next package begins. When you specify the Package ID always specify the Package ID using uppercase. The program name is case-sensitive and must exactly match the name assigned to the program when it was created. Virtual application packages distributed via the Configuration Manager 2007 R2 application virtualization feature cannot be distributed as part of a list of multiple applications. If the value of a variable is not created in the correct format or does not specify a valid package ID and program name, the installation of the package will fail. If no variables with the specified base name and "001" suffix are found, no packages are installed and the action succeeds. The program you select must meet the following criteria: * It must run under the local system account and not the user account. * It should not interact with the desktop. The program must run silently or in an unattended mode. It must not initiate a reboot on its own. The program must request a reboot using a 3010 return code. This ensures that the Install Software task sequence step will properly handle the reboot. For example, to install a single application by using a task sequence variable called AA001, you specify the following: Variable name: AA001 Variable value: CEN00054:Install To install three applications, you would specify the following additional variables: Task Sequence variable: AA002 Value: Package CEN00107:Install Silent Task Sequence variable: AA003 Value: Package ID: CEN0031:Install ImportantImportant The program specified must have the Allow this program to be installed from a list of software packages in the “Install Software” task sequence step without being advertised option selected or the installation will fail. This option can be selected when adding a program to an existing package in the New Program Wizard. Alternatively, you can specify this option by right-clicking an existing program, selecting clicking Properties, and then clicking the Advanced tab. If an application installation fails, continue installing other applications in the list Check this box to have the Install Software task sequence continue in the event that an application installation in the list fails. If this box is not checked and the installation fails, the task sequence step will end immediately. If the box is checked, the next package or program in the variable list is installed regardless of errors. http://technet.microsoft.com/en-us/library/bb680842.aspx
  20. was the computer domain joined before you did OSD on it ? or did you join the domain during the task sequence...
  21. if you restart the Windows Deployment Services service, does it make any difference to the error message ?
  22. well your problem sounds like this one exactly does that help ?
  23. hi Rik have you seen this post yet ?
  24. check the firewall on the client and try again
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.