Skip to content

Instantly share code, notes, and snippets.

@Satark
Last active December 31, 2015 10:39
Show Gist options
  • Save Satark/7975033 to your computer and use it in GitHub Desktop.
Save Satark/7975033 to your computer and use it in GitHub Desktop.
!define MSVS_DIR "d:\MSVS2010"
...
Section "MyApp" MyApp
SetOutPath "$INSTDIR"
File "${MSVS_DIR}\vcredist_x86.exe"
ExecWait '"$INSTDIR\vcredist_x86.exe" /passive /norestart'
SectionEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment