Re: [PATCH] qga-vss: Exit with non-zero code when register fail

2025-06-26 Thread Dehan Meng
Tested-by: Dehan Meng <*dem...@redhat.com *> On Fri, Jun 20, 2025 at 8:31 PM Yan Vugenfirer wrote: > On Fri, Jun 20, 2025 at 12:33 PM Kostiantyn Kostiuk > wrote: > > > > QGA installer uses rundll32 to run the DLLCOMRegister function > > from qga-vss.dll and perform VSS provider registration. >

Re: [PATCH] qga-vss: Exit with non-zero code when register fail

2025-06-20 Thread Yan Vugenfirer
On Fri, Jun 20, 2025 at 12:33 PM Kostiantyn Kostiuk wrote: > > QGA installer uses rundll32 to run the DLLCOMRegister function > from qga-vss.dll and perform VSS provider registration. > rundll32 ignores the return value of the function and always > exits with a zero exit code. This causes a situat

[PATCH] qga-vss: Exit with non-zero code when register fail

2025-06-20 Thread Kostiantyn Kostiuk
QGA installer uses rundll32 to run the DLLCOMRegister function from qga-vss.dll and perform VSS provider registration. rundll32 ignores the return value of the function and always exits with a zero exit code. This causes a situation where the installer does not know the status of VSS provider regis