I have an rtf document that I want to open using a specific program called Cword which is in the root direcory of the CD. Is there a way I can open the rtf document using Cword rather than users association for rtf?
David Kay
Professional Software Development Tools
I have an rtf document that I want to open using a specific program called Cword which is in the root direcory of the CD. Is there a way I can open the rtf document using Cword rather than users association for rtf?
David Kay
Hi,
What you should do is use an EXECUTE PROGRAM action to execute "CWord" and then pass the full path to your RTF file in the Arguments field.
So your EXECUTE PROGRAM action might look something like:
File Name: %SrcDrv%\CWord.exe
Arguments: %SrcDrv%\Docs\MyRtf.RTF
mark.
MSI Factory The Next Generation Intelligent Setup Builder