This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Why Dialog advances automatically?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 14, 2020
05:01 PM
I have a Basic MSI project that I imported a dialog from an InstallScript project. I've added the dialog into the dialog sequence by connecting it via the [NEXT] and [PREV] button behaviors. However now when I run the installer the new dialog appears for a fraction of a second and then advances to the next dialog with no action from the user. Looking for why this would be. The new dialog has numerous text edit boxes with associated properties but the only defined behaviors are the NEXT and PREV buttons that are set to bring up the next and previous dialogs respectively.
(1) Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 20, 2020
10:10 PM
I solved my problem by recreating the dialog in the dialog editor in my Basic MSI project. After that the recreated dialog worked as expected. So the problem has something to do with trying to export a dialog from an InstallScript project into a Basic MSI project. When exported in this way something makes the dialog crash when executed in the installer generated by the Basic MSI project
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 18, 2020
01:16 PM
Hi @jon_n_topazsys ,
Can you get log file by executing setup.exe /debuglog<Log_File_Path>?That might provide some additional information
Thanks,
Jenifer
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 20, 2020
10:10 PM
I solved my problem by recreating the dialog in the dialog editor in my Basic MSI project. After that the recreated dialog worked as expected. So the problem has something to do with trying to export a dialog from an InstallScript project into a Basic MSI project. When exported in this way something makes the dialog crash when executed in the installer generated by the Basic MSI project