개정판 0f07b771
issue #624: 트라이얼 설치 패키지 생성 - ID2_TRIAL.wxs 파일 수정
Change-Id: Ia27151b1dbf153a4c051986ceb93196cad88ccc3
ID2_TRIAL.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="ID2" Language="1033" Version="$VERSION" Manufacturer="DOFTECH(C)" UpgradeCode="DB989495-7722-43AD-8271-63E01927FDA8">
|
|
3 |
<Product Id="*" Name="ID2" Language="1033" Version="$VERSION" Manufacturer="DOFTECH(C)" UpgradeCode="B7D0BA54-383B-4FEB-B565-6C013F9039ED">
|
|
4 | 4 |
<Package Platform="x64" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> |
5 | 5 |
|
6 | 6 |
<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes"/> |
... | ... | |
399 | 399 |
</Component> |
400 | 400 |
<Component Id="cmp4E4EF2F87FCA4A66B46D3A9F1C93C3BB" Directory="dir2479B4CBD34C5D8E06045ABE7EF6401E" Guid="A56B0C16-1BAE-4C72-9637-CC1AAABE3850" Win64='yes'> |
401 | 401 |
<File Id="fil1A8EF5D8A9E9484DA3EC90619A03400C" KeyPath="yes" Source=".\dist\App\db\App.db" /> |
402 |
<CopyFile Id="MyCopyFile" FileId="fil1A8EF5D8A9E9484DA3EC90619A03400C" DestinationDirectory="MyAppDataFolder"/>
|
|
402 |
<CopyFile Id="App.db" FileId="fil1A8EF5D8A9E9484DA3EC90619A03400C" DestinationDirectory="MyAppDataFolder"/>
|
|
403 | 403 |
</Component> |
404 | 404 |
<Component Id="cmpC88C7058DD1B4F9D810AE363E929971D" Directory="MyAppDataFolder" Guid="46E937DE-F9FD-4591-8F72-0BA60A024F23" Win64='yes'> |
405 | 405 |
<File Id="fil0549994C50244D83A729C2696B167266" KeyPath="yes" Source=".\dist\App\res\Explode.svg" /> |
내보내기 Unified diff