프로젝트

일반

사용자정보

개정판 a6791024

IDa679102408ff6b0712fe0657b3f50b646453d893
상위 503cb09e
하위 b0dd9d73

김태성이(가) 약 5년 전에 추가함

MARKUS_HyoSung.wxs 64bit or 32bit condition 추가

Change-Id: I423b5a5f60e659799e916cc114ee328bd7fe9eae

차이점 보기:

MARKUS_HyoSung.wxs
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<?define NetFx461MinRelease = 394254 ?>
3 3
<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">
4
  <Product Id="*" Name="MARKUS" Language="1033" Version="$VERSION" Manufacturer="DOFTECH(C)" UpgradeCode="83FC35CA-6B7D-40C3-9D5F-E8F76097B25C">
4
   <?define InstallName = InsomniacGeek ?>
5
   <!-- Product name as you want it to appear in Add/Remove Programs-->
6
   <?if $(var.Platform) = x64 ?>
7
   <?define ProductName = "Markus (64 bit)" ?>
8
   <?define Win64 = "yes" ?>
9
   <?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?>
10
   <?else?>
11
   <?define ProductName = "Markus (32 bit)" ?>
12
   <?define Win64 = "no" ?>
13
   <?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
14
   <?endif?>
15
  <Product Id="*" Name="$(var.ProductName)" Language="1033" Version="$VERSION" Manufacturer="DOFTECH(C)" UpgradeCode="83FC35CA-6B7D-40C3-9D5F-E8F76097B25C">
5 16
    <Package Platform="x64" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
6

  
7 17
    <MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes"/>
8 18
    <MediaTemplate EmbedCab="yes"/>
9 19
    

내보내기 Unified diff

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