Page 1 of 1

Adding New Dialogs question

Posted: Thu Jan 04, 2007 11:30 am
by dglover
Hi,

I'm new to InstallAware and have created some new dialogs for my project - I have added them into the project via Project Manager and can see them in the MSIcode view, however they are not present in the Visual view.

Any help would be appreciated.

Thanks

Posted: Fri Jan 05, 2007 1:33 am
by MichaelNesmith
The visual view will check the MSIcode script for Display Dialog commands, and then list the dialogs referenced in those commands for display/deselection. So you will need to add the appropriate Display Dialog commands to the MSIcode script in the right places.

Unchecking a dialog in the visual view simply comments out the Display Dialog command for that dialog.