Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Sample embedded UI in DTF problem


1 reply to this topic

haripanicker

haripanicker
  • Full Members
  • 14 posts

Posted 05 March 2009 - 00:30

I am using the sample embedded ui provided in DTF.

I have a embedded chainer exe which installs all the msis.. and i am using the sample embedded ui to show the progress..

I have a question in that... I do a MsiEndTransaction Commit at the end of the code in the chainer exe "MsiEndTransaction(MsiTransactionState.MSITRANSACTIONSTATE_COMMIT);"

The problem is that this line in the code gets called only after i close/exit the sample embedded ui. Basically this function waits till the embeddedui is closed to execute.. Why does this happen? Becos I wanted to show commit progress too in the ui at the end...

is there a solution for this?

Hari

haripanicker

haripanicker
  • Full Members
  • 14 posts

Posted 06 March 2009 - 20:25

does anyone know the solution for this problem?? I so badly need a fix for this since the commit takes too long...