Questions tagged [reinstall]
171 questions
1
vote
0 answers
Proper way to reinstall iOS app between XCTest runs (via simctl)
When running UI test suite I need to reinstall the app between tests. It was going well with simctl uninstall booted #appId until XCode 10. Now after the app has been uninstalled the next test fails with:
This app could not be installed at this…

brigadir
- 6,874
- 6
- 46
- 81
1
vote
2 answers
Different application signatures
I made a few updates to the code for my android app and tried to test it in my phone but Eclipse gives me an error saying Re-installation failed due to different application signatures. Now I understand by googling that I have to uninstall the…

Max Eastman
- 33
- 2
- 4
1
vote
1 answer
unable to reinstall mass package
I'm working with R Version 3.3.0 where the most installed packages have the versions 3.3.0, 3.3.2, 3.3.3.
Unfortunately, it seems that I have overwritten the MASS package with the actual version.
I needed the "vars" package and therefore a newer…

Tobias93
- 11
- 1
1
vote
1 answer
Visual Studio 2017 Installer Projects ask system reboot on reinstall
I have service project and Visual Studio 2017 Installer Projects to install it. If I start uninstall from "Add or remove project", then install new version - All Ok. If I start installation from Visual Studio - All Ok
But if Start installation using…

Valery Yegorov
- 171
- 1
- 11
1
vote
2 answers
iPhoneX Error - This app was not installed from the App Store and must be reinstalled manually
My application is signed with Enterprise distribution certificate. When I try to install my app on iPhone X it installs successfully but when I try to open, it gives me an error "This app was not installed from the App Store and must be reinstalled…

Abuzar Amin
- 1,981
- 1
- 19
- 33
1
vote
2 answers
Android application ClassNotFoundException after download and install update
I have an android app with a custom Application class.
public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
Utils.isThereUpdatedVersion(this);
}
}
The…

utiiz
- 169
- 7
1
vote
1 answer
GitHub: Can't find remote repository after re-installation
I've re-installed the git bash. And when I tried to clone from one of my private repository, I was told that
remote: Repository not found.
fatal: repository 'https://github.com//' not found
I've checked that my username and email…

Tom
- 69
- 2
- 8
1
vote
0 answers
Remove traces of uninstalled application preventing reinstallation
I provide basic support for an amateur-written program ("Active Display") since the author passed away suddenly last year. Normally I get by, so long as the user's PC is healthy. If installed following the instructions, it just works.
A user…

Michael
- 11
- 1
1
vote
1 answer
A fast way to get Reporting Services local site working?
I was here trying to figure out why my Reports manager is empty, there's no tabs at all.
I installed SQL Server 2008 complete,
but didn't not configure Reporting
Services.
When installing SQL Server
2008, this Windows 7 version didn't
have yet IIS…

Junior Mayhé
- 16,144
- 26
- 115
- 161
1
vote
1 answer
Reinstalling android app without uninstaling
I have developed my first app using eclipse and uploaded to Amazon app store. Later, I realized some bugs, fixed them and re-uploaded. But, when I want to reinstall app over same/newer version, it says:
"The application you are installing will…

Suyog Adhikari
- 21
- 2
1
vote
1 answer
Re-install os x Yosemite beta for developer after mac hd initialized
I've got os x Yosemite beta 3 for developers.
I need to format or initialise my macintosh HD and re-install it, but how am i sure that i will be able to re-install it? Because if I go on developer.apple.com and I try to re-download the Yosemite…

N4pst3r
- 646
- 1
- 10
- 27
1
vote
2 answers
WIX Installer : uninstall previous version and install new version
I have a product to which I am creating an upgrade to.
Now I have updated the App code , and not the upgrade code to let it work as an upgrade.
I am not using MajorUpgrade tag in WIX xml as of now.
The following configuration uninstalls any previous…

Anurag Choudhary
- 113
- 12
1
vote
0 answers
How do I properly uninstall and reinstall SharePoint 2013? (Avoiding 503 Error)
I have looked in quite a few places but all the information I have seen does not address my scenario. Please note that I can probably just make a new server for my SharePoint 2013 installation but I think this might be one of those gems for people…

Adam Laurie
- 117
- 2
- 11
1
vote
1 answer
Android re-enable a disabled App upon installation of update
Im currently disabling an application via
setApplicationEnabledSetting(String, int, int)
The application is actually disabling itself.
I would expect upon re-installation of the app, the app would re-enable itself, however this isnt the case.
Is…

McP
- 813
- 1
- 8
- 16
1
vote
0 answers
Android alarm: passed data is wrong if application is reinstalled
I have an application that uses alarms using AlarmManager. I set an alarm at a certain time and, when it triggers, it's set again 2 hours later. The second time the alarm is triggered it's not set again, so it's triggered just 2 times.
To know if…

PX Developer
- 8,065
- 7
- 42
- 66