on 2005 Jul 25 2:07 PM
Hi,Everyone.
I want to use 'SBOAddonReg.dll' and to delete registry.
Is it possible although development environment is 'VB.NET2003'?
Thanks for help.
Hi Barend.
Do you think that it is right to use the following coding instead of using 'SBOAddonReg.dll'?
-
Dim regkey As Microsoft.Win32.RegistryKey = _
Microsoft.Win32.Registry.LocalMachine.OpenSubKey( _
"Software\SAP\SAP Manage\AddOns\TEST", True)
regkey.DeleteSubKey("TEST01", False)
regkey.Close()
-
Although this coding should just be carrying out the same motion as
'UnRegisterAddOn' of 'SBOAddonReg.dll' ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can not delete registry settings using 'SBOAddonReg.dll' - you have to do it manually.
C:\Program Files\SAP Manage\SAP Business One SDK\Samples\COM UI\VB.NET\14.AddOnInstaller
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
112 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.