Normal
No,It's not common to build a .msi package for every build (and it wouldn't be easy to constantly have to install your own builds). Instead, a complete build ends up in xbmc\bin\Release\. From there, you can run MP directly.BTW if you want or need to compile with Debug configuration, make sure you copy over the contents of the Release folder to the Debug folder, but make sure you don't overwrite any existing files in the Debug folder.Kind regards,Michel
No,
It's not common to build a .msi package for every build (and it wouldn't be easy to constantly have to install your own builds). Instead, a complete build ends up in xbmc\bin\Release\. From there, you can run MP directly.
BTW if you want or need to compile with Debug configuration, make sure you copy over the contents of the Release folder to the Debug folder, but make sure you don't overwrite any existing files in the Debug folder.
Kind regards,
Michel