Update Installer Top bar Logo
Update Installer Add/Remove Programs Icon Add Installer Assembly Files to Build.Xml for Auto-Version updating Update WebsitePanel Project to Release version 2.0
This commit is contained in:
parent
7f967a6b8e
commit
42f1ae4a9d
12 changed files with 508 additions and 146 deletions
|
@ -4,7 +4,7 @@
|
|||
<?include Config.wxi?>
|
||||
<?define VERSION="!(bind.FileVersion.WebsitePanel.Installer.exe)"?>
|
||||
|
||||
<Product Id="*" Name="WebsitePanel Installer" Language="1033" Version="1.2.2" Manufacturer="Outercurve Foundation" UpgradeCode="629ccd5c-1f6d-4168-bbe6-01c69e232f43">
|
||||
<Product Id="*" Name="WebsitePanel Installer" Language="1033" Version="$(var.VERSION)" Manufacturer="Outercurve Foundation" UpgradeCode="629ccd5c-1f6d-4168-bbe6-01c69e232f43">
|
||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
||||
|
@ -24,6 +24,9 @@
|
|||
<WixVariable Id="WixUIBannerBmp" Value="bannrbmp.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="dlgbmp.bmp" />
|
||||
|
||||
<Icon Id="WebSitePanel.ico" SourceFile="WebSitePanel.ico"/>
|
||||
<Property Id="ARPPRODUCTICON" Value="WebSitePanel.ico" />
|
||||
|
||||
|
||||
</Product>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue