Skip to content

Commit

Permalink
Fixed WIX error: ICE Internal Error 100. API Returned: 1615.
Browse files Browse the repository at this point in the history
  • Loading branch information
vdemydiuk committed Sep 8, 2017
1 parent 3c4d8d5 commit 7175fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MtApi5Installer/MtApi5Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<RunWixToolsOutOfProc>true</RunWixToolsOutOfProc>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>..\build\installers\$(Configuration)\</OutputPath>
Expand Down

0 comments on commit 7175fae

Please sign in to comment.