29,539 questions
-4
votes
1
answer
87
views
Scripted installation of the Active Directory (ActiveDirectory) PowerShell module on Windows 11 [closed]
Please note: Because this is a self-answered question, there is no solution attempt in the question itself.
In my PowerShell scripts I'm using the ActiveDirectory module, which contains the various *-...
0
votes
1
answer
55
views
GDAL installation on windows 11
I am trying to install GDAL in my virtual Environment which is built based on python 3.13.7.
Following this page, In my environment I do:
pip install gdal
No success though. Please see the error ...
-1
votes
0
answers
20
views
The installation process is taking longer than usual:Collected 3 artifactshttps://download.eclipse.org/justj/jres/25/updates/release/latest in 64.625s
The installation process is taking longer than usual: Collected 3 artifacts for https://download.eclipse.org/justj/jres/25/updates/release/latest in 64.625s
during eclipse installation
-1
votes
0
answers
95
views
How to completely delete Python 3.10.9150.0 [closed]
I found an interpreter error in my code, I decided to figure it out: It turned out that I have a launcher, as well as Python of two versions 3.10.9150.0 and 3.14. I obviously tried to delete both, but ...
-1
votes
1
answer
99
views
ModuleNotFoundError: No module named 'kiwisolver' -- yet Requirement already satisfied: kiwisolver in /usr/lib/python3/dist-packages (1.3.2) [duplicate]
I can run a config software from a virtual environment that ends up with the following error:
File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
return ...
-3
votes
0
answers
36
views
When using docker node:alpine build node_modules installs in /usr/local/lib
Why was /usr/local/lib the defaut local packages destination directory in NodeJS docker image ?
FROM node:24-alpine
WORKDIR app/
COPY package.json yarn.lock ./
RUN corepack enable \
&& ...
1
vote
1
answer
90
views
How to download an R package including all dependencies from behind a proxy server
My R (and R Studio) cannot access either the CRAN repository or any of its mirrors due to the network's proxy configuration. Though it is not possible to install a package directly with install....
0
votes
1
answer
147
views
issue installing manim on windows
Resolved 38 packages in 1.11s
× Failed to build `pyglm==2.8.2`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit code: 1)
[stdout]
...
0
votes
0
answers
60
views
R refusing to install packages "Error in h(simpleError(msg, call)):"
ever since I reinstalled my computer after some updates and tried to install FSelector and it failed, I am getting this error whenever I try to download or install a package:
> install.packages(&...
0
votes
0
answers
26
views
Wix quite custom action not working when running exe with arguments
I'm new to wix msi and trying to write the custom action to run the exe(which writes a registry entry) with the arguments. With all this changes would able to build the MSI but, getting error while ...
0
votes
1
answer
114
views
Java installed on macOS but not found in terminal
I installed Java 25 on my Mac running macOS Ventura 15.5.
I downloaded the installer from Oracle’s official website and completed the installation.
However, when I try to verify the installation in ...
1
vote
1
answer
46
views
WIX v4/Test Complete. Installer runs 2 parallel processes
I have problem with Test Complete software, and WiX software.
When we build installer(MSI file) from pipeline (or locally) after running installer we see two different processes (on screenshot).
When ...
0
votes
1
answer
58
views
Are MSIX installers suitable for Windows services with complex dependencies?
I'm looking at options for creating an installer for an application, and MSIX seems to be the newest kind of installer for Windows. But it also seems to focus a lot on sandboxing and the Windows App ...
0
votes
0
answers
42
views
C Compiling error occurs when installing Janus-gateway on CentOS7.9
I want to install janus-gateway on CentOS7.9. I read the following document and tried installation. https://github.com/meetecho/janus-gateway/blob/master/README.md
I've successfully installed janus-...
0
votes
1
answer
54
views
Wix installer Custom dialog is not refreshing after Custom Action
I'm new to WIX MSI Installer. And creating a custom dialog for password and validation of password with that I have added a custom action for password validation.
The issue I'm facing is, when I ...
1
vote
0
answers
66
views
customize UI in Mac OS pkg installer
I made an Mac OS PKG installer for my app, using pkgbuil and productbuild. In the installer window there are standard installation steps like "Introduction", "Red me" ... "...
1
vote
0
answers
66
views
How to copy files in Inno Setup for {all users} Documents Folder?
I’m writing an Inno Setup installer that needs to copy certain files from installer into each user’s Documents >> Power BI Desktop >> Custom Connectors and Custom Visuals folders on a ...
0
votes
2
answers
44
views
Wix Installer - Why is it printing invalid/non-printing characters in my License.rtf?
I have a Wix installer for my project OpenRGB, and ever since we created it an annoying issue has presented itself in the License screen. The source file License.rtf displays normally in WordPad, but ...
1
vote
0
answers
37
views
Custom Action not scheduled
I am building an MSI installer using CPACK in combination with Wix v4. The installer itself is building successfully and working as expected.
Now I want to add a custom action, which is defined as ...
1
vote
0
answers
131
views
Upgrading from OpenLayers 5 to OpenLayers 10
I have a web site running OpenLayers 5 since … maybe 7 years.
I am considering to upgrade to OpenLayers 10.
I would like to know what I'd have to know before that.
Are there many breaking changes?
...
-2
votes
1
answer
53
views
Unable to download Robot Framework using PIP [duplicate]
I am new in automation testing.
I already installed python. I already checked the python and pip version.
But I am unable to install robot framework using the command prompt.
I am getting an error ...
0
votes
0
answers
30
views
What is the best way to make CMake not install an included package/submodule? [duplicate]
I am trying to build and package an application with CMake, using Azure IoT C SDK. The projects instructs you to include it in your application by doing something like:
cmake_minimum_required (VERSION ...
1
vote
1
answer
278
views
flutter --version command is showing an error in "engine.version" after finishing the install
I´ve been trying to validate the installation of flutter in my computer but when i use flutter --version command it show the next output.
flutter : Error executing program 'git.exe': Access is denied
...
0
votes
0
answers
47
views
Install SQL Server Express using InstallShield
I have a question and I need help solving an issue.
I have an installshield 2016 installation and I want to allow the user to either select an existing SQL Server database (and then the installation ...
0
votes
0
answers
36
views
In Wix installer how to add on the desktop a shortcut to a file [duplicate]
I am testing a very simple structure
which is declared as below in the product section
...
<Feature Id="ProductFeature" Title="MyProgram" Level="1">
&...