Pally Sandher wrote:
> If it's a readme why not use the "Launch an Application after install"
> functionality described at
> http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm to
> simply ShellExecute the RTF? That way you can give the user the option
> to see your RTF using the checkbox (if you want to). At least then
> they're not limited to the extent of your Windows Installer dialog & get
> a richer experience using a proper RTF application. I don't think your
> original intent was lost, you just never explained it.
>   
Yes, you are right and I'm certainly considering this. But it's 
irrelevant to the discussion, because both ways involve inserting a new 
dialog after installation and before exit. What I have in that dialog - 
a checkbox or a full RTF window - is easy to change.

> Modifying the WiXUI_FeatureTree in your WiX code is a lot easier than
> your earlier suggestion of rebuilding the whole WiX UI library from
> scratch as shown by Neil S's blog. You don't even have to copy the
> entire thing, only the dialogs you wish to change, everything else you
> just reference from the WiX UI library.
>   
Yes, you are right again. It was probably a bad choice of words on my 
part. I was not considering replacing all UI (the "UI library"), just 
the "UI set" (the WiXUI_FeatureTree file). Of course I'll reuse as many 
of the original dialogs as I can.

> Also a lot of the stuff you've asked in the last week would've been
> answered by a perusal through the manual and/or tutorial.
>   
My first thread was intended to give me an idea if WiX is even the right 
tool for my needs. I didn't want to read through all the docs just to 
figure out I was in the wrong place. I'm sorry - I was lazy.

In my second thread (this one) I was basically asking if I can insert a 
dialog before Exit without replacing WiXUI_FeatureTree. The tutorials 
don't cover that - they only cover the regular sequence of dialogs that 
are connected by Back/Next buttons. Yes, that's easy, but not what I need.
I was also asking how to get better integration with the Restart 
Manager. The tutorials also don't cover this topic.

It is true that both threads strayed a bit off-topic, and I'll be more 
careful about that in the future.


Ivo


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to