Using adxregistrator.exe in a bat file

Add-in Express™ Support Service
That's what is more important than anything else

Using adxregistrator.exe in a bat file
 
Fab Lorenz




Posts: 21
Joined: 2011-03-01
Hi,

I am trying to deploy my Addin through a bat file instead of using a msi.

I wrote the following line in the bat file:

adxregistrator.exe /install="UDF_ADX_COM.dll" /privileges=user

Apparently nothing happens when executing the bat file. No key has been added in the registry.

How could I do that?

Thank you!

Fabien
Posted 07 Apr, 2011 04:22:41 Top
Eugene Astafiev


Guest


Hi Fab,

What OS do you use? Do you run the bat file in the "as an administrator" mode?

BTW What version and build number of Add-in Express do you use?
Posted 07 Apr, 2011 04:57:30 Top
Fab Lorenz




Posts: 21
Joined: 2011-03-01
I use Windows 7 32 bits. I run the bat file in the "as an administrator" mode, but nothing happens.

My version of AddinExpress is 6.3.3052.2005.

Is the adxregistrator tool supposed to write in the registry?
Posted 07 Apr, 2011 05:22:34 Top
Eugene Astafiev


Guest


Hi Fab,

May I see the adxregistrator.log file? Typically you can find that file in the <My Documents>\Add-in Express folder.
Posted 07 Apr, 2011 05:38:15 Top
Fab Lorenz




Posts: 21
Joined: 2011-03-01
I found the issue when looking in the log.

The core library was missing and needs to be at the same level than the adxregistrator.exe.

Perhaps it could be great to show also the error message when executing the adxregistrator in a command prompt window.

Thank you !
Posted 07 Apr, 2011 06:44:32 Top
Eugene Astafiev


Guest


Hi Fab,

Good news! Thank you for letting me know.
Posted 07 Apr, 2011 06:46:52 Top