DCourtel / Wsus_Package_Publisher

Publish third-party applications into your WSUS.
MIT License
214 stars 34 forks source link

WPP Crash on path with space #31

Closed Nobody4711 closed 4 years ago

Nobody4711 commented 4 years ago

Hi,

first thanks for this great Software!

But rigth now i got an WPP crash every time i want to check an path with spaces to test if the update is already installed.

i got this error if i check an RegSz Key like this: grafik or if i want to check an File about Size like this: grafik

Is there a way to get this working?

Kind Regards

Nobody4711 commented 4 years ago

Sorry, i got this wrong. The problem was not the space. But in the original Path there is an "&" included. This one get WPP crashing at creating the package.

Is there a way to get this working with an path including "&"? Thanks for your help.

DCourtel commented 4 years ago

Can you try to replace each & characters by: &

Nobody4711 commented 4 years ago

Hi, thanks a lot, that way it is working and saving me a lot of time and work.