patrickmast
Posts: 25
Joined: Fri Apr 17, 2009 4:16 pm

How to avoid this choice?

Hello,

How can I avoid to let the user choose between these:
Image

I have set this:
Image

I ALWAYS want to install the FULL installation. So, this choice should not be presented to the user.

Thanks!

Patrick
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: How to avoid this choice?

Hi Patrick,

The SetupTypeDlg is a mandatory dialog when using the Spring theme. This theme is HTML based thus it cannot be edited directly using the dialog editor in the Dialogs page.

If you are looking to customize this theme, here are a couple of related articles to help:
http://www.advancedinstaller.com/user-g ... theme.html
http://www.advancedinstaller.com/user-g ... theme.html

To remove the "Custom" button you will have to backup and edit the "setuptype.html" resource from Advanced Installer installation directory:

Code: Select all

themes\spring\resources\html
Another simpler solution would be to try using another theme.

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
patrickmast
Posts: 25
Joined: Fri Apr 17, 2009 4:16 pm

Re: How to avoid this choice?

Ok, thank you ;-)

Patrick

Return to “Common Problems”