For some reason I am not able to get WIX to properly install the SAPI5.1
merge modules. The files seem to show up correctly in C:\Program
Files\Common\SpeechEngines\.... I am using the 2.0.4820.0 build of the
WIX binaries. Another strange thing is that the speech icon within the
Control panel shows up after I run my installer. I've tried bringing in
the necessary merge modules to my main installer, and have also tried
creating an installer just with those particular merge modules. One
oddity that I've found is that from within Visual Studio, I can create a
Setup project and bring in the SAPI merge modules, and that installer
works like a champ. This is telling me that I'm doing something wrong,
or for some reason WIX doesn't play nicely with merge modules create by
Microsoft(obviously not very likely). Here's the part of the .wxs file
that actually brings in the merge modules:
<Directory Id='TARGETDIR' Name='SAPI'>
<Merge Id='Sp5Component' Language='1033' src='Sp5.msm' DiskId="1"
/>
<Merge Id='Sp5CCIntComponent' Language='1033' src='Sp5CCInt.msm'
DiskId="1" />
<Merge Id='Sp5IntlComponent' Language='1033' src='Sp5Intl.msm'
DiskId="1" />
<Merge Id='Sp5itnComponent' Language='1033' src='Sp5itn.msm'
DiskId="1" />
<Merge Id='Sp5SRComponent' Language='1033' src='Sp5SR.msm'
DiskId="1" />
<Merge Id='Sp5TTIntComponent' Language='1033' src='Sp5TTInt.msm'
DiskId="1" />
<Merge Id='Sp5TTIntXPComponent' Language='1033'
src='Sp5TTIntXP.msm' DiskId="1" />
<Merge Id='SpCommonComponent' Language='1033' src='SpCommon.msm'
DiskId="1" />
</Directory>
<Feature Id='Complete' Title='SAPI' Description='The complete
package'
TypicalDefault='install' Display='collapse' Level='1'>
<Feature Id='SAPI' Title='SAPI' TypicalDefault='install'
Level='1'>
<MergeRef Id='Sp5Component' />
<MergeRef Id='Sp5CCIntComponent' />
<MergeRef Id='Sp5IntlComponent' />
<MergeRef Id='Sp5itnComponent' />
<MergeRef Id='Sp5SRComponent' />
<MergeRef Id='Sp5TTIntComponent' />
<MergeRef Id='Sp5TTIntXPComponent' />
<MergeRef Id='SpCommonComponent' />
</Feature>
</Feature>
Anyone have any suggestions? Is there a install sequence that I need to
be modifying, or some other change that I should be making?
-------------------------
This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient. If you are not the intended recipient, please be
aware that any disclosure, copying, distribution or use of this e-mail or any
attachment is prohibited. If you have received this e-mail in error, please
contact the sender and delete all copies.
Thank you for your cooperation
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users