On 15-Aug-11 09:32, Robert Hermann wrote:
> The Exit Dialog appears after the install session is completed. So it has no 
> access to any of the
> Session.Item("some session variable").  Is this correct ?
Yes.
> When you say temporary file, do you mean to have the custom action write to a 
> temporary file and then to have the
> Dialog (wix tags within the .wxs file) read from the temporary file ?
You'd need an immediate custom action to read the data. That will be 
problematic, because you can't schedule custom actions to be run before 
the exit dialogs. Since you're not treating the database configuration 
as transactional, why not just run it interactively from the exit dialog?

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


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to