python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Want to run a .bat script to install multiple programs on different machines
Hey guys I need some help, is there a way to create a .bat script that can install multiple applications with out having to specify the user.
For example I have this:
"C:\Users\User\Downloads\Set...
WarDaddy _Justin
Votes: 0
Answers: 1
Using Docker and Pyinstaller to distribute my application
I have a Python application built with PyQt5. My current OS is Windows 11 and I'm able to distribute my software to Windows users using PyInstaller and Inno Setup (to create the installer). However, I...

Leo Eiji
Votes: 0
Answers: 0
Missing CONCRT140D.dll on Windows
When I run my C++ application I get an error message says CONCRT140D.dll was not found.
I thought it is a more frequent problem but I was wrong. I found only some useful links. I have some questions:
...
MacMac
Votes: 0
Answers: 0
Statically link all dependences so that the end user will never be asked to install vc_redist.exe
I'm building a Windows executable with VS 2019. When I run it on my machine, it works, but I'm not 100% sure it will work for end users who don't have vc_redist.x64.exe version 2019. (Especially users...
Basj
Votes: 0
Answers: 1