Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-25 Thread Christopher Williams
"Repair" WixUI_InstallMode = "Remove" WixUI_InstallMode = "Remove" WixUI_InstallMode = "Update" WixUI_InstallMode = "Update" 1 WixUI_InstallMode

Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Nick Ramirez
I've never got it to work for me to show attachments. Maybe you could paste the relevant code in? So, when it doesn't show the custom dialogue in maintenance mode, do you mean that it skips it and goes to the dialogue after that? -- View this message in context: http://windows-installer-xml-wix-t

Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Christopher Williams
gt; To: wix-users@lists.sourceforge.net > Date: Thu, 24 May 2012 15:51:26 + > Subject: Re: [WiX-users] Selected features of a CustomizeDlg > > Also it'd be much less convoluted to show your custom dialog before the > VerifyReadyDlg rather than after and make more a lot

Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Christopher Williams
> Date: Thu, 24 May 2012 08:25:31 -0700 > From: nickra...@hotmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Selected features of a CustomizeDlg > > You can put an ampersand in front of the name of the feature to check its > action state. There's so

Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Pally Sandher
From: Nick Ramirez [mailto:nickra...@hotmail.com] Sent: 24 May 2012 16:29 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Selected features of a CustomizeDlg You can put an ampersand in front of the name of the feature to check its action state. There's some more info about it h

Re: [WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Nick Ramirez
You can put an ampersand in front of the name of the feature to check its action state. There's some more info about it here: http://wix.tramontana.co.hu/tutorial/com-expression-syntax-miscellanea/expression-syntax and here: http://www.joyofsetup.com/2008/04/09/feature-states-in-component-condit

[WiX-users] Selected features of a CustomizeDlg

2012-05-24 Thread Hans ter Horst
Hello, I have successfully added my own dialogue to what would normally be the * WixUI_FeatureTree* user interface but I do have a problem finding out *what *features have been selected in the *CustomizeDlg *dialogue. I do need to call different custom actions depending on what has been selected. C