Forum Discussion

4 Replies

  • nh1's avatar
    nh1
    Copper Contributor

    I have the same issue and I have no idea how to post. I got no help from technical support. Can someone help? 

     

    • AB21805's avatar
      AB21805
      Bronze Contributor

      packing something like this as a bat file: 

       

      ech0 off
      CD /d %~dp0

      set IS_X64=0 && if "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set IS_X64=1) else (if "%PROCESSOR_ARCHITEW6432%"=="AMD64" (set IS_X64=1))

      if "%IS_X64%" == "1" goto X64

      start /wait vcredist_x86.exe /quiet /norestart

      MKDIR c:\Windows\Scousefix\CPlusPlusX86Installed

      goto END

      :X64

      start /wait VC_redist.x86.exe /quiet /norestart

      MKDIR c:\Windows\Scousefix\CPlusPlusX86andx64Installed

      goto END
      :END

       

      point this to the intunewin and in the install command in intune when uploading the intunewin put in "install.bat" making sure you name the bat "install.bat" prior to wraping it

    • AB21805's avatar
      AB21805
      Bronze Contributor
      Hi Rudy,

      I seem to be getting The system cannot find the file specified. (0x80070002) when I try installing via intune. Where am I going wrong?

      I am using the video

Resources