Index: Application/Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj =================================================================== diff -u -r2afad189e942019ef3da47d72e134f3a4c6c7884 -r30e215f264ebf24dcfa7f66285db4e1ad9746d24 --- Application/Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj (.../Application.Ringtoets.Setup.wixproj) (revision 2afad189e942019ef3da47d72e134f3a4c6c7884) +++ Application/Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj (.../Application.Ringtoets.Setup.wixproj) (revision 30e215f264ebf24dcfa7f66285db4e1ad9746d24) @@ -99,10 +99,10 @@ - $(DefineConstants);ReleaseVersion=$(ReleaseVersion);ApplicationBinFolder=..\..\bin; + $(DefineConstants);ReleaseVersion=$(ReleaseVersion);ApplicationBinFolder=..\..\bin\$(Configuration); - "$(WIX)bin\heat.exe" dir $(ProjectDir)..\..\bin -cg RingtoetsApplicationComponents -gg -dr INSTALLDIR -var var.ApplicationBinFolder -sfrag -sreg -srd -o "$(ProjectDir)RingtoetsPayload.wxs" + "$(WIX)bin\heat.exe" dir $(ProjectDir)..\..\bin\$(Configuration) -cg RingtoetsApplicationComponents -gg -dr INSTALLDIR -var var.ApplicationBinFolder -sfrag -sreg -srd -o "$(ProjectDir)RingtoetsPayload.wxs" $(ProjectDir)..\..\build\svn_insert_version.cmd $(ProjectDir) GenerateVariables.wxi.svn GenerateVariables.wxi%3b