All of the actions that change the state of the machine should be done
during the transaction (the progress bar part). There is nothing built in to
handle modifying machine state outside of the transaction because it
wouldn't be rolledback correctly.

On Tue, Jan 26, 2010 at 8:14 PM, sean farrow
<sean.far...@seanfarrow.co.uk>wrote:

> Hi:
>
> Within an installation I'm currently writing, I have a checkbox that sets
> a property on one of the dialogues. This property control whether registry
> values are written. I probably though msi best practices is to add the
> registry entries to a component, and base them on a property, i.e the
> property set by the checkbox.
>
> This however does not help in this implementation. I'd like the registry
> entries to be written after the finish button has been pressed and all
> dialogues have been shown.
>
> Can anyone suggest how to do this?
>
> Chers
>
> Sean.
>
>
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to