win10_emulation_station icon indicating copy to clipboard operation
win10_emulation_station copied to clipboard

How to properly uninstall it?

Open moviapp opened this issue 4 years ago • 3 comments

Hi! I want to reinstall because of some errors in my first attempt.

Since the installation is based on script, how is the proper way of achieving a clean uninstall?

moviapp avatar Aug 28 '21 16:08 moviapp

What went wrong, you CAN rerun it, it'll spit our some errors about duplicate files but they're typically fine.

On Sun, Aug 29, 2021, 2:16 AM moviapp @.***> wrote:

Hi! I want to reinstall because of some errors in my first attempt.

Since the installation is based on script, how is the proper way of achieving a clean uninstall?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Francommit/win10_emulation_station/issues/49, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACX7YNKG55IHGP7KCSOSD7LT7EDWXANCNFSM5C7IMSZQ .

Francommit avatar Aug 28 '21 16:08 Francommit

Mine aborted because chocalaty was already installed, and when I deleted chocolatey it complains that scoop is already installed.

Neither error will permit it to progress.

keenerb avatar Sep 16 '21 14:09 keenerb

This should perform a 'uninstall and removal' of everything it sets up.

choco uninstall emulationstation -f
scoop uninstall citra-nightly
scoop uninstall ppsspp
scoop uninstall yuzu
scoop uninstall rpcs3
rm C:\temp\es-setup
rm "%UserProfile%\.emulationstation\"

Francommit avatar Jan 08 '22 12:01 Francommit