Using Advance Installer,is it possible to add EULA, when bootstrapper-UI level is in Basic UI and progress (or) Silent Install(no UI)

StackOverflow https://stackoverflow.com/questions/11737384

  •  23-06-2021
  •  | 
  •  

سؤال

I need to add EULA dialog, before prequisites installation starts, after i agree the EULA only, prequisites and my application should start installing,make sure that BootstrapperUI(i.e., UI level should be in Basic UI and progress (or)Silent install(no UI)) but no in full UI,please guide me in a proper way, i am very new to advance installer.

هل كانت مفيدة؟

المحلول

Basic UI means only a progress bar is shown. So to show an EULA dialog the bootstrapper needs full UI.

To hide the prerequisites you can simply change them to feature-based instead of global. This way you can show LicenseAgreementDlg before the prerequisites are installed. After that, you can simply delete all dialogs except LicenseAgreementDlg and ProgressDlg.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top