diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-14 17:09:34 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-14 17:09:34 -0800 |
commit | c163f98116fe4db508a2f21e5ceca2c50f2a0aeb (patch) | |
tree | 62f30be9f0f21a9c1497d6ce54af2eed4b0d2925 | |
parent | 5a479f4353dbf83f7f936c1b4a4fe859ba99af96 (diff) | |
download | DotNetOpenAuth-origin/WIX.zip DotNetOpenAuth-origin/WIX.tar.gz DotNetOpenAuth-origin/WIX.tar.bz2 |
Renamed the MSI from DotNetOpenAuth to "DotNetOpenAuth SDK".origin/WIX
-rw-r--r-- | src/DotNetOpenAuth.Installer/DotNetOpenAuth.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.Installer/DotNetOpenAuth.wxs b/src/DotNetOpenAuth.Installer/DotNetOpenAuth.wxs index db244c3..2e0846e 100644 --- a/src/DotNetOpenAuth.Installer/DotNetOpenAuth.wxs +++ b/src/DotNetOpenAuth.Installer/DotNetOpenAuth.wxs @@ -12,7 +12,7 @@ <Product Id="*" - Name="$(var.ProductName)" + Name="$(var.ProductName) SDK" Language="1033" Version="$(var.BuildVersion)" Manufacturer="www.dotnetopenauth.net" @@ -52,7 +52,7 @@ <!-- Check that Microsoft .NET Framework is installed (WinNetFxExtension) --> <PropertyRef Id="NETFRAMEWORK35"/> - <Condition Message="This application requires .NET Framework 3.5. Please install .NET Framework v3.5 then run the DotNetOpenAuth installer again."> + <Condition Message="This application requires .NET Framework 3.5. Please install .NET Framework v3.5 then run the [ProductName] installer again."> <![CDATA[Installed OR NETFRAMEWORK35]]> </Condition> <!-- End --> |