Hi Brett,
I am a newbie myself so other might improve my reply...
You'll need to handle the file association by adding something like below
inside of your component underneath the file element (untested)
Cheers,
Kai
<!-- register 'clb' file extension to be opened by CalcLab.exe
-->
<ProgId Id='CalcLab.File' Description='CalcLab File'>
<Extension
Id='clb'
ContentType='application/clb'>
<Verb
Id='open'
Command='Open'
TargetFile='CalcLab.exe' <!-- File ID -->
Argument='"%1"' />
</Extension>
</ProgId>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users