Installer: Put installer to Build folder and temp files to BuildTmp.

This commit is contained in:
Kimmo Varis 2010-03-08 20:44:34 +02:00
parent bf2b77295f
commit ae2c9e806f
2 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,8 @@
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputName Condition=" '$(ProductVersion)' != '' ">cppcheck-$(ProductVersion)-$(Platform)-Setup</OutputName>
<OutputPath>$(Configuration)\$(Platform)\</OutputPath>
<IntermediateOutputPath>Tmp\$(Configuration)\$(Platform)\</IntermediateOutputPath>
<OutputPath>..\Build\</OutputPath>
<IntermediateOutputPath>..\BuildTmp\Wix\$(Platform)\</IntermediateOutputPath>
<OutputType>package</OutputType>
</PropertyGroup>

View File

@ -39,3 +39,5 @@ vcvars32.bat in DOS prompt first to setup environment):
For example:
> msbuild cppcheck.wixproj /p:Platform=x86,ProductVersion=1.40
Installer is created to Build -folder.