<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to build the Ghost15 SRD on WinPE 3.1 in Other Norton Products</title>
    <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399736#M31370</link>
    <description>&lt;p&gt;For all the testing and stuff you do, you really should consider a TechNet membership.&lt;/p&gt;&lt;p&gt;The Technet direct (download only) can sometimes be found for around $250 a year.  Thats the renewal rate but I have seen discount codes that give new members the renewal rate.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a target="_blank" href="http://img832.imageshack.us/img832/803/win7sp1y.jpg"&gt;http://img832.imageshack.us/img832/803/win7sp1y.jpg&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;They released it yesterday to MSDN and Technet but I forgot all about it.  They already have all the integrated builds posted as well as the SP.&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;</description>
    <pubDate>Thu, 17 Feb 2011 20:03:04 GMT</pubDate>
    <dc:creator>DaveH</dc:creator>
    <dc:date>2011-02-17T20:03:04Z</dc:date>
    <item>
      <title>How to build the Ghost15 SRD on WinPE 3.1</title>
      <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399710#M31367</link>
      <description>&lt;p&gt;I've built the Ghost SRD using WinPE 3.1. It seems to work fine with one exception. When you use the Virus scanner, the update locater does not function to browse for new files. I think this was also a bug on the original Ghost 15 SRD that was fixed on the Ghost 15 SP1 SRD. If someone knows the fix, please post it. It's probably a registry entry or something.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Link to WAIK SP1 update - &lt;a target="_blank" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34"&gt;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;You need to have the original WAIK for Windows 7 installed and copy the files in the downloaded ISO file over the old ones in Program Files\Windows AIK\Tools\PETools. It also looks like the original WAIK for Windows 7 has been taken down. The link that used to be for KB3AIK.iso is not there anymore. Unfortunately, this is what contained some of the tools. Hopefully it is just a mistake and will be fixed.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Batch File:&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;pre&gt;REM Batch file to build Ghost 15 SRD on WinPE 3.1 by redk9258 - Feb 17, 2011&lt;br&gt;REM Must run as administrator.&lt;br&gt;Echo off&lt;br&gt;CLS&lt;br&gt;SET /p license= Enter your 16 digit license without dashes or spaces:&lt;br&gt;CLS&lt;br&gt;ECHO Enter the path to the Symantec SRD CD or folder&lt;br&gt;SET /p srdsource= (for example...  F:\ or D:\CUSTOM_SRD\):&lt;br&gt;CLS&lt;br&gt;IF EXIST &amp;quot;C:\Program Files\Windows AIK\Tools\PETools\x86&amp;quot; SET waikdrive=C:\&lt;br&gt;IF EXIST &amp;quot;D:\Program Files\Windows AIK\Tools\PETools\x86&amp;quot; SET waikdrive=D:\&lt;br&gt;IF EXIST &amp;quot;E:\Program Files\Windows AIK\Tools\PETools\x86&amp;quot; SET waikdrive=E:\&lt;br&gt;CLS&lt;br&gt;SET /p isoname= Enter a name for the ISO file (for example: Custom SRD):&lt;br&gt;CLS&lt;br&gt;ECHO Enter the path to the folder you want to build your ISO in&lt;br&gt;SET /p builddir= (for example: C:\windowspe-x86):&lt;br&gt;IF EXIST &amp;quot;%builddir%&amp;quot; ECHO &amp;quot;%builddir% already exists! Please delete it!&amp;quot; &lt;br&gt;IF EXIST &amp;quot;%builddir%&amp;quot; PAUSE&lt;br&gt;CD /D &amp;quot;%waikdrive%Program Files\Windows AIK\Tools\PETools&amp;quot;&lt;br&gt;CALL pesetenv.cmd&lt;br&gt;CALL copype.cmd x86 &amp;quot;%builddir%&amp;quot;&lt;br&gt;COPY winpe.wim ISO\sources\boot.wim&lt;br&gt;DISM /Mount-Wim /WimFile:ISO\sources\boot.wim /index:1 /MountDir:mount&lt;br&gt;DISM /image:mount /Add-Package /PackagePath:&amp;quot;%waikdrive%Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\winpe-hta.cab&amp;quot;&lt;br&gt;DISM /image:mount /Add-Package /PackagePath:&amp;quot;%waikdrive%Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\en-us\winpe-hta_en-us.cab&amp;quot;&lt;br&gt;DISM /image:mount /Add-Package /PackagePath:&amp;quot;%waikdrive%Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\winpe-mdac.cab&amp;quot;&lt;br&gt;DISM /image:mount /Add-Package /PackagePath:&amp;quot;%waikdrive%Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\en-us\winpe-mdac_en-us.cab&amp;quot;&lt;br&gt;DISM /image:mount /Add-Package /PackagePath:&amp;quot;%waikdrive%Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\winpe-scripting.cab&amp;quot;&lt;br&gt;DISM /image:mount /Add-Package /PackagePath:&amp;quot;%waikdrive%Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\en-us\winpe-scripting_en-us.cab&amp;quot;&lt;br&gt;DISM /image:mount /Add-Package /PackagePath:&amp;quot;%waikdrive%Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\winpe-wmi.cab&amp;quot;&lt;br&gt;DISM /image:mount /Add-Package /PackagePath:&amp;quot;%waikdrive%Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\en-us\winpe-wmi_en-us.cab&amp;quot;&lt;br&gt;MD cdmount&lt;br&gt;DISM /Mount-Wim /WimFile:%srdsource%sources\boot.wim /index:1 /MountDir:cdmount /readonly&lt;br&gt;COPY cdmount\*.xml mount\*.xml&lt;br&gt;COPY cdmount\Windows\System32\drivers\SmeUtil.sys mount\Windows\System32\drivers\SmeUtil.sys&lt;br&gt;COPY cdmount\Windows\Fonts\COUR.TTF mount\Windows\Fonts\COUR.TTF&lt;br&gt;COPY cdmount\Windows\Fonts\COURBD.TTF mount\Windows\Fonts\COURBD.TTF&lt;br&gt;COPY cdmount\Windows\Fonts\COURBI.TTF mount\Windows\Fonts\COURBI.TTF&lt;br&gt;COPY cdmount\Windows\Fonts\COURI.TTF mount\Windows\Fonts\COURI.TTF&lt;br&gt;MD mount\windows\Shell&lt;br&gt;ROBOCOPY /S cdmount\windows\Shell mount\windows\Shell&lt;br&gt;COPY cdmount\windows\System32\Winpeshl.ini mount\windows\System32\Winpeshl.ini&lt;br&gt;ECHO %license%&amp;gt;&amp;quot;%builddir%\mount\Windows\Shell\V2i\LicenseKey.txt&amp;quot;&lt;br&gt;CLS&lt;br&gt;ECHO *****************************************************************&lt;br&gt;ECHO * You may now add any additional files to %builddir%\mount &lt;br&gt;ECHO * When done, Please close all open Explorer Windows so as to    &lt;br&gt;ECHO * not interfere with unmounting the WIM files !!                &lt;br&gt;ECHO *****************************************************************&lt;br&gt;PAUSE&lt;br&gt;DISM /Unmount-Wim /MountDir:cdmount /discard&lt;br&gt;DISM /Unmount-Wim /MountDir:mount /commit&lt;br&gt;MD ISOTEMP&lt;br&gt;ROBOCOPY /S %srdsource% ISOTEMP&lt;br&gt;ROBOCOPY /S ISO ISOTEMP &lt;br&gt;RD ISO /S /Q&lt;br&gt;REN ISOTEMP ISO&lt;br&gt;OSCDIMG -l&amp;quot;%isoname%&amp;quot; -u1 -b&amp;quot;etfsboot.com&amp;quot; ISO &amp;quot;%isoname%.iso&amp;quot;&lt;br&gt;EXPLORER /n,/e,%builddir%&lt;br&gt;PAUSE&lt;br&gt;&lt;/pre&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;img src="http://community.norton.com/t5/image/serverpage/image-id/13390i1B64AF46E5CF451D/image-size/original?v=mpbl-1&amp;amp;px=-1" align="center" title="WinPE3.1.png" border="0" alt="WinPE3.1.png"&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
      <pubDate>Thu, 17 Feb 2011 19:18:45 GMT</pubDate>
      <guid>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399710#M31367</guid>
      <dc:creator>redk9258</dc:creator>
      <dc:date>2011-02-17T19:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to build the Ghost15 SRD on WinPE 3.1</title>
      <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399720#M31368</link>
      <description>&lt;p&gt;Thanks Red.&lt;/p&gt;&lt;p&gt;I assume you need Windows 7 SP1 in addition to the updated WAIK?&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;</description>
      <pubDate>Thu, 17 Feb 2011 19:44:02 GMT</pubDate>
      <guid>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399720#M31368</guid>
      <dc:creator>DaveH</dc:creator>
      <dc:date>2011-02-17T19:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to build the Ghost15 SRD on WinPE 3.1</title>
      <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399728#M31369</link>
      <description>&lt;p&gt;I don't have SP1 yet. Basically, the wim files are updated. It looks like you can no longer download the needed tools that were included in KB3AIK_EN.iso.:smileymad:&lt;/p&gt;</description>
      <pubDate>Thu, 17 Feb 2011 19:50:10 GMT</pubDate>
      <guid>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399728#M31369</guid>
      <dc:creator>redk9258</dc:creator>
      <dc:date>2011-02-17T19:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to build the Ghost15 SRD on WinPE 3.1</title>
      <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399736#M31370</link>
      <description>&lt;p&gt;For all the testing and stuff you do, you really should consider a TechNet membership.&lt;/p&gt;&lt;p&gt;The Technet direct (download only) can sometimes be found for around $250 a year.  Thats the renewal rate but I have seen discount codes that give new members the renewal rate.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a target="_blank" href="http://img832.imageshack.us/img832/803/win7sp1y.jpg"&gt;http://img832.imageshack.us/img832/803/win7sp1y.jpg&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;They released it yesterday to MSDN and Technet but I forgot all about it.  They already have all the integrated builds posted as well as the SP.&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;</description>
      <pubDate>Thu, 17 Feb 2011 20:03:04 GMT</pubDate>
      <guid>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399736#M31370</guid>
      <dc:creator>DaveH</dc:creator>
      <dc:date>2011-02-17T20:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to build the Ghost15 SRD on WinPE 3.1</title>
      <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399746#M31371</link>
      <description>&lt;p&gt;I wonder what the real differences are. I don't really see anything that interesting that has changed. Most of the updates are probably already installed from Windows Update.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Feb 2011 20:20:30 GMT</pubDate>
      <guid>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399746#M31371</guid>
      <dc:creator>redk9258</dc:creator>
      <dc:date>2011-02-17T20:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to build the Ghost15 SRD on WinPE 3.1</title>
      <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399782#M31376</link>
      <description>&lt;p&gt;The only real new features are a couple things for virtulization.&lt;/p&gt;&lt;p&gt;I see it more as a &amp;quot;update rollup&amp;quot; than a service pack.  I tried a couple of the betas and didn't notice anything, I'm just curious to try the integrated build to see if there is any noticeable change in performance.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;I would have rather had a XP SP4&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
      <pubDate>Thu, 17 Feb 2011 21:19:55 GMT</pubDate>
      <guid>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/399782#M31376</guid>
      <dc:creator>DaveH</dc:creator>
      <dc:date>2011-02-17T21:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to build the Ghost15 SRD on WinPE 3.1</title>
      <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/400498#M31424</link>
      <description>&lt;p&gt;Screwy, that link I posted now points to the original WinPE 3.0 download. Now, I can't find the link to the update files. Someone over at MS keeps messing with the download links.&lt;/p&gt;</description>
      <pubDate>Sat, 19 Feb 2011 04:55:35 GMT</pubDate>
      <guid>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/400498#M31424</guid>
      <dc:creator>redk9258</dc:creator>
      <dc:date>2011-02-19T04:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to build the Ghost15 SRD on WinPE 3.1</title>
      <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/400502#M31425</link>
      <description>&lt;p&gt;That is strange, yesterday I remember it sating something about windows 7sp1 and server 2008R2&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
      <pubDate>Sat, 19 Feb 2011 04:32:12 GMT</pubDate>
      <guid>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/400502#M31425</guid>
      <dc:creator>DaveH</dc:creator>
      <dc:date>2011-02-19T04:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to build the Ghost15 SRD on WinPE 3.1</title>
      <link>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/404072#M31669</link>
      <description>&lt;p&gt;Looks like Microsoft has fixed the download links...&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a target="_self" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34"&gt;WAIK 3.0&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a target="_self" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0aee2b4b-494b-4adc-b174-33bc62f02c5d"&gt;WAIK 3.1&lt;/a&gt; (supplement to WAIK 3.0)&lt;/p&gt;</description>
      <pubDate>Thu, 24 Feb 2011 22:29:14 GMT</pubDate>
      <guid>http://community.norton.com/t5/Other-Norton-Products/How-to-build-the-Ghost15-SRD-on-WinPE-3-1/m-p/404072#M31669</guid>
      <dc:creator>redk9258</dc:creator>
      <dc:date>2011-02-24T22:29:14Z</dc:date>
    </item>
  </channel>
</rss>

