In case others run into the same question, I managed to address the problem
by adding the following lines to my dialog definition files:

<Publish Dialog="MaintenanceTypeDlg" Control="ChangeButton"
Event="NewDialog"
 Value="CustomizeDlg">1</Publish>
<Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog"
Value="MaintenanceTypeDlg">Installed</Publish>


On Wed, Nov 14, 2012 at 3:12 PM, Hans ter Horst <hoshis...@gmail.com> wrote:

> Hello,
> I am using a treeview based installer and would allow the installation to
> be modified by starting the installer again and selecting some more
> features.
>
> When I installed a few of my features and then start the installer again,
> it opens with the Welcome screen and upon clicking Next, it display this
> screen: http://monochrome.me.uk/images/Change.jpg
> However, when clicking the Change button, nothing happens. I would expect
> it to jump to the LicenseAgreementDlg or the CustomizeDlg but it just sits
> there.
>
> How is this linked? As I had to add some screens to my installer, in the
> middle of the treeview installer sequence, I have the logic of the screens
> in my own UI definition which works fine for normal installations, but I
> feel I left out the part that handles the Change/Modify. Is there anything
> I need to do/add?
>
> Thanks for your help,
>
> Hans
>
> --
> http://monochrome.me.uk/blog/
>
>


-- 
http://monochrome.me.uk/blog/
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to