Check for VC81 distributables takes really long
Posted: Tue Aug 18, 2015 12:02 pm
Hello,
In my installation I have the pre-requisite of VC2010 and VC2008 re-distributable and this is checked off in the Application Runtime section.
This injects scripts into the project and the one checking for VC2008 runtimes is using the following code:
~InstallAware Clipboard Data~
~Label~
~{A925B573-23E3-4899-9690-ED5E6B43931B}~
~Parse VC81_X64~
~Find All Files~
~{8BD74222-BA72-4962-A989-834803C185D4}~
~$WINDIR$\WinSxS\mfc80.dll~
~TRUE~
~FALSE~
~VC81_X64~
This may take apparently a long time and can cause the dialog to either disappear or be stale for a long time to the extend that the user may think that the installation crashed.
Why is this taking so long?
Best regards,
In my installation I have the pre-requisite of VC2010 and VC2008 re-distributable and this is checked off in the Application Runtime section.
This injects scripts into the project and the one checking for VC2008 runtimes is using the following code:
~InstallAware Clipboard Data~
~Label~
~{A925B573-23E3-4899-9690-ED5E6B43931B}~
~Parse VC81_X64~
~Find All Files~
~{8BD74222-BA72-4962-A989-834803C185D4}~
~$WINDIR$\WinSxS\mfc80.dll~
~TRUE~
~FALSE~
~VC81_X64~
This may take apparently a long time and can cause the dialog to either disappear or be stale for a long time to the extend that the user may think that the installation crashed.
Why is this taking so long?
Best regards,