テーマ ファイルが使用されていない場合、すべてのコンピューターで正常に動作する wix ブートストラップを作成しました。テーマ ファイルを使用すると、自分のコンピューターでは実行されますが、他のユーザーのコンピューターでは実行されません。
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" >
<bal:WixStandardBootstrapperApplication LicenseFile="C:\eula.rtf"
ThemeFile="C:\myTheme.xml" />
</BootstrapperApplicationRef>