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

  • Home
  • SEARCH
  • 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

I need to generate a unique code from a single PC, my software will
I distribute software online, and always wonder if there is a proper way to
I am developing a piece of software in Python that will be distributed to
When using py2exe to distribute Python applications with wxPython, some MSVC DLLs are usually
I intend to make some software to be sold over internet. I've only created
I want to distribute my software on flash (thumb) drives. The software protection will
We distribute an application that uses an MS Access .mdb file. Somebody has noticed
I distribute my application using a VS2008 install package, which normally works great. When
I would like to distribute my .NET programs without the .NET framework. Is it
How do I distribute a small amount of data in a random order in

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.