thegig
12-11-2001, 04:57 AM
Hi,
When I go to uninstall my application I get an error message telling me that an error has occured uninstalling a desktop icon.
The icon does in fact get removed but I don't want this error being shown to the user.
This error occurs even if I install and then uninstall stright away without launching the application.
Here is the output of the error log file.
(11-Dec-01 10:32:30 AM), Uninstall.product.uninstall, com.installshield.product.actions.DesktopIcon, err, ServiceException: (error code = -80003; message = "The process cannot access the file because it is being used by another process.
(32)"; severity = 0)
STACK_TRACE: 15
ServiceException: (error code = -80003; message = "The process cannot access the file because it is being used by another process.
(32)"; severity = 0)
at com.installshield.wizard.service.LocalImplementorProxy.invoke(Compiled Code)
at com.installshield.wizard.service.AbstractService.invokeImpl(Compiled Code)
at com.installshield.product.service.desktop.GenericDesktopService.removeDesktopItem(GenericDesktopService.java:57)
at com.installshield.product.actions.DesktopIcon.uninstall(DesktopIcon.java:800)
at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(PureJavaProductServiceImpl.jav
at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductComponent(Compiled Code)
at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallSoftwareObject(Compiled Code)
at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductBean(Compiled Code)
at com.installshield.product.service.product.PureJavaProductServiceImpl.access$6(PureJavaProductServiceImpl.java:1969)
at com.installshield.product.service.product.PureJavaProductServiceImpl$Uninstaller.execute(Compiled Code)
at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
at java.lang.Thread.run(Thread.java:466)
.....................................................................................................
When I go to uninstall my application I get an error message telling me that an error has occured uninstalling a desktop icon.
The icon does in fact get removed but I don't want this error being shown to the user.
This error occurs even if I install and then uninstall stright away without launching the application.
Here is the output of the error log file.
(11-Dec-01 10:32:30 AM), Uninstall.product.uninstall, com.installshield.product.actions.DesktopIcon, err, ServiceException: (error code = -80003; message = "The process cannot access the file because it is being used by another process.
(32)"; severity = 0)
STACK_TRACE: 15
ServiceException: (error code = -80003; message = "The process cannot access the file because it is being used by another process.
(32)"; severity = 0)
at com.installshield.wizard.service.LocalImplementorProxy.invoke(Compiled Code)
at com.installshield.wizard.service.AbstractService.invokeImpl(Compiled Code)
at com.installshield.product.service.desktop.GenericDesktopService.removeDesktopItem(GenericDesktopService.java:57)
at com.installshield.product.actions.DesktopIcon.uninstall(DesktopIcon.java:800)
at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(PureJavaProductServiceImpl.jav
at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductComponent(Compiled Code)
at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallSoftwareObject(Compiled Code)
at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductBean(Compiled Code)
at com.installshield.product.service.product.PureJavaProductServiceImpl.access$6(PureJavaProductServiceImpl.java:1969)
at com.installshield.product.service.product.PureJavaProductServiceImpl$Uninstaller.execute(Compiled Code)
at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
at java.lang.Thread.run(Thread.java:466)
.....................................................................................................