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>
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||||
|
|
||||||
<OutputName Condition=" '$(ProductVersion)' != '' ">cppcheck-$(ProductVersion)-$(Platform)-Setup</OutputName>
|
<OutputName Condition=" '$(ProductVersion)' != '' ">cppcheck-$(ProductVersion)-$(Platform)-Setup</OutputName>
|
||||||
<OutputPath>$(Configuration)\$(Platform)\</OutputPath>
|
<OutputPath>..\Build\</OutputPath>
|
||||||
<IntermediateOutputPath>Tmp\$(Configuration)\$(Platform)\</IntermediateOutputPath>
|
<IntermediateOutputPath>..\BuildTmp\Wix\$(Platform)\</IntermediateOutputPath>
|
||||||
<OutputType>package</OutputType>
|
<OutputType>package</OutputType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
|
@ -39,3 +39,5 @@ vcvars32.bat in DOS prompt first to setup environment):
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
> msbuild cppcheck.wixproj /p:Platform=x86,ProductVersion=1.40
|
> msbuild cppcheck.wixproj /p:Platform=x86,ProductVersion=1.40
|
||||||
|
|
||||||
|
Installer is created to Build -folder.
|
||||||
|
|
Loading…
Reference in New Issue