2015-01-13 4 views

답변

0
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"> 
    <Bundle> 
    <Chain> 
     <ExePackage 
       SourceFile="..\Redist\KLite_Codec_Pack_1090_Full.exe" 
       DetectCondition="ExeDetectedVariable" 
       InstallCommand="/verysilent /ACTION=Install" 
       RepairCommand="/verysilent ACTION=Repair /hideconsole" 
       UninstallCommand="/verysilent ACTION=Uninstall /hideconsole" 
       Compressed="yes" 
       Permanent="yes"/> 
    </Chain> 
    </Bundle> 
</Wix> 

위의 코드는 내 문제를 해결합니다. installCommand/verysilent가 klite 팩을 자동으로 설치합니다.