search for: uninsts

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

Did you mean: uninst
2016 Jan 20
1
[PATCH] convert_windows: uninstall Parallels Tools on first boot
....3ab58c2 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -163,12 +163,66 @@ let convert ~keep_serial_console (g : G.guestfs) inspect source = Not_found -> None ) in + (* Locate and retrieve all uninstallation commands for Parallels Tools *) + let prltools_uninsts = + let uninsts = ref [] in + + Windows.with_hive g software_hive_filename ~write:false + (fun root -> + try + let path = ["Microsoft"; "Windows"; "CurrentVersion"; "Uninstall"] in + let node = + match Windows.get...
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 - Windows 10 Pino Toscano (2):
2018 Nov 16
0
[PATCH 1/2] v2v: windows: factor uninstall commands search
Turn the code for 'prltools_uninsts' into an helper function 'unistallation_commands', so that can be used also for other applications installed. --- v2v/convert_windows.ml | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/v2v/convert_windows.ml b/v2v/convert_window...
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 just delete the rw1030 directory? Thanks Dr.
2015 Feb 27
0
[PATCH 4/4] convert_windows: split firstboot into steps
Instead of doing all firstboot actions in a single script, take the advantage of the firstboot infrastructure and store and run unrelated actions as individual steps. This facilitates troubleshooting and fault recovery; besides it makes adding more actions easier. Signed-off-by: Roman Kagan <rkagan@parallels.com> --- v2v/convert_windows.ml | 31 ++++++++++++++++--------------- 1 file
2018 Nov 16
0
[PATCH 2/2] v2v: windows: uninstall VMware Tools
...unconfigure_prltools (); + unconfigure_vmwaretools () (* [set_reg_val_dword_1 path name] creates a registry key * called [name = dword:1] in the registry [path]. @@ -430,6 +438,23 @@ if errorlevel 3010 exit /b 0 "uninstall Parallels tools" fb_script ) prltools_uninsts + and unconfigure_vmwaretools () = + List.iter ( + fun uninst -> + let fb_script = "\ +@echo off + +echo uninstalling VMware Tools +" ^ uninst ^ +(* ERROR_SUCCESS_REBOOT_REQUIRED == 3010 is OK too *) +" +if errorlevel 3010 exit /b 0 +" in + + Firstboo...
2011 Aug 08
3
Post subject: Uninstall Windows Apps?
Hi All I'm running Ubuntu Maverick with Wine 1.2.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
2020 May 21
2
[PATCH] v2v: convert-windows: remove installation reference for prl_strg driver
There is an issue with removal of parallels disk paravirt driver. Without the patch, the VM being migrated may not boot on the desination with BSOD: 0x7b. The patch is a workaround to prevent the BSOD. Signed-off-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
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
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 deletion(-) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index
2017 Sep 22
0
[PATCH v3 15/22] v2v: windows: Convert the Windows-related conversion modules from Str to PCRE.
...dows.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; let dispname = g#hivex_value_string valueh in - if not (Str.string_match (Str.regexp ".*\\(Parallels\\|Virtuozzo\\)...
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
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.
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?
Hi All I'm running Ubuntu Maverick with Wine 1.2.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