Skip to content

Instantly share code, notes, and snippets.

@tsaiid
Created January 28, 2015 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsaiid/c3e9c56742672a4a047e to your computer and use it in GitHub Desktop.
Save tsaiid/c3e9c56742672a4a047e to your computer and use it in GitHub Desktop.
diff --git a/src/setup/win32/Include.wxi b/src/setup/win32/Include.wxi
index 91eda56..5f6b0bb 100644
--- a/src/setup/win32/Include.wxi
+++ b/src/setup/win32/Include.wxi
@@ -26,6 +26,6 @@
<?define UpgradeGuid="$(var.UpgradeGuid32)" ?>
<?endif?>
- <?define CRT="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC100_CRT_$(var.Platform).msm" ?>
+ <?define CRT="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC120_CRT_$(var.Platform).msm" ?>
</Include>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment