MattFielder
Posts: 22
Joined: Thu Jan 05, 2012 9:49 pm
Contact: Website

Imported MSI - some dialogs "unused"

I imported an MSI project and have a couple of dialogs that are showing up in the "Unused Dialogs" tree node. These need to be in the installer. How do i go about moving them from the "Unused Dialogs" to "First Time Install"? I'm new to AI, so i'm sure this is a simple thing I'm just not seeing - don't see a property anyplace, drag/drop doesn't handle it, right click and add dialog doesn't show the ones i need in the list and I can't find anything in the help file about how to move them.
Bogdan
Posts: 2791
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Imported MSI - some dialogs "unused"

Hi Matt,

Just right click in the First Time Install tree and select "Add Dialog", then from the new dialog that appears go to "Project" tab and you will see your dialogs.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
MattFielder
Posts: 22
Joined: Thu Jan 05, 2012 9:49 pm
Contact: Website

Re: Imported MSI - some dialogs "unused"

Unfortunatley the project tab has no items in it - see attached screenshot.
Details that may or may not be of value:
1: PrepareDlg is selected when I choose "Add Dialog" from the right click menu (I tried several selections in first time install node)
2: The two dialogs I know for a fact i'll need that are in the Unused Dialog are "EulaForm" and "Custom2Buttons"
Attachments
AI_ScreenShot.jpg
AI_ScreenShot.jpg (147.01 KiB) Viewed 4544 times
Bogdan
Posts: 2791
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Imported MSI - some dialogs "unused"

Hi,

I am not sure why this is happening. Can you please send us the aip file to support at advancedinstaller dot com so we can investigate it?

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
MattFielder
Posts: 22
Joined: Thu Jan 05, 2012 9:49 pm
Contact: Website

Re: Imported MSI - some dialogs "unused"

I just sent you the aip file - thanks for looking into it.
Bogdan
Posts: 2791
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Imported MSI - some dialogs "unused"

Hi

The problem is the buttons "Next" and "Back" don't have the names expected by Advanced Installer. All you need to do it so select the two buttons, on the dialogs you are interest in, and edit their names in the right side pane. The correct names are "Back", respectively "Next". The current names, incorrect ones, are "PreviousButton" and "NextButton".

After changing the names the dialogs should be visible in the tab I mentioned previously.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
MattFielder
Posts: 22
Joined: Thu Jan 05, 2012 9:49 pm
Contact: Website

Re: Imported MSI - some dialogs "unused"

That worked perfectly. Thank you very much.

Return to “Common Problems”