리크 테스트 gui
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
651 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">
<BootstrapperApplication>
<bal:WixStandardBootstrapperApplication LicenseUrl="https://www.mobidigm.co.kr" Theme="hyperlinkLicense" SuppressOptionsUI="yes" />
</BootstrapperApplication>
<Chain>
<!-- 빌드 프로세스 하위에 생성된 MSI 패키지를 래핑 -->
<MsiPackage SourceFile="C:\LeakTest\LeakTestSetup.msi" Compressed="yes" Vital="yes" />
</Chain>
</Bundle>
</Wix>