From: Roel V. <rva...@ri...> - 2004-10-28 09:37:43
|
Hi all,=20 I'm trying to get a grip on msi (using wix) but I'm having trouble understanding the event system. I'm trying (as an exercise) to make a simple installer that has a welcome screen with an 'ok' button and that installs an empty file after the user clicks 'ok' on that button.=20 Now, what I don't understand is how the 'actions' in InstallUiSequence and InstallExecuteSequence relate. In what order are they executed? It's not first the actions in the one and then those in the other, right? And how do I specify 'start installing when I press the ok button', and if I wanted to display a progress dialog, how do i specify 'show another dialog and start installation at the same time'? Thanks.=20 cheers,=20 roel =20 |