아모센스 마킹 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
729 B

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
<Bundle Name="Marking System" Version="1.0.0" Manufacturer="MobiDigm" UpgradeCode="51A2E3B4-F5C6-4A7B-8C9D-0E1F2A3B4C5D" IconSourceFile="..\marking_gui\Marking.ico">
<BootstrapperApplication>
<bal:WixStandardBootstrapperApplication LicenseUrl="https://www.mobidigm.co.kr" Theme="hyperlinkLicense" SuppressOptionsUI="yes" LogoFile="..\marking_gui\Marking.ico" />
</BootstrapperApplication>
<Chain>
<!-- 빌드 프로세스 하위에 생성된 MSI 패키지를 래핑 -->
<MsiPackage SourceFile="C:\marking\MarkingSetup.msi" Compressed="yes" Vital="yes" />
</Chain>
</Bundle>
</Wix>