Questions tagged [reinstall]
171 questions
2
votes
1 answer
Android c2dm push notifications after app reinstall
I have the following question:
I've successfully implemented C2DM in my application. I'm registering to both google c2dm cloud and a custom server that "creates" notification contents. Everything is working fine.
My question is : what happens when i…

Stefano Mondino
- 1,219
- 11
- 15
2
votes
3 answers
How do you back up an android app?
I just had my app crash and now after alot of work its back to were I had it, I was wondering how would I back up the app so I can reInstall is again if this ever happens again?

Michael Zeuner
- 1,736
- 3
- 15
- 23
1
vote
3 answers
my MSI package reinstall itself for no reason
I have a msi package built in Visaul Studio 2005. On one XP machine, it installed OK. However, once in awhile, it reinstalls itself during startup. I'm not sure where to start, to debug the problem. Thanks!
MSIGang
1
vote
2 answers
Mac OS X - Re-install fresh/clean copy of Apache / PHP / MySQL Server
So I use the built in local server on my Mac for building sites, and I was recently trying to install PEAR so that I could use SMTP mail functions, but seemed to have screwed something up, and it is now causing problems with my PHP mySQL…

JimmyJammed
- 9,598
- 19
- 79
- 146
1
vote
2 answers
SIGCHLD handler reinstall
I see some example of SIGCHLD handler like:
void child()
{ …

Oxdeadbeef
- 1,033
- 2
- 11
- 26
1
vote
1 answer
Old version of RStudio automatically reinstalled after an update
I have just updated the RStudio to the newest available version. Turning on the computer (Windows 10) the next day and launching RStudio I see that it is back to version 1.4.1106, that has somehow been automatically reinstalled.
I have tried…
1
vote
0 answers
Is there any alternative for Could not load file or Assembly except doing Update-Package -Reinstall?
I am switching between 2 branches, and in one branch I have added a new package, System.Collection.Immutable. When I switch back to the other branch, I always get,
Server Error in '/' Application.
Could not load file or assembly…

tRuEsAtM
- 3,517
- 6
- 43
- 83
1
vote
1 answer
How to reset pyenv after update to OSX Monterey?
So, I've recently updated to OSX 12 Monterey and I'm having an issue with my pyenv setup. Actually, I've had all sorts of issues with the Homebrew installed apps, but how do I reset up the pyenv? I'm new to python but I know it's notorious for crazy…

nizz0k
- 471
- 1
- 8
- 23
1
vote
1 answer
How to hard reinstall PyCharm and Python?
I have been using Python with PyCharm with virtual environments and GitHub and there has been a lot of trial and error. I want to start fresh. I uninstalled Python and PyCharm with Windows's remove apps.
When uninstalling PyCharm I clicked option to…

Heikki
- 341
- 2
- 18
1
vote
1 answer
CA conditions during REINSTALL
I have a custom action which must be executed if the spesial feature's action state is "install". Now I am using next condition:
(&ca_feature=3 AND NOT &ca_feature=2) OR (!ca_feature=3 AND PATCH) .
I want to execute it also in Modify Mode. When the…

Nerielle
- 984
- 1
- 11
- 29
1
vote
0 answers
Anaconda reinstall did not update base directory
I am having an issue running a re-installed version of Anaconda. When I first installed it, I (stupidly) ignored the warning regarding the default directory having a space in the path (C:\Users\Firstname Lastname\Anaconda). I am now attempting to…

user2886565
- 11
- 2
1
vote
3 answers
msi reinstall windows7 issue
I have 2 versions of product "product1" (1.2.2.2 and 1.2.2.3).
For both upgrade/downgrade, product1 is using "reinstall=all reinstallmode=vamus" MSI parameters so the always new files will be in installation directory.
If i do upgrade from 1.2.2.2…

Rajeshaz09
- 348
- 5
- 14
1
vote
1 answer
unable to re-install a deleted app, any suggestion?
I am using android studio and I can not re-install an app previously deleted. I try to re-install it in debug mode by the usb cable. No problem to install it on a device which never had this app.
I have the following message:
Error while executing:…

Mich
- 119
- 1
- 8
1
vote
2 answers
can't uninstall python3 in macOS
I am having trouble with my current python, so I wanted to uninstall my python and install the latest version. I installed with homebrew, so I uninstalled it with homebrew and reinstalled python 3.8.1 with the installer from the official site.…

ddoGas
- 861
- 7
- 17
1
vote
1 answer
Firebase subscribe to topics not working after reinstalling app
I made an app which was working fine until I found that after deleting and reinstalling the app it doesn't receive messages anymore that are sent to a a topic, although it does receive a message that is sent to the id-token of the app.
Does anybody…

Dirk
- 11
- 1
- 3