venkat wrote:Hi
Iam very new to InstallAware. How to create new dialog and how to place it onto the project.
plz help me..
Venkat
Creating a new dialog in InstallAware is fairly straightforward. Here are the steps you can follow:
Open your InstallAware project in the IDE.
Click on the "Dialogs" tab at the bottom of the screen.
Right-click on the "Dialogs" node in the tree view and select "New Dialog".
In the "New Dialog" dialog box, select the type of dialog you want to create (e.g. "Standard Dialog", "Wizard Dialog", "Hyperlink Dialog", etc.) and click "OK".
The new dialog will appear in the tree view under the "Dialogs" node. You can double-click on it to edit its properties.
To place the new dialog into your project, you can either drag and drop it from the "Dialogs" node onto the "Installation Designer" view, or you can right-click on the "Dialogs" node and select "Add to Project" to add the dialog to the project.