개정판 33f4d1b5
issue #000: test wix
Change-Id: Id7805593285d630056889c3ec783890ef8a0d625
MARKUS.wxs | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<?define NetFx461MinRelease = 394254 ?> |
|
3 |
<?define NetFx461RedistLink = http://go.microsoft.com/fwlink/?LinkId=671743 ?> |
|
4 |
<?define NetFx461EulaLink = http://referencesource.microsoft.com/license.html ?> |
|
2 | 5 |
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"> |
3 | 6 |
<Product Id="*" Name="MARKUS" Language="1033" Version="1.0.0.0" Manufacturer="DOFTECH(C)" UpgradeCode="83FC35CA-6B7D-40C3-9D5F-E8F76097B25C"> |
4 | 7 |
<Package Platform="x64" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> |
... | ... | |
21 | 24 |
<InstallExecuteSequence> |
22 | 25 |
<Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom> |
23 | 26 |
</InstallExecuteSequence> |
24 |
</Product> |
|
25 |
<Bundle> |
|
26 |
<Chain> |
|
27 |
<PackageGroupRef Id="NetFx461Redist"/> |
|
28 |
<MsiPackage Id="MyApplication" SourceFile="$(var.MyApplicationSetup.TargetPath)"/> |
|
29 |
</Chain> |
|
30 |
</Bundle> |
|
31 |
<?define NetFx461MinRelease = 394254 ?> |
|
32 |
<?define NetFx461RedistLink = http://go.microsoft.com/fwlink/?LinkId=671743 ?> |
|
33 |
<?define NetFx461EulaLink = http://referencesource.microsoft.com/license.html ?> |
|
34 |
|
|
35 |
<Fragment> |
|
36 |
<PropertyRef Id="WIXNETFX4RELEASEINSTALLED" /> |
|
27 |
|
|
28 |
<PropertyRef Id="WIXNETFX4RELEASEINSTALLED" /> |
|
37 | 29 |
<Property Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED" Secure="yes" /> |
38 | 30 |
<SetProperty Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED" Value="1" After="AppSearch"> |
39 | 31 |
WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx461MinRelease)" |
40 | 32 |
</SetProperty> |
41 |
</Fragment> |
|
33 |
|
|
34 |
</Product> |
|
35 |
|
|
36 |
|
|
42 | 37 |
|
43 | 38 |
<Fragment> |
44 | 39 |
<util:RegistrySearchRef Id="NETFRAMEWORK45"/> |
내보내기 Unified diff