About 50 results
Open links in new tab
  1. How to set the environment variables for Java in Windows

    1 For Windows: Right click on 'My Computers' and open 'Properties'. In Windows Vista or Windows 7, go to "Advanced System Settings". Else go to next step. Go to 'Advanced Tab' and click on Environment …

  2. Setting up OpenSSH for Windows using public key authentication

    I am having issues setting up OpenSSH for Windows, using public key authentication. I have this working on my local desktop and can ssh with a key from Unix machines or other OpenSSH for …

  3. How to setup a guacamole on a windows machine? - Stack Overflow

    Oct 18, 2016 · How to setup a guacamole on a windows machine? Asked 9 years, 2 months ago Modified 1 year, 3 months ago Viewed 60k times

  4. What are the specific differences between .msi and setup.exe file?

    Nov 24, 2009 · Setup.exe is an application (executable file) which has msi file (s) as its one of the resources. Executing Setup.exe will in turn execute msi (the installer) which writes your application to …

  5. Differences between Git-scm, msysGit & Git for Windows

    Later, the developers of this Windows port decided to change the name of the binary installer built using msysGit to Git for Windows and reserve the name "msysGit" only for the Git for Windows …

  6. installation - Extract MSI from EXE - Stack Overflow

    Oct 10, 2009 · I want to extract the MSI of an EXE setup to publish over a network. For example, using Universal Extractor, but it doesn't work for Java Runtime Environment.

  7. How can I install and use "make" in Windows? - Stack Overflow

    147 On Windows 10 or Windows 11, you can install ezimports.make by running the command winget install ezwinports.make in the command line or PowerShell to quickly install it, restart the command …

  8. How do I install and use cURL on Windows? - Stack Overflow

    May 1, 2017 · Starting with Windows 10 version 1803 (and earlier, with insider build 17063), you don't install curl anymore. Windows includes a native curl.exe (and tar.exe) in C:\Windows\System32\, …

  9. 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 project. …

  10. How to run ssh-add on windows? - Stack Overflow

    One could install Git for Windows and subsequently run ssh-add: Step 3: Add your key to the ssh-agent To configure the ssh-agent program to use your SSH key: If you have GitHub for Windows installed, …