stevenmu
Goto Top

ADM File für neuen Registry Key erstellen.

Sehr geehrte Damen und Herren

Ich möchte gern folgende .reg Datei in einem ADM File abbilden.

[HKEY_CURRENT_USER\Software\POLYPOINT]

[HKEY_CURRENT_USER\Software\POLYPOINT\Server]

[HKEY_CURRENT_USER\Software\POLYPOINT\Server\poly]
"ConnectMode"="NET"
"ServiceName"="POLY"
"ServerName"="Servername"
"Port"="1521"

Ich hab schon mal was erstellt, jedoch nicht mit dem gewünschten Ergebenis. Die Schlüssel
Polypoint, Server und poly müssten neu erstellt werden. Hat jemand eine Idee wie ich das Problem lösen könnte. bzw. ob
es so eigentlich möglich ist.


CLASS MACHINE
CLASS USER
CATEGORY "Polypoint"
KEYNAME "Software\POLYPOINT"
POLICY "Polypoint"
KEYNAME "Software\POLYPOINT\server\poly"
PART "Port" EDITTEXT
KEYNAME "SOFTWARE\POLYPOINT\Server\poly"
VALUENAME "Port"
DEFAULT "1521"
END PART
PART "ServiceName" EDITTEXT
KEYNAME "Software\POLYPOINT\Server\poly"
VALUENAME "ServiceName"
DEFAULT "POLY"
END PART
PART "ServerName" EDITTEXT
KEYNAME "Software\POLYPOINT\Server\poly"
VALUENAME "ServerName"
DEFAULT "Servername"
END PART
PART "ConnectMode" EDITTEXT
KEYNAME "Software\POLYPOINT\Server\poly"
VALUENAME "ConnectMode"
DEFAULT "NET"
END PART
END POLICY
END CATEGORY

Danke schonmal im Voraus.
MfG
Steven

Content-ID: 157593

Url: https://administrator.de/forum/adm-file-fuer-neuen-registry-key-erstellen-157593.html

Ausgedruckt am: 23.12.2024 um 13:12 Uhr

BigWim
BigWim 27.12.2010 um 11:19:13 Uhr
Goto Top
Moin Steven,

Diese Seite ist für solche Projekte empfehlenswert ...

Markus
Quenck
Quenck 29.12.2010 um 00:13:42 Uhr
Goto Top
Hallo!

hier gibt es ein tool zum konvertieren von reg dateien in adm dateien:

http://www.novell.com/coolsolutions/tools/13885.html

Gruß

Marko