개정판 bc0943c4
issue #000 : Local Build 시 수정 사항 주석 처리 기록
Change-Id: Ia6d0de5a8f8a9aa724d4586d20920394c3777055
HYTOSx86.wxs | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
3 |
<Product Id="*" Name="HYTOS" Language="1033" Version="1.0.0.0" Manufacturer="SECL(C)" UpgradeCode="B155239C-3C7D-442A-8830-3475FF8538A4"> |
|
3 |
<!-- Local Build <Product Id="*" Name="HYTOS" Language="1033" Version="1.0.0.0" Manufacturer="SECL(C)" UpgradeCode="B155239C-3C7D-442A-8830-3475FF8538A4">--> |
|
4 |
<Product Id="*" Name="HYTOS" Language="1033" Version="$VERSION" Manufacturer="SECL(C)" UpgradeCode="B155239C-3C7D-442A-8830-3475FF8538A4"> |
|
4 | 5 |
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> |
5 | 6 |
|
6 | 7 |
<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes"/> |
version.rc | ||
---|---|---|
6 | 6 |
ffi=FixedFileInfo( |
7 | 7 |
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) |
8 | 8 |
# Set not needed items to zero 0. |
9 |
# Local Build $BUILD_NUMBER=0 |
|
9 | 10 |
filevers=(1,0,$BUILD_NUMBER,0), |
10 | 11 |
prodvers=(1,0,$BUILD_NUMBER,0), |
11 | 12 |
# Contains a bitmask that specifies the valid bits 'flags'r |
내보내기 Unified diff