Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
95 views

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 ...
GLP GG's user avatar
  • 17
0 votes
0 answers
51 views

I'm currently developing a Webflow app and have completed the OAuth integration. I successfully installed the app on our development site, and it's now listed under the Apps & Integrations section....
Jelly Roll's user avatar
0 votes
1 answer
111 views

In the past, I installed some dependencies to run different GitHub repository projects. Now I found that there are some duplicates and hope to keep only the new version and remove the old ones. Some ...
AIIA's user avatar
  • 43
-2 votes
1 answer
172 views

I manually deleted the vendor folder in user/.composer After I run also composer global remove laravel/installer This on my mac Monterey and the terminal say this message: after i run the command ...
andrea83's user avatar
0 votes
1 answer
314 views

After multiple attempts to fix an error to build a Rust solana-program it seems that I am left with multiple versions of a Solana installations that I can't remove. I ran agave-install for multiple ...
IUnknown's user avatar
0 votes
2 answers
260 views

I am struggling with the error handling for the uninstallation of Microsoft Teams by using their teamsbootstrapper.exe. With teamsbootstrapper's -x flag, the uninstallation will be success: "true&...
LucaScaletta's user avatar
-1 votes
2 answers
307 views

I am building a new version of a program with inno Setup. I am very new at this so bear with me :) There is an older version of the program NOT created with Inno Setup. I want to uninstall this before ...
Nalle077's user avatar
0 votes
1 answer
81 views

On Windows, if you right-click > Uninstall an app, by default it opens the Settings app on Apps > Installed Apps. However for many apps, it will start a custom uninstaller instead. For an app ...
Paul Masri-Stone's user avatar
0 votes
0 answers
43 views

I have been using a WiX installer project that basically bundles installers from other projects in Visual Studio 2022. I want to change this behavior and have the installer install everything from a ...
JETMike's user avatar
0 votes
0 answers
97 views

My VSCode always automatically install Chinese Language Pack for me, but I do not need it! Every month I need to mannually uninstall it since I do not want to see it in my extensions (though it does ...
Levi's user avatar
  • 1
4 votes
3 answers
12k views

My computer was recently wiped by accident. During the recovery process, I ran a wide variety of tools to recover my computer, and for the most part, I got my apps and files back. I also used this as ...
Robert Goddard-Wright's user avatar
0 votes
1 answer
56 views

I am using wix toolset v4 to build an MSI that is using the built-in dialog WixUI_InstallDir. When i double click on the MSI installer to uninstall the program, it does open the Maintenance dialog ...
joe doumit's user avatar
0 votes
1 answer
2k views

I'm running update/upgrade to Homebrew after months of ignoring it. I'm having problems getting rid of a package. First tried brew update (all of these are partial logs): ==> Migrating cask git-...
CTMacUser's user avatar
  • 2,072
0 votes
0 answers
144 views

I'm trying to uninstall a software using this code $path = "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{Product-cod-1}" function Uninstall_SW { Write-Host "Starting ...
SumRchn's user avatar
3 votes
2 answers
4k views

I had originally updated matplotlib to 3.9.1 in WSL Ubuntu 22.04 LTS to replicate a bug that a colleague encountered in one of my programs, however when trying to revert to 3.5.1 (the one I was using ...
Jacob Juvan's user avatar
3 votes
0 answers
922 views

I have a bunch of machines where an OEM driver was installed manually without an installer such as an msi. I am trying to write a script in powershell that finds the oem##.inf of the driver and then ...
imyashy's user avatar
  • 53
0 votes
0 answers
31 views

I'm creating an installer for an Excel Add-In. The install adds a value to the Excel Registry tree at: HKCU\SOFTWARE\Microsoft\Office\16.0\Excel\Add-in Manager With is simply the path to the add in, ...
Paulo Santos's user avatar
  • 11.7k
0 votes
1 answer
831 views

I am trying to uninstall ag-grid-community from my React project, and none of the numerous npm uninstall commands I've tried seem to have any effect. I've tried a bunch of variations of npm uninstall ...
Billy Andrews's user avatar
-1 votes
2 answers
731 views

Recently, we decided to install Muk Backend Theme in Odoo Community V.17. Module: https://apps.odoo.com/apps/themes/17.0/muk_web_theme/ However, after finishing the installation of this module, ...
Omar Alejandro Linares Escobar's user avatar
2 votes
0 answers
86 views

I am using QtInstallerFramework and I am trying to add custom page when uninstalling the app. I have custompage.ui file(simple text) and I am adding it in my package.xml: <UserInterfaces> ...
peco's user avatar
  • 351
1 vote
0 answers
166 views

I'm currently developing a python application for windows and i want to share it to my friends. To do so, I converted my python files in to an executable using pyinstaller. I then created an installer ...
fastattack's user avatar
1 vote
0 answers
194 views

I am having troubles with running Jupyter Notebook and want to reinstall it. When I run which jupyter, I get /opt/homebrew/bin/jupyter. However, trying to run brew uninstall jupyter yields Error: No ...
chickenNinja123's user avatar
1 vote
1 answer
2k views

I recently uninstalled Python 3.12.1 using settings but the installation directory is still there, which was C:\Users\woskethebot\AppData\Local\Programs\Python\Python312. The folder has the contents: ...
woske the bot's user avatar
1 vote
1 answer
306 views

I am trying to use InstallHinfSection API for the kernel driver's installation/uninstallation on Win10. I encounter no issues when using it to install the driver. It successfully copies the driver to ...
Ankur Garg's user avatar
1 vote
1 answer
11k views

I want to uninstall python completely from my computer. However, when I run the "python --version" command on git bash, I get the output indicating that I have python version 3.10.12 ...
A P's user avatar
  • 46

1
2 3 4 5
46