Installation service Error
Installation service Error
I know this isn't exactly a fun thing for you guys to do, but I cannot find a similar topic anywhere. Whenever I run a .exe based installer, I receive and error saying that the Windows Installation Service could not be accessed. This has been happening ever since I attempted to install Windows Installer 3.1. This error persists after a sudo apt-get remove wine* --purge command. I'm clueless, and any help would be much appreciated. Thank you.
Re: Installation service Error
This is wrong. Uninstalling Wine doesn't touch it's configuration. You need to run this instead:yoman82 wrote:This error persists after a sudo apt-get remove wine* --purge command.
Code: Select all
rm -rf ~/.wine
Code: Select all
ls -la ~/.wine
Code: Select all
sudo rm -rf ~/.wine
Installation service Error
On Tue, 31 Mar 2009 14:22:53 -0500
"yoman82" <[email protected]> wrote:
"yoman82" <[email protected]> wrote:
Read the Wine FAQ and delete or move your Wine prefix.I know this isn't exactly a fun thing for you guys to do, but I cannot find a similar topic anywhere. Whenever I run a .exe based installer, I receive and error saying that the Windows Installation Service could not be accessed. This has been happening ever since I attempted to install Windows Installer 3.1. This error persists after a sudo apt-get remove wine* --purge command. I'm clueless, and any help would be much appreciated. Thank you.