You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
682 B
13 lines
682 B
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
|
|
<Bundle Name="Leak Test System" Version="1.0.0" Manufacturer="MobiDigm" UpgradeCode="d2c8d0f1-4df2-4752-9b24-7f154562c5b4" IconSourceFile="..\leak_test_project\EOL.ico">
|
|
|
|
<BootstrapperApplication>
|
|
<bal:WixStandardBootstrapperApplication LicenseUrl="https://www.mobidigm.co.kr" Theme="hyperlinkLicense" SuppressOptionsUI="yes" />
|
|
</BootstrapperApplication>
|
|
|
|
<Chain>
|
|
<!-- 빌드 프로세스 하위에 생성된 MSI 패키지를 래핑 -->
|
|
<MsiPackage SourceFile="$(var.MsiPath)" Compressed="yes" Vital="yes" />
|
|
</Chain>
|
|
</Bundle>
|
|
</Wix>
|
|
|