개정판 14917dae
SetupWix/Product.wxs 수정
Change-Id: If6641c4dfd28a5b4711d601cb402d67f33708575
MarkusAutoUpdate/SetupWix/Product.wxs | ||
---|---|---|
32 | 32 |
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> |
33 | 33 |
<!--Embed Cabinet into single msi file--> |
34 | 34 |
<Media Id="1" Cabinet="$(var.CabName)" EmbedCab="yes" /> |
35 |
<WixVariable Id="WixUILicenseRtf" Value="Resources/license.rtf" /> |
|
36 |
<WixVariable Id="WixUIBannerBmp" Value="Resources/DOFTECH_LOGO.bmp" /> |
|
35 |
<WixVariable Id="WixUILicenseRtf" Value="$(var.NetSparkle.Samples.NetFramework.WPF_TargetDir)Resources/license.rtf" />
|
|
36 |
<WixVariable Id="WixUIBannerBmp" Value="$(var.NetSparkle.Samples.NetFramework.WPF_TargetDir)Resources/DOFTECH_LOGO.bmp" />
|
|
37 | 37 |
<!--<Condition Message="This application requires .NET Framework 4.5.2 Please install the .NET Framework then run this installer again."> |
38 | 38 |
<![CDATA[Installed OR WIX_IS_NETFRAMEWORK_452_OR_LATER_INSTALLED]]> |
39 | 39 |
</Condition>--> |
내보내기 Unified diff