개정판 6472eea2
issue #000: wxs 수정
Change-Id: I92bc0742e6bdb4b78838ffd98152cc73b7234c24
MARKUS.wxs | ||
---|---|---|
7 | 7 |
<MediaTemplate EmbedCab="yes"/> |
8 | 8 |
|
9 | 9 |
<WixVariable Id="WixUILicenseRtf" Value="license.rtf" /> |
10 |
<WixVariable Id="WixUIBannerBmp" Value="DOFTECH_LOGO.bmp" /> |
|
11 |
<Chain> |
|
12 |
<PackageGroupRef Id="NetFx461Redist" /> |
|
13 |
</Chain> |
|
10 |
<WixVariable Id="WixUIBannerBmp" Value="DOFTECH_LOGO.bmp" /> |
|
14 | 11 |
|
15 | 12 |
<Feature Id="ProductFeature" Title="MARKUS" Level="1"> |
16 | 13 |
<ComponentGroupRef Id="MARKUS" /> |
... | ... | |
25 | 22 |
<Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom> |
26 | 23 |
</InstallExecuteSequence> |
27 | 24 |
</Product> |
25 |
<Bundle> |
|
26 |
<Chain> |
|
27 |
<PackageGroupRef Id="NetFx461Redist"/> |
|
28 |
<MsiPackage Id="MyApplication" SourceFile="$(var.MyApplicationSetup.TargetPath)"/> |
|
29 |
</Chain> |
|
30 |
</Bundle> |
|
28 | 31 |
<?define NetFx461MinRelease = 394254 ?> |
29 | 32 |
<?define NetFx461RedistLink = http://go.microsoft.com/fwlink/?LinkId=671743 ?> |
30 | 33 |
<?define NetFx461EulaLink = http://referencesource.microsoft.com/license.html ?> |
내보내기 Unified diff