Questions tagged [reinstall]

171 questions
0
votes
1 answer

Re-installing jenkins in Ubuntu

Well, I forgot my password for Jenkins and I tried(for one full day) with all usual passwords, failed in all attempts. Hence, I wanted to reinstall jenkins from scratch, luckily I was just setting up and I had no jobs configured yet. So I removed…
g0c00l.g33k
  • 2,458
  • 2
  • 31
  • 41
0
votes
3 answers

MSIEXEC using command line REINSTALL not using original INSTALLDIR

I am trying to configure Wix to build my msi to only perform build versions (1.0.x) of my product in conjunction with the REINSTALL property, my problem is that when I run the command line: MSIEXEC.exe /i my.msi /l*vx build-inst.log REINSTALL=ALL…
Kezza
  • 736
  • 9
  • 25
0
votes
1 answer

Installing python (same version) on accident twice

I accidentally installed python 2.7 again on my mac (mountain lion), when trying to install scipy using macports: sudo port install py27-scipy ---> Computing dependencies for py27-scipy ---> Dependencies to be installed: SuiteSparse gcc47 cctools…
ehacinom
  • 8,070
  • 7
  • 43
  • 65
0
votes
1 answer

yum stopped working with error No module named transactioninfo

Removed the following files by mistake and as a result yum stopped working. Any idea what rpms exactly we need to…
Jimson James
  • 2,937
  • 6
  • 43
  • 78
0
votes
1 answer

MySQL Privileges not Restoring?

I've just reinstalled everything on my machine. I exported all individual databases from my old MySQL server and I'm attempting to reinstall them on the new one. However, even after importing all tables, including the "mysql" table which I believe…
THEK
  • 740
  • 2
  • 10
  • 29
0
votes
1 answer

Android - updating application published to Google Play - requires reinstall

I have published an application to Google Play store. Now I have update ready, the application uses some serialized objects and the update has changed them a bit, therefore an uninstall before updating is needed. How do I force users to uninstall…
urSus
  • 12,492
  • 12
  • 69
  • 89
0
votes
1 answer

Is ios Keychain suitable for my IAP issue?

I have an app that has consumable IAP. It's an IAP that users consumes it over the time, something like the IAP has 100 points, while users may use 10 today and 50 tomorrow, so the user would have 100-10-50=40 points left for later use. The app…
Tony Xu
  • 3,031
  • 4
  • 32
  • 43
0
votes
1 answer

Flushing Magento Cache breaks nav bar and links

Today after updating an xml file on my magento installation, I performed a routine cache flush in the backend of magento. More specifically, I pressed the two buttons "Flush Magento Cache" and "Flush Cache Storage". To my chagrine, upon reloading my…
valen
  • 807
  • 1
  • 16
  • 43
0
votes
2 answers

Netbeans: Error in loading component property: Other components->

And it continues: mainPanel->panMain->border Cannot read property. This is the result attempting to go from Netbeans 6.8 to Netbeans 7.0 and 7.1 and 7.2. the latter two don't support the Swing Application Framework and 7.0 won't let me build new…
JCoop
  • 11
  • 1
  • 3
0
votes
5 answers

How can I uninstall and reinstall XAMPP on Vista?

I just installed XAMPP beta with PHP 5.3 on Vista, but installed it in c:\xampp\xampp instead of c:\xampp. How can I uninstall it and reinstall in the correct directory?
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
1 answer

rvm error when create new app

I just reinstalled rvm, ruby and rails. Installation ran fine. But, whenever I create a new rails app, I always get an error: $ rails new abc create create README.rdoc create Rakefile ... create vendor/plugins create …
KONG
  • 7,271
  • 6
  • 28
  • 27
-1
votes
1 answer

trouble during reinstall hololens unseccessful

i get into a trouble. A few days ago i bought a hololens 2. It was necessary to reinstal that but during reinstallation there were a error and reinstallation wasnt successfully done. Now i wasnt to run the glasese it isnt able to detect device in…
-1
votes
1 answer

how to fix apache2 installation in ubuntu 18.04

I uninstalled apache2 using ubuntu 18.04 , in order to reinstall it. I used sudo apt-get purge apache2. then i searched for the remaining apache files using Whereis apache2 and manually deleted the paths that had apache folders using sudo rm -rf and…
-1
votes
1 answer

Jupyter notebook not running code. Stuck on In [*] until interrupted and run again

I have an issue with running the blocks on Jupyter notebook, without interrupting them first. I run the code it shows that it is Stuck on In [*], But, if I interrupt the kernel and run it again it works. This happens every single time in every…
-1
votes
1 answer

InstallShield - Reinstallmode is defaulting to 'vomus'

We have BasicMSI installer project, and we have set the reinstallmode and reinstallmodetext to vemus(also tried emus). But the actual command line parameter passed is REINSTALLMODE=vomus. We are versioning DLL files in our project but we also have…
1 2 3
11
12