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:
Virtuworks 2012-09-03 11:03:32 -04:00
parent f5fd476656
commit 0a57608ec4
4 changed files with 164 additions and 89 deletions

View file

@ -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>