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 8859779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:08:30+00:00 2026-06-14T15:08:30+00:00

I am trying NSIS doc example for silent installer, here . Uncommenting the line

  • 0

I am trying NSIS doc example for silent installer, here. Uncommenting the line

; SilentInstall silent

then yes, my installer is silent. However, it displays message boxes. It is expected that message boxes do appear even if installer is silent. To make message boxes silent as well, one has to play with /SD option for each message box. The example script proposes it here:

MessageBox MB_OK|MB_ICONINFORMATION "This is not a silent installer" /SD IDOK

Another mean to make the message box silent is exposed: it checks if silent. If silent, then jump two lines ahead (so do not show message box)

IfSilent 0 +2
    MessageBox MB_OK|MB_ICONINFORMATION 'This is a "silent" installer'

This second solution does not work for me. If i set the installer silent, the box with ‘this is a silent installer’ does appear. If i change it for

MessageBox MB_OK|MB_ICONINFORMATION 'This is a "silent" installer' /SD IDOK

the message does not appear.

Why is the jump in

IfSilent 0 +2

not working? +3is not making it either.

  • 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-06-14T15:08:31+00:00Added an answer on June 14, 2026 at 3:08 pm

    Because the first argument is offset to jump in case of silent installation (the second one for non-silent).

    Try this:

    IfSilent +2 0
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to build an NSIS installer that will do the following: 1 When
I'm trying to create an installer using NSIS Modern User Interface for the first
I'm working on an NSIS installer, and trying to check if a certain application
I'm trying to modify an existing NSIS install script to allow for different licence
I'm trying to display a page in NSIS to obtain two different values. I
I am trying to place a hyperlink in one of my NSIS pages. My
I am trying to create an exe file using NSIS script, in my script
Trying to build out an exception if move.UserId does not equal currentUserId then Redirect
Trying to make this jQuery filter that uses .find case-insensitive. For example, when the
Trying to copy the msdn refernce here doesn't work and gives an error I

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.