프로젝트

일반

사용자정보

개정판 33f4d1b5

ID33f4d1b5846a049d746519f4da2ac423ae880111
상위 6472eea2
하위 1603b8b9

김동진이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)