#1564 closed defect (fixed)
VBox Uninstall error on Vista Home Basic SP1
Reported by: | Probos | Owned by: | |
---|---|---|---|
Component: | installer | Version: | VirtualBox 1.6.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Windows |
Description
Uninstalling Virtualbox 1.6 from my laptop, this message was given: There is a problem with Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor.. I'm using Vista Home Basic SP1 and previous versions of Virtualbox uninstalled without errors. I found another similar error here: http://forums.virtualbox.org/viewtopic.php?t=6140. Please provide for a patch or a new uninstaller. Thanks
Attachments (1)
Change History (14)
comment:1 by , 17 years ago
comment:3 by , 17 years ago
I deleted the registry keys but but the result is the same: it's impossible to uninstall it. Any other solution?
comment:4 by , 17 years ago
Could you please enable logging for the .MSI and attach the log as a zipped file here? See support.microsoft.com how to enable it.
Also, try to re-register the required DLLs: "regsvr32 vbscript.dll" and/or "regsvr32 jscript.dll" from an elevated console.
comment:5 by , 17 years ago
I attached registry changes done, but no logging is activated, are they correct?
follow-up: 7 comment:6 by , 17 years ago
Looks correct. Did you try to find the log files under "C:\Documents and Settings\<your user name>\Local Settings\Temp" ? There should be some logging files beginning with "MSI", as soon as you run the (un)installer again.
comment:7 by , 17 years ago
Error 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. Custom action ActionRemoveDataFiles script error -2146827859, Microsoft VBScript run-time error: ActiveX component can't create the object: 'Scripting.FileSystemObject' Line 13, Column 2,
Logging stopped: 19/05/2008 11.43.25
Replying to pentagonik:
Looks correct. Did you try to find the log files under "C:\Documents and Settings\<your user name>\Local Settings\Temp" ? There should be some logging files beginning with "MSI", as soon as you run the (un)installer again.
comment:9 by , 17 years ago
The one i wrote before is the content of MSI93802.LOG file.
Replying to pentagonik:
There was no MSI file created? Please check again.
follow-up: 11 comment:10 by , 17 years ago
As soon as v1.6.2 is out, please do the following steps to get a proper uninstall of 1.6.0, if the problem still exists:
- Copy the 1.6.2 VirtualBox.msi to your local disk (say C:\VirtualBox.msi)
- Open a command line window
- Go to C:\ ("cd C:\")
- Run command "msiexec /fv VirtualBox.msi"
This should replace the 1.6 uninstaller with the fixed 1.6.2 one. After that, uninstallation should work again as expected.
comment:11 by , 17 years ago
Ok thanks. Do you know when the new version will be released?
Replying to pentagonik:
As soon as v1.6.2 is out, please do the following steps to get a proper uninstall of 1.6.0, if the problem still exists:
- Copy the 1.6.2 VirtualBox.msi to your local disk (say C:\VirtualBox.msi)
- Open a command line window
- Go to C:\ ("cd C:\")
- Run command "msiexec /fv VirtualBox.msi"
This should replace the 1.6 uninstaller with the fixed 1.6.2 one. After that, uninstallation should work again as expected.
comment:12 by , 17 years ago
Component: | other → installer |
---|---|
Host type: | other → Windows |
The uninstallation problem is caused by a custom action script in the uninstaller routine. We'll provide a patch for the next upcoming release. To work around this problem for 1.6, please do the following steps (as MSDN and user "nabamer" stated):