search for: uninstal

Displaying 20 results from an estimated 44 matches for "uninstal".

Did you mean: uninstall
2016 Jan 20
1
[PATCH] convert_windows: uninstall Parallels Tools on first boot
If present, Parallels Tools may stand in the way of proper running the windows guests in non-Parallels hypervisors, so we're better off uninstalling them on the first boot into the new environment. With this patch, the uninstall records for Parallels Tools are looked up in the registry and, if found, corresponding firstboot actions are registered, taking special care that those actions are run fully unattended. Signed-off-by: Roman Kagan...
2018 Nov 16
4
[PATCH 0/2] v2v: uninstall the VMware Tools from Windows guests
It seems newer versions of VMware Tools for Windows can be uninstalled also when the guest does not run on VMware anymore. Hence, attempt to uninstall them during a conversion, reusing the same code already used to uninstall Parallel Tools. This was tested with the following Windows guests: - Windows 2008r2 - Windows 2012r2 - Windows 2016 - Windows 7 - Windows 8...
2018 Nov 16
0
[PATCH 1/2] v2v: windows: factor uninstall commands search
...git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index d651b2337..8740afd1c 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -124,8 +124,10 @@ let convert (g : G.guestfs) inspect source output rcaps = Not_found -> None ) in - (* Locate and retrieve all uninstallation commands for Parallels Tools *) - let prltools_uninsts = + (* Locate and retrieve all the uninstallation commands for installed + * applications. + *) + let unistallation_commands pretty_name matchfn extra_uninstall_string = let uninsts = ref [] in Registry.with_hive_readon...
2001 Nov 12
1
uninstal rw1030 (Win9*)
Hi all, I installed rw1031 but not uninstalled rw1030 just to make sure everything was working normally with the new version. After few weeks, I'm ready to uninstal rw1030. My question is: should I use the rw1030 unins00.exe program or could this program damage the rw1031 inatallation (perhaps modifies the registry...) ? Perhaps should I...
2015 Feb 27
0
[PATCH 4/4] convert_windows: split firstboot into steps
...echo starting rhev-apt net start rhev-apt -" +" in + Firstboot.add_firstboot_script g inspect.i_root + "configure rhev-apt" fb_script - and unconfigure_xenpv fb = + and unconfigure_xenpv () = match xenpv_uninst with | None -> () (* nothing to be uninstalled *) | Some uninst -> - bprintf fb "\ + let fb_script = sprintf "\ +@echo off + echo uninstalling Xen PV driver \"%s\" -" uninst +" uninst in + Firstboot.add_firstboot_script g inspect.i_root + "uninstall Xen PV" fb_script...
2018 Nov 16
0
[PATCH 2/2] v2v: windows: uninstall VMware Tools
It looks like VMware Tools support their unattended uninstallation even after the guest is not running anymore on VMware. --- v2v/convert_windows.ml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 8740afd1c..2d2b6adfe 100644 --- a/v2v/convert_windows.ml +++...
2011 Aug 08
3
Post subject: Uninstall Windows Apps?
...After I had to install Apples Itunes to unlock a ipod, I'm now finding Itunes has "taken over" my system! It starts when I want to open my home folder for some reason! I am done with using it and I have other software in Ubu that's working fine with the ipod so I though I would uninstal itunes. Sounds easy eh? I opened Wine> Uninstall Wine Software to get the menu opened for uninstalling windows software. I clicked on the itunes icon and then selected "remove". It then opened a dialog box that gave the options - Repair or remove, so I hit remove. This brings up the...
2020 May 21
2
[PATCH] v2v: convert-windows: remove installation reference for prl_strg driver
...by: Denis Plotnikov <dplotnikov@virtuozzo.com> --- v2v/convert_windows.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 4511c53c3..706202499 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -469,6 +469,8 @@ echo uninstalling Xen PV driver let fb_script = "\ @echo off +REG DELETE HKLM\\System\\CurrentControlSet\\Services\\prl_strg\\DriverInfo /v RefCount /f + echo uninstalling Parallels guest tools " ^ uninst ^ (* ERROR_SUCCESS_REBOOT_REQUIRED == 3010 is OK too *) -- 2.17.0
2015 Oct 06
0
[PATCH 3/5] mllib: Add (Char|String).(lower|upper)case_ascii functions.
These functions come from upstream OCaml (4.03) where they were written by Gabriel Scherer under a compatible license. See also: http://caml.inria.fr/mantis/view.php?id=6694 http://caml.inria.fr/mantis/view.php?id=6695 --- mllib/common_utils.ml | 13 +++++++++++++ mllib/common_utils.mli | 6 ++++++ v2v/convert_windows.ml | 3 ++- v2v/utils.ml | 6 +++--- 4 files changed, 24
2009 Aug 26
6
Counter strike source NOT loading
Hi All, Just starting to remove the heavy chain from around my neck that was microsoft and starting to actually enjoy fedora 11. The only windows programs I need to run are counter strike and steam. I am using wine 1.1.23 and have installed steam and css. the game has download in the steam app but when I go to launch it the box pops up saying launching css but then just closes. Not sure what info
2015 Oct 07
1
Re: [PATCH 3/5] mllib: Add (Char|String).(lower|upper)case_ascii functions.
On Tuesday 06 October 2015 13:30:48 Richard W.M. Jones wrote: > These functions come from upstream OCaml (4.03) where they were > written by Gabriel Scherer under a compatible license. > > See also: > http://caml.inria.fr/mantis/view.php?id=6694 > http://caml.inria.fr/mantis/view.php?id=6695 > --- > mllib/common_utils.ml | 13 +++++++++++++ > mllib/common_utils.mli |
2015 Feb 27
5
[PATCH 0/4] firstboot: assorted enhancements
This patchset attempts to address a number of shortcomings in the firstboot infrastructure I came across while working with v2v conversion of various Windows VMs. Roman Kagan (4): firstboot: consolidate line ending conversion firstboot: enhance firstboot driver script for Windows firstboot: make script naming descriptive convert_windows: split firstboot into steps
2006 Mar 01
5
Error installing the MySQL Ruby bindings?
Hi, I attempted to install the MySQL Ruby bindings and I received the following errors: > gem install mysql -- --with-mysql-dir=/usr/local/mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Building native extensions. This could take a while... *** extconf.rb failed *** Could not
2016 Jun 11
0
Re: [PATCH 2/2] v2v: linux: uninstall Parallels tools
On Sat, Jun 11, 2016 at 08:51:57PM +0300, Pavel Butsykin wrote: > Guest tools for Linux in Parallels / Virtuozzo Server 6 come with a script > that can be used to uninstall them. > > Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com> > --- > v2v/convert_linux.ml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml > index 7eef2ab..681466e 100644 > --- a/v2v/conve...
2017 Jul 17
0
[PATCH] v2v: Don't hang when rebuilding SUSE kdump initrd (RHBZ#1465849).
The ‘vmware-uninstall-tools.pl’ script tries to rebuild the initrd. On SUSE, if kdump initrd has been enabled, this hangs because the ‘mkdumprd’ doesn't know what root device to use. Fix that by setting the ‘rootdev’ environment variable. --- v2v/convert_linux.ml | 7 ++++++- 1 file changed, 6 insertions(+), 1 de...
2017 Sep 22
0
[PATCH v3 15/22] v2v: windows: Convert the Windows-related conversion modules from Str to PCRE.
...ons(+), 10 deletions(-) diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index ac2b8180b..fa87ed84a 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -125,6 +125,7 @@ let convert (g : G.guestfs) inspect source output rcaps = ) in (* Locate and retrieve all uninstallation commands for Parallels Tools *) + let prltools_rex = PCRE.compile "(Parallels|Virtuozzo) Tools" in let prltools_uninsts = let uninsts = ref [] in @@ -146,8 +147,7 @@ let convert (g : G.guestfs) inspect source output rcaps = raise Not_found;...
2008 Apr 15
1
uninstall cleanly some programs
I installed Tomb Raider II under wine under linux; Since there have been some problems i need to uninstall it. But i'm unable to do that with the wine uninstaller. when i try to uninstall it through wine uninstaller i get the following error message: "the file c:\Program Files\Core Design\Uninst.isu is corrupted: fail to uninstall" so I have to do that manually; removing the directory...
2009 Dec 18
3
missing wine from aplications
After long time i entered aggain to ubuntu. I had version before 9.04 and upgraded it to 9.10. I tryed to run wotlk but i got some errors. I tought it is cause of upgrading ubuntu and ubgrading wine. So i uninstaled and deleted all .wine folder and wine from aplications. Now i reinstaled wine , i am normaly launching *.exe files. But i cant run wotlk because i need to setup configuration in wine. But i dont have wine folder in aplication. How can i add it?
2010 Aug 08
2
dxdllreg.exe error
I'm new to linux, I tried installing Oblivion but for some reason it didn't work. So I uninstalled it and this message kept popping up every time I opened the wine installer thing. I want to Install Oblivion correctly but I don't know what to do or if this error thing will effect it in anyway. Please help!
2011 Mar 29
1
Uninstall Windows Apps?
...2 After I had to install Apples Itunes to unlock a ipod, I'm now finding Itunes has "taken over" my system! It starts when I want to open my home folder for some reason! I am done with using it and I have other software in Ubu that's working fine with the ipod so I though I would uninstal itunes. Sounds easy eh? I opened Wine> Uninstall Wine Software to get the menu opened for uninstalling windows software. I clicked on the itunes icon and then selected "remove". It then opened a dialog box that gave the options - Repair or remove, so I hit remove. This brings up the &q...