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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:46:18+00:00 2026-05-10T20:46:18+00:00

We distribute the software created by my group via Windows installers generated via NSIS.

  • 0

We distribute the software created by my group via Windows installers generated via NSIS. We generate our NSIS configuration files from a python script written by a developer who no longer works with us, so we currently do not have anyone on staff who knows how to write NSIS config files. I have been tasked with modifying this script to add a section to the installer that displays our licensing information prior to performing the actual install.

What would such a section in a NSIS config file look like?

  • 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. 2026-05-10T20:46:19+00:00Added an answer on May 10, 2026 at 8:46 pm

    Depends on how the installer is structured and what NSIS functionality it uses.

    For example, if it uses MUI (‘modern user interface’) macros, then it could be as simple as adding

    !insertmacro MUI_PAGE_LICENSE 'License.txt' 

    Somewhere in the text. Most likely between some other pages in MUI_PAGE stuff. For example, one installer I’m working on at the moment has this:

    !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_LICENSE '..\..\Licenses\License.txt' !insertmacro MUI_PAGE_DIRECTORY 

    This results in welcome page, followed by license page, followed by ‘choose directory’ page.

    For more options, read NSIS MUI documentation.

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

Sidebar

Related Questions

We have a C++/Fortran software project with a Python front-end generated with SWIG. We
Hello fellow software developers. I want to distribute a C program which is scriptable
I would like to distribute an executable for Mac/Windows of a Ruby script that
I'm trying to distribute a python module I wrote. For some reason, I can't
I'm planning to distribute an application ad hoc for beta testing. I have created
I distribute my software with a WinZip self-extract archive (SFX). I am aware of
I am a php developer, my client planning to distribute a software which is
I'm trying to distribute a little software written on C++ on Linux that uses
The software that I write (and sell) is compressed and encrypted before I distribute
I'm wondering how Software Development Team distribute their Standard IDE(s)? E.g. developing with Eclipse,

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.