프로젝트

일반

사용자정보

개정판 1603b8b9

ID1603b8b98f10f1065e506a45b60952b0d486625a
상위 33f4d1b5
하위 f3b3ba86

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

issue #000: .net framework 삭제

Change-Id: I3c7925cde52e3027c5d999b801c220951215cbad

차이점 보기:

MARKUS_daelim.wxs
21 21
    <InstallExecuteSequence>
22 22
      <Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom>
23 23
    </InstallExecuteSequence>
24
  </Product>
25
  <?define NetFx461MinRelease = 394254 ?>  
26
  <?define NetFx461RedistLink = http://go.microsoft.com/fwlink/?LinkId=671743 ?>
27
  <?define NetFx461EulaLink = http://referencesource.microsoft.com/license.html ?>
28

  
29
  <Fragment>
30
    <PropertyRef Id="WIXNETFX4RELEASEINSTALLED" />
31
    <Property Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED" Secure="yes" />
32
    <SetProperty Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED" Value="1" After="AppSearch">
33
      WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx461MinRelease)"
34
    </SetProperty>
35
  </Fragment>
36
  
37
<Fragment>
38
    <util:RegistrySearchRef Id="NETFRAMEWORK45"/>
39

  
40
    <WixVariable Id="WixMbaPrereqPackageId" Value="NetFx461Redist" />
41
    <WixVariable Id="WixMbaPrereqLicenseUrl" Value="$(var.NetFx461EulaLink)" Overridable="yes" />
42
    <WixVariable Id="NetFx461RedistDetectCondition" Value="NETFRAMEWORK45 &gt;= $(var.NetFx461MinRelease)" Overridable="yes" />
43
    <WixVariable Id="NetFx461RedistInstallCondition" Value="" Overridable="yes" />
44
    <WixVariable Id="NetFx461RedistPackageDirectory" Value="redist\" Overridable="yes" />
45

  
46
    <PackageGroup Id="NetFx461Redist">
47
      <ExePackage
48
          InstallCommand="/q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx461FullLog].html&quot;"
49
          RepairCommand="/q /norestart /repair /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx461FullLog].html&quot;"
50
          UninstallCommand="/uninstall /q /norestart /ChainingPackage &quot;[WixBundleName]&quot; /log &quot;[NetFx461FullLog].html&quot;"
51
          PerMachine="yes"
52
          DetectCondition="!(wix.NetFx461RedistDetectCondition)"
53
          InstallCondition="!(wix.NetFx461RedistInstallCondition)"
54
          Id="NetFx461Redist"
55
          Vital="yes"
56
          Permanent="yes"
57
          Protocol="netfx4"
58
          DownloadUrl="$(var.NetFx461RedistLink)"
59
          LogPathVariable="NetFx461FullLog"
60
          Compressed="no"
61
          Name="!(wix.NetFx461RedistPackageDirectory)NDP461-KB3102436-x86-x64-AllOS-ENU.exe">
62
        <RemotePayload
63
          CertificatePublicKey="52868DFCA6E3AF2632389E6C1EE7D0468D3797D0" 
64
          CertificateThumbprint="3BDA323E552DB1FDE5F4FBEE75D6D5B2B187EEDC" 
65
          Description="Microsoft .NET Framework 4.6.1 Setup" 
66
          Hash="83D048D171FF44A3CAD9B422137656F585295866" 
67
          ProductName="Microsoft .NET Framework 4.6.1" 
68
          Size="67681000" 
69
          Version="4.6.1055.0" />
70
      </ExePackage>
71
    </PackageGroup>
72
  </Fragment>
24
  </Product>  
73 25
  
74 26
  <Fragment>
75 27
    <Directory Id="TARGETDIR" Name="SourceDir">

내보내기 Unified diff

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