Skip to content

Instantly share code, notes, and snippets.

@Hsilgos
Created May 5, 2013 18:30
Show Gist options
  • Save Hsilgos/5521695 to your computer and use it in GitHub Desktop.
Save Hsilgos/5521695 to your computer and use it in GitHub Desktop.
Create redistributable package debug

How to create redistributable package debug

  1. Create new project Visual Studio-> New Project -> Other Project Types -> Setup Project -> Ok.
  2. Project -> Add -> Merge Module...
  3. Add Microsoft_VC90_DebugCRT_x86.msm & policy_9_0_Microsoft_VC90_DebugCRT_x86.msm.
  4. Select Release & Build -> Rebuild Solution.
  5. Package will be at %project_name%.msi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment