About 3,790,000 results
Open links in new tab
  1. SQL Server Installation - What is the Installation Media Folder?

    Jun 5, 2010 · If you've downloaded SQL from the Microsoft site, rename the file to a zip file and then you can extract the files inside to a folder, then choose that one when you "Browse for …

  2. python - What is setup.py? - Stack Overflow

    Sep 24, 2009 · 1225 setup.py is a Python file, the presence of which is an indication that the module/package you are about to install has likely been packaged and distributed with …

  3. python - requirements.txt vs setup.py - Stack Overflow

    Apr 27, 2017 · I started working with Python. I've added requirements.txt and setup.py to my project. But, I am still confused about the purpose of both files. I have read that setup.py is …

  4. Make an Installation program for C# applications and include .NET ...

    Use Visual Studio Setup project. Setup project can automatically include .NET framework setup in your installation package: Here is my step-by-step for windows forms application: Create setup …

  5. installation - How can I create an MSI setup? - Stack Overflow

    Jun 25, 2009 · I've created setups for all my Delphi tools with Inno Setup for years. Now some users rather want an MSI installation package, so they can deploy the setups from a central …

  6. Configure Jest global tests setup with .ts file - Stack Overflow

    Jan 18, 2018 · I am using ts-jest (Jest and TypeScript) and want to configure some global setup for all test suites (initialize test database). I found that there is globalSetup options in jest …

  7. Including non-Python files with setup.py - Stack Overflow

    Step 2: To install the data file to the source folder, modify setup.py Since you're looking to add a data file (LICENSE.txt) to the source install folder you need to modify the data install path to …

  8. python - setup.py examples? - Stack Overflow

    76 Complete walkthrough of writing setup.py scripts here. (with some examples) If you'd like a real-world example, I could point you towards the setup.py scripts of a couple major projects. …

  9. How do I make a self extract and running installer

    Jan 12, 2015 · Step 4 - Setup your config.txt I would recommend using NotePad++ to edit this text file as you will need to encode in UTF-8, the following instructions are using notepad++.

  10. How to create a robust, minimal installer for Windows?

    Setup Explained: Page 1 Create a Self Extraction Directive file. Makes a new installation file Create a Self Extraction Directive file. Edits a .SED file Page 2 (Of Create a Self Extraction …