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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:38:21+00:00 2026-06-01T21:38:21+00:00

I want to create a batch file that helps multiple users install numpy on

  • 0

I want to create a batch file that helps multiple users install numpy on a Windows shared drive. Basically, users should not have to input options or perform any actions at all (as they would if they double-clicked the numpy executable installer).

A Python installation is already present. The users have to just run the batch file and install numpy into the default Python\Lib\site-packages location.

I’ve tried using the following commands:

numpy-1.6.1-win32-superpack-python2.7.exe /qn
numpy-1.6.1-win32-superpack-python2.7.exe /quiet
numpy-1.6.1-win32-superpack-python2.7.exe /passive

In all cases, the batch file is in the same directory as the executables and a graphical window pops up where the user has to click ‘Next’ again and again. Is there a way to run the install with ALL default options and not have user interaction?

  • 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-01T21:38:23+00:00Added an answer on June 1, 2026 at 9:38 pm

    It seems like the numpy install process is actually make of two installers. The outer one is NSIS, while the inner is python’s distutils installer. All NSIS installers have the /s for silent installs, but this NSIS installer invokes the distutils installer.

    Unfortunately, there doesn’t seem to be any silent flags for the distutils installer. I see only two obvious options:

    • compile numpy yourself and make it emit an msi installer (thus, should be able to silently be installed). Use python setup.py bdist_msi. If you prefer, you can generate an NSIS package using bdist_nsi.
    • Use something like AutoIt to automate the distutils installer. Simply wait for the disutils window to appear & send it a series of keyboard shortcuts to automate the install.

    The latter seems like the more practical solution. You could also try to get the python devs to get a silent flag into the distutils installer…

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

Sidebar

Related Questions

I want to create a simple batch file that would perform some Visual Studio
I want to create a batch file that moves all the files in this
I want to create a batch file in Windows Server, including the following functions:
i want to create a batch file that executes command in it every 1
I want to create a Windows XP batch script that sequentially performs something like
I want to create a batch file, batch.bat , that accepts 2 mandatory arguments:
I want to build .NET solution using batch file. I am aware that I
I'm new to Windows batch files, but I'm writing a .bat file that just
I want to create a batch file which only continues if MASTERRESET.DLL consists of
I have many folders of images, and I want to create a batch file

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.