getRegistryKeyList

Antworten
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

getRegistryKeyList

Beitrag von SisterOfMercy »

How does it work?

Code: Alles auswählen

Set $list$ = getRegistryKeyList64("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render")
Set $list$ = getRegistryKeyList64("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render")
Both give the same error:

Code: Alles auswählen

[2] [Jan 17 22:35:10:626] [w7-custom] Syntax Error in Section: Actions (Command in line 23): $list$ = getRegistryKeyList64("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render") -> getRegistryKeyList64("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render") illegal String expression
The only example I could find in the forums has the same syntax.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3327
Registriert: 04 Jun 2008, 14:27

Re: getRegistryKeyList

Beitrag von d.oertel »

Hi,

examples are here:
http://download.uib.de/opsi_stable/doc/ ... y-registry

and for nearly everything about opsi-winst/opsi-script in the product opsi-winst-test.

But I see no error in your example. Are you sure that use a opsi-winst >= 4.11.3.6 ?

regards
d.oertel


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


Antworten