We have managed to install 2012 SP1 SCCM and get a few applications to install correctly (Software Center)...
We have also managed to install Windows 7 using Task Sequence.
Trying to combine the two is proving to be a problem..
We have used the option of trying to install applications as part of the task sequence on both the build and capture and deploy task sequence, however have encountered the following errors everytime...
0x8007002 (as per smsts log)
The OS will install fine, however when adding apps to the Task it fails.
See log below:
<![LOG[RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram]LOG]!><time="12:24:47.957-60" date="04-26-2013" component="TSManager" context="" type="2" thread="1956"
file="utils.cpp:261">
<![LOG[GetTsRegValue() failed. 0x80070002.]LOG]!><time="12:24:47.957-60" date="04-26-2013" component="TSManager" context="" type="2" thread="1956" file="utils.cpp:279">
<![LOG[End program: ]LOG]!><time="12:24:47.957-60" date="04-26-2013" component="TSManager" context="" type="1" thread="1956" file="tsmanager.cpp:764">
<![LOG[Error Task Sequence Manager failed to execute task sequence. Code 0x80004005]LOG]!><time="12:24:47.957-60" date="04-26-2013" component="TSManager" context="" type="3" thread="1956"
file="tsmanager.cpp:768">
<![LOG[Sending error status message]LOG]!><time="12:24:47.957-60" date="04-26-2013" component="TSManager" context="" type="1" thread="1956" file="tsmanager.cpp:769">
What is the best way to install apps as part of general build...
Throug Task Sequence (and what is going on as above) or through required app installs?