개정판 caed1b2b
설치 파일에 manifest 파일 포함
Change-Id: If691b828f3f58dca0152d5455850c4dc0e9f7624
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="3.0.0.0" Manufacturer="SECL(C)" UpgradeCode="B155239C-3C7D-442A-8830-3475FF8538A4">
|
|
3 |
<Product Id="*" Name="HYTOS" Language="1033" Version="{VERSION}" Manufacturer="SECL(C)" UpgradeCode="B155239C-3C7D-442A-8830-3475FF8538A4">
|
|
4 | 4 |
<!-- Local Build <Product Id="*" Name="HYTOS" Language="1033" Version="$VERSION" Manufacturer="SECL(C)" UpgradeCode="B155239C-3C7D-442A-8830-3475FF8538A4">--> |
5 | 5 |
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> |
6 | 6 |
|
... | ... | |
175 | 175 |
</Extension> |
176 | 176 |
</ProgId> |
177 | 177 |
</Component> |
178 |
<Component Id="cmpBEFDE19CF23D4EBA8ADDCC0B50CDA48D" Directory="INSTALLFOLDER" Guid="0D1EBEE2-1D4D-49D4-8A3A-E5D7D8CEBA26"> |
|
179 |
<File Id="filE19E31C52557453195F7DE3B85130013" KeyPath="yes" Source=".\dist\App\HYTOS.exe.manifest" /> |
|
180 |
</Component> |
|
178 | 181 |
<Component Id="cmpE081930E3AC3638577381DDFBA414F12" Directory="INSTALLFOLDER" Guid="5B2A1CBE-BE58-4EE4-91D9-C1A9B60D57A4"> |
179 | 182 |
<File Id="filC49FA364C0664720C60E660AD739EB07" KeyPath="yes" Source=".\dist\App\HYTOS.exe.manifest" /> |
180 | 183 |
</Component> |
packagex86.bat | ||
---|---|---|
3 | 3 |
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
4 | 4 |
SET hhmmss=%hhmmss: =0% |
5 | 5 |
|
6 |
REM SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
|
7 |
REM SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
|
8 |
REM SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
|
9 |
REM SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx" |
|
10 |
|
|
11 | 6 |
Del Setup\*.wixpdb |
12 | 7 |
Del Setup\*.wixobj |
13 | 8 |
Del Setup\*.msi |
내보내기 Unified diff