Add Application Manifest to WebsitePanel Installer so that it properly runs with Elevated Administrator rights.
Rename Output Name for WIX Setup Installer.
This commit is contained in:
parent
f5fd476656
commit
0a57608ec4
4 changed files with 164 additions and 89 deletions
|
@ -6,7 +6,7 @@
|
|||
<ProductVersion>3.7</ProductVersion>
|
||||
<ProjectGuid>f963a4af-cc72-4512-b636-829345c35318</ProjectGuid>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<OutputName>WebsitePanel Installer</OutputName>
|
||||
<OutputName>WebsitePanelInstaller</OutputName>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue