Skip to content

Commit

Permalink
windows installer: updated wix path to match my installation
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Sep 1, 2012
1 parent dbdfed1 commit effa908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win_installer/cppcheck.wixproj
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<DefineSolutionProperties>false</DefineSolutionProperties> <DefineSolutionProperties>false</DefineSolutionProperties>


<WixToolPath Condition="'$(WixToolPath)' == ''">$(PROGRAMFILES)\Windows Installer XML v3.6\bin\</WixToolPath> <WixToolPath Condition="'$(WixToolPath)' == ''">$(PROGRAMFILES)\Windows Installer XML v3.5\bin\</WixToolPath>
<WixTargetsPath Condition="'$(WixTargetsPath)' == ''">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> <WixTargetsPath Condition="'$(WixTargetsPath)' == ''">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>


<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
Expand Down

0 comments on commit effa908

Please sign in to comment.