[gme-users] Command line version of JavaCompRegister.exe?

Kevin Smyth ksmyth at isis.vanderbilt.edu
Wed Nov 3 09:52:00 CDT 2010


There is no command-line version of JavaCompRegister.exe. You can create the
registry values it creates in your setup script:

 

Set

HKCR\CLSID\your-clsid\InprocServer32\

to the path of JavaCompRunner.dll (query this from
HKCR\CLSID\{C97618C3-2574-4257-A6F9-6C3F497DCCED}\\InProcServer32)

 

Set

HKCR\your-progid\CLSID\

to your-clsid

 

Copy the values under

HKLM\SOFTWARE\GME\Components\your-progid

from your machine that ran JavaCompRegister.

 

Essentially, JavaCompRunner queries GME\Components\progid for JavaClassPath
and JavaClass, and runs that.

 

Alternatively, you can run process monitor filtered for JavaCompRegister.exe
and see what it does when you run it.

http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

 

Kevin

 

 

From: gme-users-bounces at list.isis.vanderbilt.edu
[mailto:gme-users-bounces at list.isis.vanderbilt.edu] On Behalf Of Andrew
Davis
Sent: Thursday, October 21, 2010 10:23 AM
To: gme-users
Subject: [gme-users] Command line version of JavaCompRegister.exe?

 

Hi,

 

I am using an interpreter written in Java and am able to install it
successfully by using JavaCompRegister.exe. In order to be able to do this
in an install script, however, I would like to find a command-line way to
install the interpreter.  Is there a way to accomplish this? Thanks,

 

Andrew Davis

a.davis at vanderbilt.edu 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.isis.vanderbilt.edu/pipermail/gme-users/attachments/20101103/55684557/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4934 bytes
Desc: not available
Url : http://list.isis.vanderbilt.edu/pipermail/gme-users/attachments/20101103/55684557/attachment.bin 


More information about the gme-users mailing list