개정판 b0dd9d73
MARKUS_HyoSung.wxs condition 수정
Change-Id: Ifc0b79f2f201d14cd237209617b16f2dab67f21c
MARKUS_HyoSung.wxs | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
<?define NetFx461MinRelease = 394254 ?> |
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 |
<?define InstallName = InsomniacGeek ?> |
|
3 |
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" |
|
4 |
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" |
|
5 |
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" |
|
6 |
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"> |
|
7 |
<?define InstallName = Markus ?> |
|
5 | 8 |
<!-- Product name as you want it to appear in Add/Remove Programs--> |
6 |
<?if $(var.Platform) = x64 ?> |
|
9 |
<?if $(var.MyProject.Platform) = x64 ?>
|
|
7 | 10 |
<?define ProductName = "Markus (64 bit)" ?> |
8 | 11 |
<?define Win64 = "yes" ?> |
9 | 12 |
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?> |
내보내기 Unified diff