Installer: Put installer to Build folder and temp files to BuildTmp.
This commit is contained in:
parent
bf2b77295f
commit
ae2c9e806f
|
@ -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>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue