Jump to content


Judical

Established Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by Judical

  1. Hello, Sorry if this was already asked, I couldn't find anything. I am using SCCM2012 with SP1 and deploying Windows 8 Enterprise with many applications. The issue I am having is that none of the applications are showing in Metro. Is there something I can do either during the deployment or post deployment that would add everything to Metro? Thanks, -Judical As I poke around more I am realizing that the metro icons are shown per user and since everything gets installed as system during deployment nothing is going to show. I'll just have to create a script for this.
  2. I am trying to do this though command lines in a task sequence during OSD. This is what I have; cmd.exe /c takeown.exe /F C:\Windows\Web\Wallpaper\Windows\img0.jpg THIS WORKS cmd.exe /c icacls.exe C:\Windows\Web\Wallpaper\Windows\img0.jpg /reset THIS WORKS cmd.exe /c rename.exe C:\Windows\Web\Wallpaper\Windows\img0.jpg img1.jpg THIS DOESN'T WORK cmd.exe /c xcopy.exe \\SERVERNAME\Repository\Misc\Wallpaper\*.* C:\Windows\Web\Wallpaper\Windows\ /E /D THIS DOESN'T WORK I can't think of any reason why this wouldn't work. Any help is appreciated. -Judical
  3. Hello, Has anyone been able to successfully deploy VS2010 on Windows 7? I have read that the prerequisites are Windows Installer 4.5(already included in Windows7) and .Net 4.0. .Net 4.0 installs fine then it gets to VS2010 and it just sits until it times out. I have it pointed at the setup directory and using command line "setup.exe /UnattendedFile VS2010_install.ini"(if i run this manually it works perfectly) The ini is in the same directory. I have also tried not using the unattended file with /q /norestart /full and SCCM downloads the files then fails. This is the error I am recieving; The task sequence execution engine failed executing the action (VS2010 Premium) in the group (Visual Studio 2010) with the error code 2147942659 Action output: on... Waiting for job status notification... Waiting for job status notification... CompleteExecution received Received job completion notification from Execution Manager Installation completed with exit code 0x80070103 Setting TSEnv variable 'SMSTSInstallSoftwareJobID_WI700155_WI7200DD_Silent Install'='' CompleteExecution processed GetExecRequestMgrInterface successful Releasing job request, jobID='{78B278A9-D678-4B1A-BC3C-865FA2577FD3}' Releasing of Job Request successful CompleteJob successful Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\WI700155 reference count 1 for the source C:\_SMSTaskSequence\Packages\WI700155 before releasing Delete source directory C:\_SMSTaskSequence\Packages\WI700155 Released the resolved source C:\_SMSTaskSequence\Packages\WI700155 pInstall->Install(sPackageID, sProgramName), HRESULT=80070103 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\main.cpp,374) Installation failed with error (0x80070103) Install Software failed, hr=0x80070103. The operating system reported error 2147942659: No more data is available.
  4. For some reason I cannot get VS2010 to install. This is the error; The task sequence execution engine failed executing the action (VS2010 Premium) in the group (Visual Studio 2010) with the error code 2148077575 Action output: Name, pszUserPassword), HRESULT=80091007 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,3135) ResolveSource(pszSource, sSourceDirectory, dwFlags, 0, 0, 0), HRESULT=80091007 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,3036) TS::Utility::ResolveSource(pszPkgID, sContentLoc), HRESULT=80091007 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\installsoftware.cpp,144) GetContentLocation(pszPkgID, m_bPkgContainSrcFiles, sContentLocation), HRESULT=80091007 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\installsoftware.cpp,704) Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\WI70014A The user tries to release a source directory C:\_SMSTaskSequence\Packages\WI70014A that is either already released or we have not connected to it pInstall->Install(sPackageID, sProgramName), HRESULT=80091007 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\main.cpp,374) Failed to resolve the source for SMS PKGID=WI70014A, hr=0x80091007 Install Software failed, hr=0x80091007. The operating system reported error 2148077575: The hash value is not correct. Any input would be really appreciated.
×
×
  • 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.