{"id":1044,"date":"2008-04-23T22:42:20","date_gmt":"2008-04-23T22:42:20","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm"},"modified":"2008-04-24T09:01:25","modified_gmt":"2008-04-24T09:01:25","slug":"windows-vista-and-office-2007-deployment-brain-dump","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm","title":{"rendered":"Windows Vista and Office 2007 deployment brain dump"},"content":{"rendered":"<p>This week I&#8217;m working on a <a href=\"http:\/\/www.microsoft.com\/licensing\/sa\/benefits\/deployment.mspx\">Desktop Deployment Planning Services<\/a> (DDPS) engagement with a customer.  It&#8217;s been a while since I last looked at deployment (basically I haven&#8217;t done anything since <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/passed-microsoft-certified-technology-specialist-exam-70-624.htm\">I passed the Windows Vista and Office 2007 deployment exam<\/a>) so I&#8217;m revising my notes in preparation for a workshop tomorrow.<\/p>\n<p>As a supplement to my previous post on a <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/bdd-2007-overview.htm\">BDD 2007 overview<\/a> and <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/office-2007-customisation-and-deployment-using-bdd-2007.htm\">Office 2007 customisation and deployment using BDD 2007<\/a>, this is a rollup of just about everything I could lay my hands on about Vista and Office deployment.  It&#8217;s not particularly well structured &#8211; let&#8217;s just call it a &#8220;brain dump&#8221;.  If anyone has anything extra to add, please leave a comment at the end of this post:<\/p>\n<h3>Windows imaging technologies<\/h3>\n<ul>\n<li><a href=\"http:\/\/technet2.microsoft.com\/WindowsVista\/en\/library\/a8848521-b3ca-4c6c-81f0-6954f671cfe01033.mspx?mfr=true\">ImageX<\/a> (<code>imagex.exe<\/code>) is a command line tool for manipulating <a href=\"http:\/\/technet.microsoft.com\/en-us\/windowsvista\/aa905070.aspx\">Windows Imaging Format<\/a> (<a href=\"http:\/\/www.fileinfo.net\/extension\/wim\">.WIM<\/a>) files.  It is built using the Windows imaging API (WIMGAPI) together with a .WIM file system filter.<\/li>\n<li>Windows Vista images are HAL-independent and make use of single instance storage. To minimise the amount of space used by Windows Vista installation images, use <code>imagex.exe<\/code> to apply images to separate folders on a computer and then append these images to the final image.<\/li>\n<li><a href=\"http:\/\/technet2.microsoft.com\/WindowsVista\/en\/library\/d9f7c27e-f4d0-40ef-be73-344f7c7626ff1033.mspx?mfr=true\">Windows System Image Manager<\/a> (SIM) is used to create and maintain answer files.<\/li>\n<li>To modify an image, use <code>imagex.exe<\/code> to mount it and then apply an unattended setup answer file (unattend.xml).<\/li>\n<li><a href=\"http:\/\/technet2.microsoft.com\/WindowsVista\/en\/library\/bc0c0afa-748d-4cdd-ab38-3868c3ca87151033.mspx?mfr=true\">Package Manager<\/a> (<code>pkgmgr.exe<\/code>) can be used to update both image files and computers that have already had an image applied:<\/li>\n<ul>\n<li>When used to update computers that have already had an update applied, <code>pkgmgr.exe<\/code> can install, configure and update features in Windows Vista (e.g. installed components, device drivers, language packs, updates).  It can also be used with an unattended installation answer file for new installations.<\/li>\n<li>When adding additional drivers to an existing Windows Vista image, use <code>pkgmgr.exe<\/code> to add the drivers from a folder.<\/li>\n<\/ul>\n<\/ul>\n<h3>Windows Vista deployment<\/h3>\n<ul>\n<li>Windows Setup (<code>setup.exe<\/code>) for Vista is now GUI-only and there is no more <code>winnt.exe<\/code> and <code>winnt32.exe<\/code>.<\/li>\n<li>Windows installation is structured around a number of configuration passes:<\/li>\n<ul>\n<li>Windows PE.<\/li>\n<li>Offline servicing.<\/li>\n<li>Generalise.<\/li>\n<li>Specialise.<\/li>\n<li>Audit system.<\/li>\n<li>Audit user.<\/li>\n<li>OOBE system.<\/li>\n<\/ul>\n<li>unattend.xml is a single unattended installation answer file, replacing multiple files in previous versions of Windows &#8211; including unattend.txt, cmdlines.txt, winbom.ini, oobeinfo.ini and sysprep.inf.<\/li>\n<li>To avoid prompting users for input during the installation of Windows Vista, create an unattended setup installation file and copy this to a USB flash drive, then ensure that the flash drive is present during Windows Vista installation.<\/li>\n<li>unattend.xml must be renamed to autounattend.xml when used on removable media during installation and replaces winnt.sif.<\/li>\n<li>The Out-of-Box Experience (OOBE) is now known as Windows Welcome and is controlled with oobe.xml, which includes options for Windows Welcome, ISP sign-up and the Windows Vista Welcome Center.<\/li>\n<li>Disk repartitioning can be configured in the first pass of the Windows PE section of unattend.xml.<\/li>\n<li>When using multiple hardware configurations, create a distribution point that includes an Out-of-Box Drivers folder.<\/li>\n<li><a href=\"http:\/\/technet2.microsoft.com\/WindowsVista\/en\/library\/9e197135-6711-4c20-bfad-fc80fc2151301033.mspx?mfr=true\">Windows Deployment Services<\/a> (WDS) replaces <a href=\"http:\/\/technet2.microsoft.com\/windowsserver\/en\/library\/c62e5951-5eb9-42f1-95ae-490e5d7a55511033.mspx?mfr=true\">Remote Installation Services<\/a> (RIS).<\/li>\n<li>When using WDS with computers that do not have PXE capabilities, create a WDS discovery image and use this to create a bootable CD for Windows Vista installation.<\/li>\n<li>When using WDS on a server that provides DHCP services, <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2004\/03\/configuring-dhcp-option-60-for-pxe.htm\">enable DHCP Option 60<\/a> and configure WDS to listen on port 67.<\/li>\n<li>If the WDS Image Capture Wizard is unable to capture a reference computer image, restart the reference computer and run <code>sysprep \/generalize \/oobe<\/code>.<\/li>\n<li>The <a href=\"http:\/\/technet2.microsoft.com\/WindowsVista\/en\/library\/129a1712-e3d8-46c1-bc09-a14349dc67db1033.mspx?mfr=true\">Windows Automated Installation Kit<\/a> (WAIK) replaces deploy.cab and contains updated versions of tools previously provided to OEMs (e.g. Windows PE) for use in corporate deployments.<\/li>\n<li>The OEM Preinstallation Toolkit (OPK) is for system builders, containing the WAIK and additional OEM-specific information (e.g. OEM licensing).<\/li>\n<li><code>bootsect.exe<\/code> is used to enable deployment alongside earlier versions of Windows with the Windows Vista boot manager (<code>bootmgr.exe<\/code>) &#8211; it replaces <code>fixfat.exe<\/code> and <code>fixntfs.exe<\/code> (both included with Windows Vista). <a href=\"http:\/\/support.microsoft.com\/kb\/919529\">Microsoft knowledge base article 919529<\/a> has more details.<\/li>\n<li><a href=\"http:\/\/technet2.microsoft.com\/windowsserver2008\/en\/library\/85cd5efe-c349-427c-b035-c2719d4af7781033.mspx?mfr=true\">boot.ini has been replaced by the >Boot Configuration Data<\/a>.<\/li>\n<li>The System Preparation Tool (<code>sysprep.exe<\/code>) is installed by default on Windows Vista systems in %windir%\\system32\\sysprep and there are several changes when compared with previous versions:<\/li>\n<ul>\n<li><code>sysprep \/reseal<\/code> is replaced with <code>sysprep \/generalize \/oobe<\/code>.<\/li>\n<li><code>sysprep \/factory<\/code> is replaced by <code>sysprep \/audit<\/code>.<\/li>\n<li><code>sysprep \/mini<\/code> is replaced by <code>sysprep \/oobe<\/code>.<\/li>\n<li><code>sysprep \/nosidgen<\/code> is replaced by <code>sysprep \/generalize<\/code>.<\/li>\n<li><code>sysprep \/clean<\/code> and <code>sysprep \/bmsd<\/code> are deprecated.<\/li>\n<li><code>sysprep \/activated<\/code> is replaced by <code>sysprep \/generalize<\/code> (together with <a href=\"http:\/\/itsvista.com\/2007\/01\/slmgr-vistas-licensing-manager-disguised-as-a-hack\/\">slmgr.vbs for managing the activation status of a computer<\/a>)<\/li>\n<li>OEMs are required to run <code>sysprep \/oobe<\/code> before delivery of new computers.<\/li>\n<\/ul>\n<\/ul>\n<h3>Customising Office 2007 installations<\/h3>\n<ul>\n<li>Windows Installer Patch (<a href=\"http:\/\/www.fileinfo.net\/extension\/msp\">.MSP<\/a>) files can be used to produce customised Office installations (and then called using a script). <\/li>\n<li>Multiple installation shares can be defined within a .MSP file.<\/li>\n<\/ul>\n<h3>Office 2007 deployment<\/h3>\n<ul>\n<li>To create an Office 2007 installation share (e.g. for scripted deployment), create a shared folder on a server and copy the installation files from the source media to the root of the shared folder. <\/li>\n<li>To slipstream Microsoft Office 2007 updates into the deployment, create a folder called updates in the Microsoft Office 2007 distribution folder and copy all updates to this folder. <\/li>\n<\/ul>\n<h3>User data migration:<\/h3>\n<ul>\n<li>The <a href=\"http:\/\/technet2.microsoft.com\/WindowsVista\/en\/library\/91f62fc4-621f-4537-b311-1307df0105611033.mspx?mfr=true\">User State Migration Toolkit<\/a> (USMT) v3.0 can be used with both Windows XP and Windows Vista.<\/li>\n<li>miguser.xml can be used to ensure that USMT captures files with a particular extension during migration.<\/li>\n<li>The USMT <code>scanstate.exe<\/code> command can be used with the \/p switch to ensure that sufficient free space exists in a target folder.<\/li>\n<li>USMT can migrate user state using a network server during an upgrade that involves repartitioning of disks.<\/li>\n<li>If the partition table is to be left intact during a migration, use a local partition with sufficient free space for temporary storage. <\/li>\n<li><code>scanstate.exe<\/code> can scan a source computer, collect files and create a store without modifying the source. The default action is to compress files and store them in image file (usmt3.mig).<\/li>\n<li><code>loadstate.exe<\/code> will migrate files and settings from and existing store to the destination computer.<\/li>\n<li>The <code>scanscate.exe<\/code> and <code>loadstate.exe<\/code> commands have matching command line arguments.<\/li>\n<li>Migration XML files include rules to define what should be migrated and are specified with the <code>\/i<\/code> switch:<\/li>\n<ul>\n<li>Custom XML files define components to exclude and are created using <code>scanstate \/genconfig:config.xml<\/code>.<\/li>\n<li>migsys.xml is used with the <code>\/targetxp<\/code> switch to migrate operating system and browser settings.<\/li>\n<li>migapp.xml is used to migrate application settings.<\/li>\n<li>miguser.xml is used to migrate user files, folders and filetypes.<\/li>\n<li>If the destination computer is running Windows XP, modify miguser.xml, migapp.xml and migsys.xml<\/li>\n<li>If the destination computer is running Windows Vista, modify miguser.xml and migapp.xml but migsys.xml is not supported &#8211; use config.xml instead.<\/li>\n<li>migxml.xsd can write and validate xml files.<\/li>\n<\/ul>\n<li><code>scanstate \/p<\/code> can be used to create a space estimate file called usmtsize.txt (it will also be necessary to specify <code>\/nocompress<\/code>).<\/li>\n<\/ul>\n<h3>Office 2003-2007 interoperability<\/h3>\n<ul>\n<li>The <a href=\"http:\/\/office.microsoft.com\/en-us\/products\/HA101686761033.aspx\">Office Compatibility Pack<\/a> (OCP) <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/working-with-openxml-document-formats-in-office-2003.htm\">allows Office 2003 users to read Office 2007 documents<\/a>.<\/li>\n<li>The <a href=\"http:\/\/technet2.microsoft.com\/Office\/en-us\/library\/d0373697-31f5-4fc5-8dd1-1b9d7f35842f1033.mspx?mfr=true\">Office Migration Planning Manager<\/a> (OMPM) is distributed as <code>migrationplanningmanager.exe<\/code> (a self-extracting executable).<\/li>\n<li>The OMPM file scanner (<code>offscan.exe<\/code>) can be used to identify documents that are not compatible with Office 2007 &#8211; a light scan is used to locate Office documents whilst a deep scan can examine documents for potential conversion issues.<\/li>\n<li>The <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/cc179019.aspx\">Office File Converter<\/a> (OFC) can be used to bulk-convert specific files to Office 2007 formats.<\/li>\n<li>The <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/cc179019.aspx\">Version Extraction Tool<\/a> (VET) can be used to extract saved versions of a Word 2003 (or earlier) file to a new file.<\/li>\n<\/ul>\n<h3>Localisation<\/h3>\n<ul>\n<li>To add multiple language support to Office 2007 applications, install the appropriate language pack on the installation share and update config.xml.<\/li>\n<li>To add a language pack to an existing computer, use <code>pkgmgr.exe<\/code> to apply a new unattended setup installation file that references the appropriate language pack. <\/li>\n<li>If the Windows SIM is unable to access language pack settings in a customised Windows Vista image, generate a new catalog based on the custom image.<\/li>\n<\/ul>\n<h3>Further reading<\/h3>\n<ul>\n<li><a href=\"http:\/\/technet2.microsoft.com\/WindowsVista\/en\/library\/2957d7c4-02c7-4205-afb5-f03434d8f37d1033.mspx?mfr=true\">Comparing Windows XP and Vista deployment tools<\/a>.<\/li>\n<li><a href=\"http:\/\/technet2.microsoft.com\/WindowsVista\/en\/library\/88f80cb7-d44f-47f7-a10d-e23dd53bc3fa1033.mspx?mfr=true\">Windows Vista Deployment Step By Step Guide<\/a>.<\/li>\n<li><a href=\"http:\/\/technet.microsoft.com\/en-us\/desktopdeployment\/bb395347.aspx\">Office 2007 Deployment Overview<\/a> (and <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/cc303401.aspx\">Resource Kit<\/a>).<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>This week I&#8217;m working on a Desktop Deployment Planning Services (DDPS) engagement with a customer. It&#8217;s been a while since I last looked at deployment (basically I haven&#8217;t done anything since I passed the Windows Vista and Office 2007 deployment exam) so I&#8217;m revising my notes in preparation for a workshop tomorrow. As a supplement &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Windows Vista and Office 2007 deployment brain dump<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[],"tags":[47,98,54],"class_list":["post-1044","post","type-post","status-publish","format-standard","hentry","tag-office","tag-windows-vista","tag-os-deployment"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Windows Vista and Office 2007 deployment brain dump - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows Vista and Office 2007 deployment brain dump - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"This week I&#8217;m working on a Desktop Deployment Planning Services (DDPS) engagement with a customer. It&#8217;s been a while since I last looked at deployment (basically I haven&#8217;t done anything since I passed the Windows Vista and Office 2007 deployment exam) so I&#8217;m revising my notes in preparation for a workshop tomorrow. As a supplement &hellip; Continue reading Windows Vista and Office 2007 deployment brain dump\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2008-04-23T22:42:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-04-24T09:01:25+00:00\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/04\\\/windows-vista-and-office-2007-deployment-brain-dump.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/04\\\/windows-vista-and-office-2007-deployment-brain-dump.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Windows Vista and Office 2007 deployment brain dump\",\"datePublished\":\"2008-04-23T22:42:20+00:00\",\"dateModified\":\"2008-04-24T09:01:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/04\\\/windows-vista-and-office-2007-deployment-brain-dump.htm\"},\"wordCount\":1305,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft Office\",\"Microsoft Windows Vista\",\"Operating System Deployment\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/04\\\/windows-vista-and-office-2007-deployment-brain-dump.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/04\\\/windows-vista-and-office-2007-deployment-brain-dump.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/04\\\/windows-vista-and-office-2007-deployment-brain-dump.htm\",\"name\":\"Windows Vista and Office 2007 deployment brain dump - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2008-04-23T22:42:20+00:00\",\"dateModified\":\"2008-04-24T09:01:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/04\\\/windows-vista-and-office-2007-deployment-brain-dump.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/04\\\/windows-vista-and-office-2007-deployment-brain-dump.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/04\\\/windows-vista-and-office-2007-deployment-brain-dump.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows Vista and Office 2007 deployment brain dump\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Windows Vista and Office 2007 deployment brain dump - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm","og_locale":"en_GB","og_type":"article","og_title":"Windows Vista and Office 2007 deployment brain dump - markwilson.it","og_description":"This week I&#8217;m working on a Desktop Deployment Planning Services (DDPS) engagement with a customer. It&#8217;s been a while since I last looked at deployment (basically I haven&#8217;t done anything since I passed the Windows Vista and Office 2007 deployment exam) so I&#8217;m revising my notes in preparation for a workshop tomorrow. As a supplement &hellip; Continue reading Windows Vista and Office 2007 deployment brain dump","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm","og_site_name":"markwilson.it","article_published_time":"2008-04-23T22:42:20+00:00","article_modified_time":"2008-04-24T09:01:25+00:00","author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Windows Vista and Office 2007 deployment brain dump","datePublished":"2008-04-23T22:42:20+00:00","dateModified":"2008-04-24T09:01:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm"},"wordCount":1305,"commentCount":4,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft Office","Microsoft Windows Vista","Operating System Deployment"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm","name":"Windows Vista and Office 2007 deployment brain dump - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2008-04-23T22:42:20+00:00","dateModified":"2008-04-24T09:01:25+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/windows-vista-and-office-2007-deployment-brain-dump.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Windows Vista and Office 2007 deployment brain dump"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":950,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/bdd-2007-overview.htm","url_meta":{"origin":1044,"position":0},"title":"BDD 2007 overview","author":"Mark Wilson","date":"Thursday 22 November 2007","format":false,"excerpt":"It's been almost three years since I wrote a post about the Microsoft Solution Accelerator for Business Desktop Deployment (BDD) and since then it's been updated twice - first with BDD v2.5 and now with BDD 2007 (the latest version of which is now known simply as Microsoft Deployment). According\u2026","rel":"","context":"In \"Microsoft Windows Vista\"","block_context":{"text":"Microsoft Windows Vista","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-vista"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1026,"url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/introducing-the-microsoft-deployment-toolkit-2008.htm","url_meta":{"origin":1044,"position":1},"title":"Introducing the Microsoft Deployment Toolkit 2008","author":"Mark Wilson","date":"Tuesday 25 March 2008","format":false,"excerpt":"One of the sessions that I managed to catch at UK customer launch for Microsoft's 2008 products last week was Julius Davies' and Jason Stiff's presentation on Windows Server 2008 (and Windows Vista) deployment. I recently spent some time brushing up my deployment skills but there have been a few\u2026","rel":"","context":"In \"Microsoft\"","block_context":{"text":"Microsoft","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/microsoft"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":951,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/office-2007-customisation-and-deployment-using-bdd-2007.htm","url_meta":{"origin":1044,"position":2},"title":"Office 2007 Customisation and Deployment using BDD 2007","author":"Mark Wilson","date":"Thursday 22 November 2007","format":false,"excerpt":"Over the years, the various methods available for customising and deploying Microsoft Office have advanced considerably and so here are a few notes on customising and deploying the 2007 Microsoft Office System using the Microsoft Solution Accelerator for Business Desktop Deployment (BDD) 2007: The first step is to create a\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":952,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/passed-microsoft-certified-technology-specialist-exam-70-624.htm","url_meta":{"origin":1044,"position":3},"title":"Passed Microsoft Certified Technology Specialist exam 70-624","author":"Mark Wilson","date":"Friday 23 November 2007","format":false,"excerpt":"I've just come out of a Prometric testing centre after taking the Deploying and Maintaining Windows Vista Operating System and 2007 Microsoft Office System Desktop exam (exam 70-624).\u00a0 I'm please to say that I passed - with a 100% score - but I feel cheated somehow. You see, the thing\u2026","rel":"","context":"In \"Certification\"","block_context":{"text":"Certification","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/certification"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":424,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm","url_meta":{"origin":1044,"position":4},"title":"Windows Vista imaging and deployment","author":"Mark Wilson","date":"Monday 13 November 2006","format":false,"excerpt":"However much I try to avoid it, as an IT infrastructure consultant, I always seem to get involved in operating system deployment. With that in mind, a couple of days back, I went along to an event at which Microsoft UK's James O'Neill gave an interesting presentation on Windows Vista\u2026","rel":"","context":"In \"Microsoft Windows PE\"","block_context":{"text":"Microsoft Windows PE","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-pe"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":91,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/02\/microsoft-solution-accelerator-for.htm","url_meta":{"origin":1044,"position":5},"title":"The Microsoft Solution Accelerator for Business Desktop Deployment, the Microsoft Solutions Framework and the Microsoft Operations Framework","author":"Mark Wilson","date":"Thursday 10 February 2005","format":false,"excerpt":"Last week, I spent three days learning about the Microsoft Solution Accelerator for Business Desktop Deployment (BDD). According to Microsoft: \"The Microsoft Solution Accelerator for Business Desktop Deployment delivers end-to-end guidance for efficient planning, building, testing, and deploying Microsoft Windows XP Professional, Windows XP Tablet PC Edition, and Office Professional\u2026","rel":"","context":"In \"IT Operations\"","block_context":{"text":"IT Operations","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/it-operations"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1044","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=1044"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1044\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=1044"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=1044"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=1044"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}