Hi Ulrich,
I have checked the line number 2 times but it's ok, I'll post the log file next way (I'm on the go now).
Sincerly,
Domi.
Announcement
Collapse
No announcement yet.
Error reading registry key
Collapse
X
-
You may be looking at the wrong line of code. Please set your installation log file to "Extended Errors", run the installer and post the log file.
Ulrich
Leave a comment:
-
Error reading registry key
Hi,
I have the following code :
Code:if (not Registry.DoesKeyExist(HKEY_CLASSES_ROOT, "CielGestionCommerciale.Application\\CLSID")) then Dialog.Message( "Warning", "App is not registered on this pc !"); Application.Exit(); else CielGestionCLSID = Registry.GetValue(HKEY_CLASSES_ROOT, "CielGestionCommerciale.Application\\CLSID", ""); Dialog.Message("CLSID", CielGestionCLSID ); end
Any clue ?
thanks in advance,
Domi.
the Registry.DoesKeyExist works fine but I get the following error on the Registry.GetValue :
Code:On Startup, Line ..:3 arguments required. Stack Traceback...
Tags: None
Leave a comment: