سؤال

I'm having a problem with dll registration by RegSvr32. Everything is done programmatically under Java before applications starts. My question is:

Is there any solution to disable alert appear with result of DLL registration? It's a prompt with "OK" button.

Thanks for any advice.

هل كانت مفيدة؟

المحلول

Running regsvr32 /? at a command prompt shows (as with most commands) the options that are available - well, in this case, it shows an error, but also says what options are available.

enter image description here

Looks like /s would fit the bill.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top