Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
1k views

How do I uninstall the .NET framework?

I'm having a problem running a VS 2005 app on some machines and not others. I looked up the error message on google and found a post by someone who had the same error and fixed it by uninstalling and ...
3
votes
2answers
80 views

How to uninstall PEAR from one installation of PHP and then install it with another existing PHP installation

I have two installations of php on my server. One version of php is 5.2.0 configured with pear, and the other is 5.2.9 configured --without-pear. My server is running Red Hat Enterprise Linux AS ...
2
votes
4answers
262 views

Drupal Module Development : Uninstall/Reinstall/Repeat?

I'm developing a custom module for Drupal on my local machine. When I edit my code, the changes are never applied right away. So, I go to Administer Modules, and uninstall, and then reinstall my ...
2
votes
6answers
303 views

exporting installed plugins from eclipse to another

How to export installed plugins from eclipse? I want to use some of my installed plugins in another eclipse machine. I don't want to download those again. Regards
2
votes
1answer
274 views

How do I do a fresh install of Google App Engine?

I've been using GAE for months now, but very recently I've had difficulty getting the latest release (1.3.4) to work for me. I'd like to remove GAE and start from scratch and reinstall it. However, it ...
2
votes
2answers
5k views

Why does the app signature change in Android after a classpath change?

I have an Android project that branched into three different applications, app-1, app-2 and app-3, that apply some customizations. Currently there is a lot of code duplication, making maintenance a ...
1
vote
2answers
24 views

SIGCHLD handler reinstall

I see some example of SIGCHLD handler like: void child() { ...
1
vote
3answers
152 views

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 ...
1
vote
1answer
254 views

How do I reintroduce South to my Django project?

I'm in the classic position of the novice coder, where in hindsight I'd do many things differently if I were starting my project over. I used South relatively early in my project, ran into some ...
1
vote
2answers
301 views

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 ...
1
vote
1answer
524 views

Re-install MySql in mac os x 10.6.6

I had earlier installed mysql-5.1.50-osx10.6-x86_64.dmg and then uninstalled it using the below belo command (found in stackoverflow) $ sudo rm /usr/local/mysql Password: $ sudo rm -rf ...
1
vote
1answer
313 views

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 ...
0
votes
0answers
20 views

Failure to reinstall IIS7 on Windows Vista Home Premium

I cannot reinstall IIS7 on a windows vista home premium laptop. A previous working IIS7 installation failed upon installation of some windows automatic updates. The updates have been removed, and IIS7 ...
0
votes
1answer
15 views

reinstall internet explorer because of weird behavior?

I'm having a weird behavior with IE: After some modifications on a Javascript enabled web page of mine, IE9 is not testing a string value correctly. I tried the same page on Safari and Firefox and it ...
0
votes
1answer
54 views

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 ...
0
votes
3answers
48 views

How to remove app with the previous version when I install a new version

the previous version of the app has some implicit with the newest version, and if users install the new version, maybe the app will be crashed, so is there any way to remove the previous version when ...
0
votes
0answers
59 views

postgresql cannot reinstall on win7 [closed]

1.Background I have installed postgresql8.3 on C:\Program Files (x86)\PostgreSQL and it's works fine until yesterday, my system shutdown suddenly, and at this time the pg db is running. After I ...
0
votes
1answer
45 views

Open button (after application re-install by code) does not launch app

I re-install my .apk programmatically by code while it is running and when re-install finishes Open button does not launch the app.It just closes Open Finish window.Then I have to go to menu and ...
0
votes
1answer
79 views

MySQL table “doesn't exist” error

I'm using Windows 7 Ultimate x64. After reinstalling OS copied back whole MySQL data directory to C:/Programdata. But now when i'm trying to open some table from restored db's with Navicat it shows me ...
0
votes
1answer
50 views

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 ...
0
votes
0answers
133 views

iOS reinstalling app does not clear badges

I have set the badge number of my app to 1 with a local notification. Then I uninstall the app. When I reinstall it the badge is still there. Is this an iOS bug or is there a way to clear the badges ...
0
votes
1answer
152 views

C# application version management

I have a C# app with its corresponding setup program. It reads startup data from the registry and stores information under the "Environment.SpecialFolder.ApplicationData"\myapp folder. My question ...
0
votes
1answer
283 views

how to reinstall rpm

My case is that: I have installed a software by rpm and it is store in /opt. After some configuration I found that I need to reinstall the software. So, I deleted the directory and reinstall the file ...
0
votes
1answer
234 views

reinstalling sdl manually on buntu

I am new to doing manually installing. I reinstalled sdl manually, now everytime I run pygame or a game that uses SDL (eg. solarwolf or supertux) I get the message: Unsupported console hardware. I ...
0
votes
1answer
521 views

After I upgrade my R version, how can I easily reinstall all the packages that were installed in the old version? [closed]

Possible Duplicate: Painless way to install a new version of R? In R, packages are not compatible across upgrades, and must be reinstalled. Is there any way to easily install the same set ...
0
votes
1answer
127 views

why I can receive the old app's push notification when the iphone app reinstall?

uninstall the app first, then reinstall, I can receive the push notification normally. here is my analysis: client uninstalls app, but my provider server has the devicetoken. then reinstall,APNS ...
0
votes
1answer
230 views

InstallShield 2009 Basic MSI: File Not Replaced After Upgrade with New Setups(1 file replaced)

InstallShield 2009 Premier, Basic MSI project I have installed the setup, its installed. I replaced a dll with a newer one and again prepared the setups(didn't change product code or any other ...
0
votes
1answer
989 views

Importing old mysql data folder

After a reinstall, all of the old data still shows inside the MySQL/data folder, but is not actually loaded into the database. Is there any way to have MySQL scan it's data folder and / or reimport ...
0
votes
1answer
291 views

Broke XAMPP trying to downgrade. Need to eradicate and re-install

When my laptop wiped a few months back, I had to re-install, and thinking I didn't have the original disk image anymore, I downloaded and installed what was then the latest version of XAMPP (1.7.2a). ...
0
votes
2answers
4k views

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?
0
votes
4answers
258 views

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. ...
0
votes
3answers
1k views

Reinstall /Library/Python on OS X Leopard

I accidentally removed /Library/Python on OS X Leopard. How can I reinstall that?
0
votes
4answers
6k views

Msiexec REINSTALL=ALL REINSTALLMODE=vamus not reinstalling anything

Basically I'm trying to upgrade my application, and to my understanding the following should unconditionally reinstall all components: msiexec /i myapp.msi REINSTALL=ALL REINSTALLMODE=vamus In the ...
-2
votes
4answers
233 views

Completely reinstalling Ruby Rails and Gem on Mac OS X

I've recently started teaching myself Ruby on Rails, and it's all going well except I'm looking to completely reinstall Ruby, Rails and Gem. I think I got a bit too excited at some point and ...