Need to install Visual C++ 2010 in MDT before performance testing.

Hi all,
I'm in a situation in which I'm deploying a laptop over MDT, and the display driver is captured by MDT fine. However, upon initial boot after installing the OS, I come across this error when running WINSAT.exe; "The program can't start because MSVCR100.dll
is missing from your computer. Try reinstalling the program to fix the problem." This isn't the first report I've seen of ATI drivers triggering this, but I'm stuck with it regardless.
This is attributed to a component of Visual C++ 2010 not being installed. (It's not preinstalled in our capture, and I'm trying to avoid having to do that again.)
Being that we're a 0-touch organization when imaging, I need a way to remedy this. I'm currently trying to run the install, 'vcredist_x86.exe /q:a'   from "run a command line" (sourced on the server's C:\ drive) before the performance tests,
but I can't find a proper place to put this command at in the task sequence. Is this even a viable method? Is there a method to skip WINSAT.exe pre-boot? My initial tests with this aren't working.
Any advice or pointers appreciated! 

Hi,
Normally I think WinSAT is only relevant when deploying the image to your targeted computers (hardware). So why not integrate Visual C++ components into your reference image?
At the customer I'm currently working for we also put all our Visual C++ installations in the so called Build image.
I have provided a list with the install commands for the various programs.
Visual C++ 2005 SP1 ATL Security Update x64
msiexec /i "vcredist.msi" /qb
Visual C++ 2005 SP1 ATL Security Update x86
msiexec /i "vcredist.msi" /qb
Visual C++ 2005 SP1 MFC Security Update x64
msiexec /i "vcredist.msi" /qb
Visual C++ 2005 SP1 MFC Security Update x86
msiexec /i "vcredist.msi" /qb
Visual C++ 2008 SP1 ATL Security Update x64
install.exe /q
Visual C++ 2008 SP1 ATL Security Update x86
install.exe /q
Visual C++ 2008 SP1 MFC Security Update x64
install.exe /q
Visual C++ 2008 SP1 MFC Security Update x86
install.exe /q
Visual_C_2005_SP1_x64_8_0_56336_EN_M1
msiexec /i "vcredist.msi" /qb
Visual_C_2005_SP1_x64_8_0_59192_EN_M1
msiexec /i "vcredist.msi" /qb
Visual_C_2005_SP1_x86_8_0_50727_42_EN_M1
msiexec /i "vcredist.msi" /qb
Visual_C_2005_SP1_x86_8_0_59193_EN_M1
msiexec /i "vcredist.msi" /qb
Visual_C_2008_SP1_x64_9_0_30729_17_EN_M1
msiexec /i "vc_red.msi" /qb
Visual_C_2008_SP1_x64_9_0_30729_4148_EN_M1
msiexec /i "vc_red.msi" /qb
Visual_C_2008_SP1_x86_9_0_210022_EN_M1
install.exe /q
Visual_C_2008_SP1_x86_9_0_30729_17_EN_M1
msiexec /i "vc_red.msi" /qb
Visual_C_2008_SP1_x86_9_0_30729_4148_EN_M1
msiexec /i "vc_red.msi" /qb
Visual_C_2010_x64_10_0_40219_EN_M1
msiexec.exe /i "vc_red.msi" /qb
Visual_C_2010_x86_10_0_40219_EN_M1
msiexec.exe /i "vc_red.msi" /qb
Trying to install Visual C++ and than run WinSAT post OS installation will not work.
If this post is helpful please click "Mark for answer", thanks! Kind regards

Similar Messages

  • I installed visual studio 2010 in my windows 8.1 system.during the installation sql server 2008 r2 features were installed.so which version of sql server i need to install(2008 or 2008 r2)?

    hi,
    I installed visual studio 2010 in my windows 8.1 system.during the installation sql server 2008 r2 features were installed.so which version of sql server i need to install(2008 or 2008 r2)?
    regards,
    harsha.

    My guess is SQL Server 2008 R2.
    Check the following KB article for details:
    http://support.microsoft.com/kb/2681562
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • How to Install Visual Studio 2010 on a PC with Microsoft Office 2013 with 64 bits

    I am with problems to have acess to the link: http://www.microsoft.com/en-us/download/details.aspx?id=12187
    Why?
    I want do install Visual Studio 2010 on a PC with Microsoft Office 2013 with 64 bits. How can I do it?
    Thanks.

    Hello Carla Sofia,
    Visual Studio installation do not depends on Microsoft Office 2013. They do not have relationship here. I think your problem is that you cannot find the link to install Visual Studio 2010.
    In order to know why, please see here:
    https://support.microsoft.com/en-us/lifecycle/search/default.aspx?sort=PN&alpha=Visual%20Studio%202010&Filter=FilterNO
    The mainstream support for Visual Studio 2010 is already expired and that is why you cannot open any link about Visual Studio 2010 Setup.(I cannot verify whether that link is about VS2010 Setup.)
    I think you need to think about the following:
    1. If you need Visual Studio 2010, you may have to consider some other channels. For example, official site you can try use MSDN Subscription. For non-official site. Sorry I cannot provide any place for you
    2. You can use other latest version of Visual Studio, for example, we have Visual Studio 2012, 2013, 2015 for you to use. You can also use Visual Studio Express 2010 version. It is still available for download.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Need to install language pack on reference machine before capturing image?

    we have captured image via MDT 2013 using sysprep and capture method so how integrate or add language pack? need to install language pack on reference machine before capturing image?

    You don't HAVE to install them on the reference machine. Here are some examples, both online and offline:
    http://www.windows-noob.com/forums/index.php?/topic/3251-customising-windows-7-deployments-part-4/
    http://scug.be/sccm/2013/01/04/how-to-install-windows-7-language-packs-online-during-osd-task-sequence-or-in-your-hybrid-base-image/
    https://sccmentor.wordpress.com/2013/06/11/add-language-packs-to-an-offline-wim-file/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • I have created a new partition on the Mac HD for Lion as I would like to dual boot. Do I need to install Snow Leopard on that partition before installing Lion? If so, can I use one of my Time Machine backups to do this?

    I have created a new partition on the Mac HD for Lion as I would like to dual boot. Do I need to install Snow Leopard on that partition before installing Lion? If so, can I use one of my Time Machine backups to do this?

    zoominnana wrote:
    Can I set up 2 different time capsule backups? one for the lion partition and one for the snow leopard partition?
    No, you can't partition a Time Capsule's internal HD.  Both partitions will back up to the same sparse bundle. keeping the backups for each partition separate.
    Time Machine will not take the two OSX partitions as two different computers, but for best results, exclude the Snow Leopard drive from backups on the Lion partition, and exclude the Lion partition from backups on the Snow Leopard partition.
    There may be some files on the Lion partition that Time Machine on Snow Leopard won't like, among other things.  See #10 in  Time Machine - Frequently Asked Questions for details.

  • Having Trouble Installing Visual C# 2010 Express from ISO and from Web

    I have Windows 7 Home Premium Service Pack 1, and I am trying to install Microsoft Visual C# 2010 Express from the Web and also tried from the ISO. But, the installation program is stalling and then not installing the programs....any ideas on what I can
    do to help with this install. Thanks.

    Hello JWDog,
    Please following the article below to collect logs:
    https://support.microsoft.com/en-us/kb/2899270?wa=wsignin1.0
    Download the
    Microsoft Visual Studio and .NET Framework Log Collection tool
          (http://www.microsoft.com/en-us/download/details.aspx?id=12493)    
    (collect.exe).
    Run the collect.exe tool from the directory where you saved the tool.
    The utility creates a compressed cabinet file of all the VS and .NET logs to %TEMP%\vslogs.cab.
    Post the vslogs.cab file with some descriptions of your issue to the forum.
    You can also use this page
    https://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs to verify your ISO checksum.
    In my point of view, the error of the setup crash may need to check the following:
    Verify that you have installed all your Windows Updates
    Verify that you have disabled any anti-virus software
    Verify that your OS is update to date, for example, if you are using Win 7 please remember to update to Win 7 SP1.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Crystal Report errors when installing visual studio 2010 app

    I'm trying to install a Visual Studio 2010 application on two client's machines and I get a different error on each one.  Both errors point to Crystal Reports.
    I have a feeling that I'm supposed to install something on the client's machines but I'm not sure what.
    The first client's error says that CrystalDecisions.Windows.Form Version 13.0.2000.0 cannot be loaded.
    The second client's error says that FlashControlV71. Version 1.0.3187.32366 needs to be installed in the GAC.
    What am I supposed to install on the client's machines?  Or if that's not the problem, what is causing the errors?
    This is my first visual studio app so I'm a complete newbie.
    Thanks for any help or advice.

    Thanks for your reply.  I installed the runtime (x64) and am now getting a new error on the first client's machine.  I think it's telling me that I installed the wrong version of the runtime.  The client is running x64t Win 7 so I chose the x64 runtime to install. 
    System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
       --- End of inner exception stack trace ---
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
       at IM_CMETracking.ReportViewer.CrystalReportViewer1_Load(Object sender, EventArgs e)
       at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
       at CrystalDecisions.Windows.Forms.CrystalReportViewer.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    The second client is running XP.  The error I'm getting on their machine is this:
         CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.InteropServices.COMException:    Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
    Thank you for your help.

  • I am having trouble in installing Visual Studio 2010 Ultimate on Windows 7 SP1 x64

    Hi
    I am trying to Install VS2010 Ultimate on Windows 7 X64 SP1 Specifically SP1 because before it I am using Windows 7 x64 and VS2010  Ultimate working there excellently. When I try to install it says the Setup file is incompatible with your Windows version
    I am surprised by this please reply me as soon as possible
    Thanks in Advance
    Arpit

    Hi Arpit,
    Welcome to the MSDN Forum.
    As far as I know, Visual Studio 2010 is compatible with Windows 7 SP1. I think this issue might related with the Visual Studio install media. I recommand you download Visual Studio 2010 Ultimate from
    this link, and follow the steps below to install it:
    Before install Visual Studio, please finish the steps below first:
    Turn off your anti-virus/antispyware software during installation;
    Install the latest Windows updates from the Windows Update site:
    http://update.microsoft.com;
    Complete or dismiss Windows Update before installation. (And don't forget to turn it on later);
    Clean your %temp% folder (Start Menu >> Run >> Type "%temp% >> OK);
    Run the setup with Administrator privilege: right-click the installer -> Run as administrator
    If the installation still failed, please collect the installation log files from "%temp%" folder with the
    Log Collection Tool.
    Send the vslogs.cab file in the %temp% folder to me for further analyze(E-mail: v-anwu_at_microsoft_dot_com). Note: Please attach the link of this post in the mail.
    If you have any concerns, please feel free to let me know.
    Best Regards, 
    Andrew Wu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Installing Visual Studio 2010 on the Booklet

    I primarily use MS Office 2010 & IE on my Booklet. Would installing VS 2010 result in a major slowdown? Even when VS is not running?

    Check this excellent walk through:
    http://www.codeproject.com/Tips/373724/SharePoint-2010-Installation-on-Windows-7
    The error you are getting is because simply SharePoint is not installed on your machine.  In order to do SharePoint development you will need to install SP on your PC.  The article above walks you through it.
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • Problem installing Visual Studio 2010

    Hi,
    I am trying to install VS2010 on a Windows 7 running on a bootcamp partition of my Mac Book Air.
    When I insert the DVD on the drive the splash screen shows "Visual Studio 2008 "... It should be 2010.
    If I continue the installation it stops in the middle because of a missing file named DW20.EXE, but these file is there.
    I have tested the same DVD in a regular PC and the installation went correctly, it installs VS 2010.
    Thanks
    Marcio ([email protected])

    ProfessorPinho wrote:
    Hi,
    I am trying to install VS2010 on a Windows 7 running on a bootcamp partition of my Mac Book Air.
    When I insert the DVD on the drive the splash screen shows "Visual Studio 2008 "... It should be 2010.
    If I continue the installation it stops in the middle because of a missing file named DW20.EXE, but these file is there.
    I have tested the same DVD in a regular PC and the installation went correctly, it installs VS 2010.
    Thanks
    Marcio ([email protected])
    You might try asking about this on a Windows 7 or Visual Studio forum as the issue appears to have nothing to do with Apple products.

  • Questions : microsoft visual c++ 2010 x86 runtime install

    here site install microsoft visual c++ 2010 x86 dedistributable.
    http://www.microsoft.com/ko-kr/download/details.aspx?id=5555
    but can't install visual c++ 2010 x86 runtime. 
    so only install microsoft visual c++ 2010 x86 dedistributable.
    Next, I try microsoft visual c++ 2010 sp1 dedistributable package(x86)
    but can't install visual c++ 2010 x86 runtime. 
    so only install microsoft visual c++ 2010 x86 dedistributable.
    why don't install visual c++ 2010 x86 runtime?

    Hello koo2,
    It is hard to say what is the reason since you haven't provide any error info to us. In order to troubleshoot this issue please paste your error message here or at least show us the screenshot of the error message.
    If you haven't got any info, you can navigate to %temp% folder and search for the log like dd_vcredist_x86_20150119121249, this is one of the logs from my side. Then please upload the log to me and I will help you troubleshoot this issue.
    You can also search for the error yourself from the log:
    For exmaple, if you get 0x80070002 or 0x80070003, this means the package cannot find files and you can redownload the package to install.
    If you get 0x80070005 error, this means you don't have proper permissions and you need to run the setup with the Admin account.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Facing bug Issue with Visual Studio 2010 SP1 software. need a Hotfix Patch KB2561001

    Hi Team,
    i have installed Visual Studio 2010 SP1 software in my system. but i am facing some issue with a bug. This bug needs a Specific Hotfix Patch ( KB2561001). 
    But when i am clicked on above link, not able to find this patch.
    Kindly request you to provide this Requested patch as project has been stuck without this.
    please look into this issue on priority. Eager to listen from your side.

    Hi mihir ray,
    Like this report:
    https://connect.microsoft.com/VisualStudio/feedback/details/611665/storegeneratedpattern-does-not-saved-properly-into-edmx-entity-framework-4-0
    It seems that the link for this kb is not available. So the real issue is that which kind of issue you get, and then check whether this issue has been resolved by the latest VS version. Like the above report, maybe the new VS version would be better for
    certain limitations for old versions.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • If VS 2008 'Remote Debugger' is added to an existing VS 2008 install, should VS 2010 first be uninstalled?

    I found that Visual Studio 2008 Remote Debugger was not included when Visual Studio 2008 was installed.  I also have Visual Studio 2010 installed.  Should Visual Studio 2010 be uninstalled prior to installing Visual Studio 2008
    Remote Debugger?
    Thanks

    Hi Bontrager,
    Based on your issue, I know that since the different Visual Studio versions exist as separate applications. So if you want to install the Visual Studio 2008 Remote Debugger, you will not need to uninstall Visual Studio 2010.  Visual Studio 2010 will
    not affect you install the Visual Studio 2008 Remote Debugger.
    Hope it help you!
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Visual studio 2010 product key

    I was wondering where I put a product key. I was never asked to put it in during the instulation. I have installed visual studio 2010 professional. Please get back to me as soon as possible
    because in need this for my class.

    What do you get when you select Help->Register Product?

  • Maintain a rptproj in Visual Studio 2010

    I need to maintain a reporting project and RDL files in Visual Studio 2010. I am struggling to find the right download that allows me to do that.
    I am an MSDN subscriber
    Certified Geek

    Hello Arne,
    The rptproj seems to be SSRS project? If so, it is not installed from Visual Studio, it belongs to BIDs which is installed from SQL Server Setup and please check the following thread:
    http://stackoverflow.com/questions/14333459/are-ssrs-reports-supported-in-visual-studio-2010-or-2012
    See here:
    Install Visual Studio 2010 PLUS SP1.
    Install
    SQL Server Data Tools (SSDT)
    Install SQL Server 2012 with Data Tools and Reporting Services. (I used the trial version)
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Iphone 5s restarting & other issues-HELP

    Hello there, I bought my iPhone 5S, after owning an iPhone 5. I have to say I like my iPhone 5 better. Does anyone else with the iPhone 5S have problems with lots of apps, even apps that come with the phone, just automatically closing or having probl

  • Satellite L670 - Hard Disk Dead after 8 months only

    Hi, this morning I had to retunr my laptop due to bad hard disk problem. After 8 months, it's dead already. The positive points are: I am still under warranty and second the toshiba software hilighted me on time, allowing me to back up my data before

  • Can't login with my apple ID to purchase music

    i had to create a new password a little while ago & succeeded in purchasing 2 albums with no trouble, but then when i was about to purchase a 3rd itunes asked me to log in with my apple id again and wouldn't let me log on. no matter how many times i

  • Toshiba 8 gb Flash Drive Crashed

    I have a Toshiba 8 gb flash drive that just stopped working. The light no longer comes on, and the comuter can't recognize it in the drive. I need to recover the files on the flash drive (all documents). PLEASE HELP!!

  • Unicode bound parameter in criteria

    I am using Oracle 9iR2 with ODBC driver version 9.2.0.5.4 (the latest as of this writing) with a Visual C++ application. I am trying to perform a query from a table with an NVARCHAR2 column in the WHERE clause as a bound parameter. The query looks li