Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 331033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:44:12+00:00 2026-05-12T09:44:12+00:00

I am writing an installer which has a EULA, and then a dialog to

  • 0

I am writing an installer which has a EULA, and then a dialog to ask whether they want to do a ‘custom install’, or ‘default install’.

If they select custom they get a bunch of dialogs relating to SQL settings (as shown below with the next button starting the ‘StartupMenu’ dialog if they have selected custom install).

If they select default the installer should skip to the ‘installing’ stage and not ask any more questions. How do I do this?

My next button is defined like this,

<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="no" Text="Next" >
  <Publish Event="NewDialog" Value="StartupMenu" >CUSTOMINSTALL = 1</Publish>
  <Publish Event="EndDialog" Value="Return">CUSTOMINSTALL = 0</Publish>
</Control>

When CUSTOMINSTALL = 1 it is fine, but it is the next line, what do I have to put with CUSTOMINSTALL = 0 to make it go straight to the installation stage?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T09:44:13+00:00Added an answer on May 12, 2026 at 9:44 am

    an update on this one. I found that the first issue was with my InstallUISequence table, I had to make it like this,

    <InstallUISequence>
        <Custom Action="CreateConnectionStrings" After="ExecuteAction">NOT Installed</Custom>
        <Show Dialog="CustomInstall" After="WelcomeEulaDlg" >NOT Installed</Show>
        <Show Dialog="StartupMenu" After="CustomInstall" >NOT Installed and CUSTOMINSTALL = 1</Show>
        <Show Dialog="iCalibraDatabaseSelection" After="StartupMenu">NOT Installed and CUSTOMINSTALL = 1</Show>
        <Show Dialog="GlobalStoreDatabaseSelection" After="iCalibraDatabaseSelection">NOT Installed and CUSTOMINSTALL = 1</Show>
    </InstallUISequence>
    

    Note that on StartupMenu, iCalibraDatabaseSelection, and GlobalStoreDatabaseSelection dialogs I have added the new condition CUSTOMINSTALL = 1.

    This solves my problem when I select the ‘default install’ option. This skips to the installation process.

    The problem I have now is when I select the ‘custom install’ option. I go through each of the above dialogs and the GlobalStoreDatabaseSelection dialog should be the last dialog. On that dialog I have this,

    <Control Id="Install" Type="PushButton" X="236" Y="243" Width="56" Height="17" Disabled="no" Text="Install" >
          <Publish Event="EndDialog" Value="Return"></Publish>
    </Control>
    

    But this does not progress the installer to do the actual installation. It jumps back to the StartupMenu dialog.

    So I guess what does Event=”EndDialog” Value=”Return” actually do? Where does it jump to?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a Mac application which needs to check whether a given driver has
I am writing an installer( msi file) which needs to be run on a
I have a fairly complicated installer that I'm writing in Wix that has a
I am writing an android application which has a lot of images in it.
I am writing an Android application which has to connect to a server through
I am writing a simple Firefox extension which has an icon in the toolbar.
I have been tasked with writing an installer with a silverlight out of browser
I'm writing an NSIS installer and the setup program elevates as administrator as needed
I'm writing a complex setup/installer application in native C++/MFC. I would very much like
I am writing an install script that installs all tables, stored procedures, views, full

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.