리크 테스트 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.

14 lines
648 B

1 month ago
<?xml version="1.0" encoding=
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Product Id="*" Name="leak_test_project" Language="1033" Version="1.0.0.0" Manufacturer="MobiDigm" UpgradeCode="12345678-1234-1234-1234-123456789012">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<Media Id="1" Cabinet="cab1.cab" EmbedCab="yes" />
<Directory Id="TARGETDIR" Name="SourceDir">
"UTF-8"?> <Directory Id="ProgramFilesFolder" />
</Directory>
<Feature Id="ProductFeature" Title="leak_test_project" Level="1">
<ComponentGroupRef Id="ProductComponents" />
</Feature>
</Product>
</Wix>