[WiX-users] Displaying UI AFTER the features have been selected

2007-07-13 Thread Jeremie Davis
I've been stuck on this for a while now.

 

I'm writing an installer for an application where I may want to create a
virtual directory depending on what features get selected and if I need to
create a virtual directory I want to prompt the user for which website to
use.

 

I have WIX 3 working so that I can prompt the user with a dropdown box
populated by VB Script at the very beginning of the install process:

 

 InstallUISequence

Custom Action=caTrySimpleVBS Before=ChooseWebsite /

Show Dialog=ChooseWebsite After=CostFinalize  /

  /InstallUISequence

 

If I try to make this UI appear after other actions or set the Sequence to be
a higher number then my UI just doesn't show up at all.

 

Is it possible to have the UI displayed AFTER the user has selected the
features they want so that I can not prompt them for a Website if they don't
need one?

 

Thanks,

 

Jeremie

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Displaying UI AFTER the features have been selected

2007-07-13 Thread Bob Arnson

Jeremie Davis wrote:


Is it possible to have the UI displayed AFTER the user has selected 
the features they want so that I can not prompt them for a Website if 
they don't need one?




Yes, but not via InstallUISequence (generally). See the comments to my 
blog entry at 
http://www.joyofsetup.com/2007/05/30/feature-conditions-and-ui/.


--
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users