Правильный синтаксис для запуска CLIREG32?
Я пытаюсь установить устаревший клиент VB6 на 64-разрядную машину Windows 7, которая может общаться с сервером DCOM, написанным на Visual C++. Я знаю, что мне нужно бежать CLIREG32
и передать его .VBR
файл в качестве параметра. Я пытаюсь это так:
clireg32 myvbrfilehere.vbr -s <ip address> -d -l
Кажется, что он работает без сбоев, но я думаю, что я должен быть в состоянии найти реестр и посмотреть IP-адрес, который я ввел в качестве параметра. Что-то говорит мне, что я что-то упускаю во время этой команды. (Я также попытался добавить -t mytypelibrary.tlb
но это тоже не поможет)
Есть мысли об использовании этой древней технологии? Я не в состоянии восстановить все прямо сейчас. Я начинаю отчаяться...
Спасибо
0 ответов
В статье Microsoft Q155939 имеется как минимум ограниченная информация.
( Архивная копия.)
Перефразируя полезные части:
Q155939: HOWTO: используйте Clireg32.exe для удаленной автоматизации
Article: Q155939 Last Modified: 31-JUL-1999 ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual FoxPro for Windows, versions 5.0, 6.0 ------------------------------------------------------------------------------- SUMMARY ======= This article provides an explanation of Clireg32.exe and how it is used for remote automation. MORE INFORMATION ================ The Clireg32.exe component allows you to register an OLE server (.exe) remotely. It differs from the Remote Automation Connection Manager (RacMan) in that the server does not need to be located on the machine registering it. The Setup Wizard handles the maintenance of registering remote servers for you. NOTE: Remote servers and Clireg files are stored in the \Windows\Olesrv\ directory, which is similar to Visual Basic if it is installed via the Setup Wizard. The Clireg32.exe program takes a number of parameters. The only required one is the name of the .vbr file (generated with the server during build): Clireg32 myexesvr.vbr In order to fully register a remote server, you must provide the network name, network protocol, and security access. Clireg32 prompts you with a dialog box if these options are not passed. For a list of all the parameters, simply execute Clireg32.exe by itself.
Copyright Microsoft Corporation 1986-2002.