We'd like our installer to simply not have a "finished" dialog at the end of
setup. I've gone through the work outlined on WixWiki for setting up a custom
UI, and now have a bunch of DialogRef and Publish entries in our wix project to
mimic the WixUI_Minimal sequence. I've even figured out how to add my own page
:)
What I can't figure out, however, is how to get rid of the finish dialog. If I
take out the DialogRef for ExitDialog I wind up with the following two build
errors:
C:\Users\neile\AppData\Local\Temp\kbfa-qdm\foo.msi : error LGHT0204: ICE 20:
Exit dialog/action not found in 'InstallUISequence' Sequence Table.
C:\Users\neile\AppData\Local\Temp\kbfa-qdm\foo.msi : error LGHT0204: ICE 20:
Exit dialog/action not found in 'AdminUISequence' Sequence Table.
I'm guessing that some of the other dialogs are expecting it to be there? Or I
need to add some magic into some extra tables? Anyone have any pointers for
what I need to tweak?
Thanks!
Neil
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users