ISDev 7.04
Basic MSI
How to - Insert Dialog between ReadyToInstall Dialog and SetupCompleteSuccess Dialog.
I am attempting to insert an information dialog (MyInfo Dialog)that will always show on install, and will show immediately before the SetupCompleteSuccess Dialog and after the ReadyToInstall Dialog.
I have tried to insert MyInfo Dialog in the User Interface sequence with the Sequence Num of -1, and then navigate to SetupCompleteSuccess from MyInfo. This works, but only on install. I end up loosing MyInfo and SetupCompleteSuccess on any other action; modify, repair, uninstall.
If MyInfo is removed and SetupCompleteSuccess is placed back into sequence with the Sequence Num of -1, the install behaves as expected.
Any Suggestions?
Thanks.
